Re: [Wireshark-dev] problems building in win32 environment

2007-05-23 Thread Anders Broman \(AL/EAB\)
: [Wireshark-dev] problems building in win32 environment I've ran into two problems building in win32. One machine using vs2005, the other vs6. The 2005 machine threw an error when trying to do the xcopy operation on line 475 of makefile.nmake, saying invalid # of parameters. I was able t

Re: [Wireshark-dev] problems building in win32 environment

2007-05-23 Thread Brian Vandenberg
I've ran into two problems building in win32. One machine using vs2005, the other vs6. The 2005 machine threw an error when trying to do the xcopy operation on line 475 of makefile.nmake, saying invalid # of parameters. I was able to fix this by changing ZLIB_DIR to use \s instead of /s,

Re: [Wireshark-dev] problems building in win32 environment

2007-05-23 Thread Ulf Lamping
> > Be aware that if you use VS2005 for Wireshark, you must also recompile > the adns_dll.dll due to CRT issues. The older VS project in adns has to > be converted to the new format. When I changed the build process to work with MSVC2005 I didn't had any problems with adns and VS2005, so I didn

Re: [Wireshark-dev] problems building in win32 environment

2007-05-23 Thread Graham Bloice
Brian Vandenberg wrote: > A few things on this: I was mistaken about my 'fix'. I re-ordered the > parameters S.T. the /D /I /E /Y params came first, as well as switching > to using \s ... I think the former fixed it. > > Also, I got around the 2nd problem by switching to using VS2005 (I >

Re: [Wireshark-dev] problems building in win32 environment

2007-05-23 Thread Ulf Lamping
Brian Vandenberg wrote: > A few things on this: I was mistaken about my 'fix'. I re-ordered the > parameters S.T. the /D /I /E /Y params came first, as well as switching > to using \s ... I think the former fixed it. > > Also, I got around the 2nd problem by switching to using VS2005 (I > h

Re: [Wireshark-dev] problems building in win32 environment

2007-05-22 Thread Jeff Morriss
Brian Vandenberg wrote: [...] > The other error is when building sctp_graph_dlg.c, on line 366, it says: > > sctp_graph_dlg.c(366) : error C2220: warning treated as error - no > object file generated > ... > Generating code... > NMAKE : Fatal error U1077: 'cl' : return code '0x2' > (yada yada)

Re: [Wireshark-dev] problems building in win32 environment

2007-05-22 Thread Brian Vandenberg
A few things on this: I was mistaken about my 'fix'. I re-ordered the parameters S.T. the /D /I /E /Y params came first, as well as switching to using \s ... I think the former fixed it. Also, I got around the 2nd problem by switching to using VS2005 (I have vs6, 7, and 8 installed, so I f

Re: [Wireshark-dev] problems building in win32 environment

2007-05-22 Thread Brian Vandenberg
I've ran into two problems building in win32. One machine using vs2005, the other vs6. The 2005 machine threw an error when trying to do the xcopy operation on line 475 of makefile.nmake, saying invalid # of parameters. I was able to fix this by changing ZLIB_DIR to use \s instead of /s, bu