Sorry I didn't include this earlier, this is the actual error. cl -WX -D_U_="" /Zi /W3 /MD lemon.c Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved.
lemon.c lemon.c(1345) : error C2220: warning treated as error - no 'object' file generated ---- Original message ---- >Date: Tue, 12 Jun 2007 10:06:37 -0600 (MDT) >From: Tyler De Haven Brown <[EMAIL PROTECTED]> >Subject: Re: [Wireshark-dev] problem building wireshark >To: Developer support list for Wireshark <[email protected]> > >uninstalled and reinstalled everything. All of the steps worked without any >problems (except for the last step). >now when I run the command nmake -f Makefile.nmake all, I get several >deprecated function warnings and the following error: > >lemon.c(3958) : warning C4996: 'sprintf' was declared deprecated > C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(345) : > see > declaration of 'sprintf' > Message: 'This function or variable may be unsafe. Consider using > sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See > online help for details.' >lemon.c(4182) : warning C4996: 'strcpy' was declared deprecated > C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73) : > see declaration of 'strcpy' > Message: 'This function or variable may be unsafe. Consider using > strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See > online help for details.' >NMAKE : fatal error U1077: 'cl' : return code '0x2' >Stop. >NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Platform SDK for >Windows Server 2003 R2\Bin\nmake.exe"' : return code '0x2' >Stop. >NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Platform SDK for >Windows Server 2003 R2\Bin\nmake.exe"' : return code '0x2' >Stop. > >Any help is greatly appreciated, >Tyler > > >---- Original message ---- >>Date: Tue, 12 Jun 2007 09:01:00 -0600 (MDT) >>From: Tyler De Haven Brown <[EMAIL PROTECTED]> >>Subject: Re: [Wireshark-dev] problem building wireshark >>To: Developer support list for Wireshark <[email protected]> >> >>I am going by the step-by-step instructions for installing the build >>environment on a win32 machine. I am going to uninstall and reinstall >>everything to see if that fixes it. I'll post back if I am still running >>into issues. >> >>Thanks, >>Tyler >> >>---- Original message ---- >>>Date: Tue, 12 Jun 2007 07:44:40 +0200 (CEST) >>>From: Jaap Keuter <[EMAIL PROTECTED]> >>>Subject: Re: [Wireshark-dev] problem building wireshark >>>To: Developer support list for Wireshark <[email protected]> >>> >>>Hi, >>> >>>Sure, give us some info on the environment you're building in. Compiler, >>>tarball or SVN checkout, OS, stuff like that. >>> >>>Thanx, >>>Jaap >>> >>>On Mon, 11 Jun 2007, Tyler De Haven Brown wrote: >>> >>>> I'm new to wireshark and having problems with the first build >>>> Get the following error message box: >>>> tshark.exe is not a win32 valid application >>>> The command prompt states the following: >>>> >>>> wireshark-gtk2\tshark.exe -G | perl doc\dfilter2pod.pl >>>> doc\wireshark-filter.pod.template > doc\wireshark-filter.pod >>>> Access is denied. >>>> >>>> Any ideas? >>> >>>_______________________________________________ >>>Wireshark-dev mailing list >>>[email protected] >>>http://www.wireshark.org/mailman/listinfo/wireshark-dev >>_______________________________________________ >>Wireshark-dev mailing list >>[email protected] >>http://www.wireshark.org/mailman/listinfo/wireshark-dev >_______________________________________________ >Wireshark-dev mailing list >[email protected] >http://www.wireshark.org/mailman/listinfo/wireshark-dev _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
