Re: [Wireshark-dev] error during compilation of wireshark source code.

2011-06-07 Thread sagar sg
ya, i have done all those steps. On Tue, Jun 7, 2011 at 11:20 AM, Anders Broman a.bro...@bredband.netwrote: Have you uncommented the line # Microsoft Visual Studio 2005 # Visual C++ 8.0, _MSC_VER 1400, msvcr80.dll MSVC_VARIANT=MSVC2005 in Config.nmake? The default is Visual C++ 9.0

Re: [Wireshark-dev] error during compilation of wireshark source code.

2011-06-07 Thread Graham Bloice
On 07/06/2011 06:59, sagar sg wrote: ya, i have done all those steps. On Tue, Jun 7, 2011 at 11:20 AM, Anders Broman a.bro...@bredband.net mailto:a.bro...@bredband.net wrote: Have you uncommented the line # Microsoft Visual Studio 2005 # Visual C++ 8.0, _MSC_VER 1400,

[Wireshark-dev] error during compilation of wireshark source code.

2011-06-06 Thread sagar sg
hi, while compiling source code of wireshark i am getting error as match686.obj file not found, i have match686.asm file, i think its not getting compiled during the execution of makefile.nmake, wha may be the problem please help. regards Sagar

Re: [Wireshark-dev] error during compilation of wireshark source code.

2011-06-06 Thread Stephen Fisher
On Mon, Jun 06, 2011 at 12:12:22PM +0530, sagar sg wrote: while compiling source code of wireshark i am getting error as match686.obj file not found, i have match686.asm file, i think its not getting compiled during the execution of makefile.nmake, wha may be the problem please help.

Re: [Wireshark-dev] error during compilation of wireshark source code.

2011-06-06 Thread Graham Bloice
On 06/06/2011 07:42, sagar sg wrote: hi, while compiling source code of wireshark i am getting error as match686.obj file not found, i have match686.asm file, i think its not getting compiled during the execution of makefile.nmake, wha may be the problem please help. regards Sagar I

Re: [Wireshark-dev] error during compilation of wireshark source code.

2011-06-06 Thread sagar sg
the below is the error iam getting. zlib1.dll.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified. please help . thanks and regards Sagar. On Mon, Jun 6, 2011 at 9:49 PM, Graham Bloice graham.blo...@trihedral.comwrote: On

Re: [Wireshark-dev] error during compilation of wireshark source code.

2011-06-06 Thread sagar sg
the errors i am getting are Generating Code... Compiling... packet-ipmi-storage.c packet-ipmi-transport.c packet-ipmi-pps.c packet-ipmi-update.c packet-dcerpc-nt.c Generating Code... NMAKE : fatal error U1077: 'C:\Program Files\Microsoft Visual Studio 8\VC\BIN\c l.EXE' : return code '0x2' Stop.

Re: [Wireshark-dev] error during compilation of wireshark source code.

2011-06-06 Thread Anders Broman
Have you uncommented the line # Microsoft Visual Studio 2005 # Visual C++ 8.0, _MSC_VER 1400, msvcr80.dll MSVC_VARIANT=MSVC2005 in Config.nmake? The default is Visual C++ 9.0 Regards Anders sagar sg skrev 2011-06-07 07:26: the errors i am getting are Generating Code... Compiling...