This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Build Error : “don’t know how to build tfshark.rc.in”

0

Hello,

I try to build wireshark with the bins. Every time i try to make :

nmake -f Makefile.nmake all

I get :

    Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
    Copyright (C) Microsoft Corporation.  All rights reserved.
    Can't find Qt. This will become a problem at some point.
        cd tools
        "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe" /
                   -f Makefile.nmake
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation.  All rights reserved.

    cd lemon
    ..\native-nmake "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\

BIN\nmake.exe" / -f Makefile.nmake Setting environment for using Microsoft Visual Studio 2010 x86 tools.

Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 Copyright (C) Microsoft Corporation. All rights reserved.

    cd ..
    cd ..
    cd image
    "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe" /
               -f Makefile.nmake

 Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
 Copyright (C) Microsoft Corporation.  All rights reserved.

 NMAKE : fatal error U1073: don't know how to make 'tfshark.rc.in'
 Stop.
 NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0
 \VC\BIN\nmake.exe"' : return code '0x2'
 Stop.</code></pre><p>I don't know the Problem. I have try many things try to build a 32bit and a 64 bit and many athor things. The Problem is every time the same.</p></div><div id="question-tags" class="tags-container tags"><span class="post-tag tag-link-build_error" rel="tag" title="see questions tagged &#39;build_error&#39;">build_error</span> <span class="post-tag tag-link-tfshark.rc.in" rel="tag" title="see questions tagged &#39;tfshark.rc.in&#39;">tfshark.rc.in</span> <span class="post-tag tag-link-tfshark" rel="tag" title="see questions tagged &#39;tfshark&#39;">tfshark</span></div><div id="question-controls" class="post-controls"></div><div class="post-update-info-container"><div class="post-update-info post-update-info-user"><p>asked <strong>13 Mar '14, 06:38</strong></p><img src="https://secure.gravatar.com/avatar/3378e4af34b02834b98e8a896efe303c?s=32&amp;d=identicon&amp;r=g" class="gravatar" width="32" height="32" alt="Alias_alias&#39;s gravatar image" /><p><span>Alias_alias</span><br />

21558
accept rate: 0%

Are you building from the latest hit version?

(13 Mar ‘14, 06:45) Anders ♦


One Answer:

1

tfshark.rc.in was not part of Makefile.am. It should be fixed in v1.11.3-rc1-1950-gf3f77bd. Please update your tar.bz2 copy.

answered 13 Mar '14, 13:30

Pascal%20Quantin's gravatar image

Pascal Quantin
5.5k1060
accept rate: 30%