ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Help:A problem when I try to compile wireshark

From: Leon Liu <leon.liu@xxxxxxxxxxxx>
Date: Mon, 21 Jun 2010 17:59:03 +0800
Hi,
 
I followed the instructions for developer to compile the wireshark, but fatal error happened.
The error is NMAKE : fatal error U1045: spawn failed : No error.
 
I don't know how to solve it, so hope your guys give me some tips.
Below is the steps I executed:
 
C:\wireshark>nmake -f Makefile.nmake verify_tools
 
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
 
Checking for required applications:
        cl: /cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC/BIN/cl
        link: /cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC/BIN/link
 
        nmake: /cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC/BIN/nmak
e
        mt: /cygdrive/c/Program Files/Microsoft SDKs/Windows/v6.0A/bin/mt
        bash: /usr/bin/bash
        bison: /usr/bin/bison
        flex: /usr/bin/flex
        env: /usr/bin/env
        grep: /usr/bin/grep
        /usr/bin/find: /usr/bin/find
        perl: /cygdrive/c/Perl/bin/perl
        C:\Python26\python.exe: /cygdrive/c/Python26/python.exe
        sed: /usr/bin/sed
        unzip: /usr/bin/unzip
        wget: /usr/bin/wget
 
 
C:\wireshark>nmake -f Makefile.nmake all
 
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
 
        cd tools
        "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" /
            -f Makefile.nmake
 
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
 
        cd lemon
        ..\native-nmake "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nma
ke.exe" /                   -f Makefile.nmake
Setting environment for using Microsoft Visual Studio 2008 x86 tools.
 
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
 
        cd ..
        cd ..
        cd image
        "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" /
            -f Makefile.nmake
 
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
 
        cd ..
        cd codecs
        "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" /
            -f Makefile.nmake
 
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
 
'codecs.lib' is up-to-date
        cd ..
        cd wsutil
        "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" /
            -f Makefile.nmake
 
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
 
        cd ..
        cd wiretap
        "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" /
            -f Makefile.nmake
 
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
 
        cd ..
        rm -f svnversion.h
        perl make-version.pl
NMAKE : fatal error U1045: spawn failed : No error
Stop.
 
 
 
 
Best Regards
Leon