Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] PDB Files

From: "Semjon" <semgo@xxxxxx>
Date: Sat, 20 Nov 2010 12:04:15 +0100
hmm, I'm guessing here but I compared your output of verify_tools with mine:

Checking for required applications:
       cl: /cygdrive/e/Microsoft Visual Studio 9.0/VC/BIN/cl
       link: /cygdrive/e/Microsoft Visual Studio 9.0/VC/BIN/link
       nmake: /cygdrive/e/Microsoft Visual Studio 9.0/VC/BIN/nmake
       mt: /cygdrive/g/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: /usr/bin/perl
       G:\Python27\python.exe: /cygdrive/g/Python27/python.exe
       sed: /usr/bin/sed
       unzip: /usr/bin/unzip
       wget: /usr/bin/wget

Yours is missing the python line, could it be You haven't installed python?
I know in config.nmake it says python is optional but i'm not sure of that.

I had problems the first time because I used MS VC 2010 EE, but then I did everything exactly like described in the link I posted and now it works.

Semjon

----- Original Message ----- From: "Andreas" <AndreasSander1@xxxxxxx>
To: <wireshark-dev@xxxxxxxxxxxxx>
Sent: Saturday, November 20, 2010 11:40 AM
Subject: Re: [Wireshark-dev] PDB Files


Am 20.11.2010 10:44, schrieb Semjon:
Hi,

it seems as if the bison command fails maybe there's something wrong with it
(bison not installed/PATH not set)?

btw the setup process is described quite good here:
http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html
I think sed installation isn't mentioned explicitely because it should be
installed by cygwin-installer by default, but it's mentioned in point 2.2.7
Verify installed tools.
There is also mentioned that you probably have to rename your link.exe.

Semjon


         bison  -d -p ascend ascend.y -o ascend.c
/usr/bin/bison: m4 subprocess failed

Well, bison tells me, that some subprocess has failed, so bison seems to
be installed. I followed the process, including verify_tools, see below.

Andy

----<>-----<>-----<>-----<>-----<>-----<>-----<>-----<>-----<>-----

$ nmake -f Makefile.nmake verify_tools

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

Checking for required applications:
        cl: /cygdrive/c/Program Files (x86)/Microsoft Visual Studio
9.0/VC/BIN/cl
        link: /cygdrive/c/Program Files (x86)/Microsoft Visual Studio
9.0/VC/BIN/link
        nmake: /cygdrive/c/Program Files (x86)/Microsoft Visual Studio
9.0/VC/BIN/nmake
        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: /usr/bin/perl
        sed: /usr/bin/sed
        unzip: /usr/bin/unzip
        wget: /usr/bin/wget

Andy@Falke /cygdrive/c/wireshark-1.4.1
$ type bison m4
bison is /usr/bin/bison
m4 is /usr/bin/m4

Andy@Falke /cygdrive/c/wireshark-1.4.1
$

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe