Wireshark mailing list archives

Re: nmake problem (cl.exe)


From: Lange Jan-Erik <Jan-Erik.Lange () haw-hamburg de>
Date: Tue, 26 Oct 2010 19:43:29 +0200



________________________________________
Von: wireshark-dev-bounces () wireshark org [wireshark-dev-bounces () wireshark org] im Auftrag von Christopher Maynard 
[Chris.Maynard () gtech com]
Gesendet: Montag, 25. Oktober 2010 20:39
An: wireshark-dev () wireshark org
Betreff: Re: [Wireshark-dev] nmake problem (cl.exe)

Lange Jan-Erik <Jan-Erik.Lange@...> writes:

 cl -WX -D_U_="" /Zi /W3 /MD /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /DWIN32_LEAN_AND_MEAN /DMSC_VER_REQUIRED=1500
/D_BIND_TO_CURRENT_CRT_VERSION=1 /MP lemon.c

causes the error

cl: Command line error D8021: invalid numeric arument '/Mplemon.c'
NMAKE: fatal error U1077: 'cl': return code '0x2'

Hmm, for some weird reason, the space is missing and "/MP lemon.c" is becoming
"/MPlemon.c".  Not sure why that's happening.  What version of Wireshark are you
working with?  Have you made any of your own modifications, in particular to
config.nmake?  A possible Unix vs. Dos line-ending problem?  You might possibly
try converting your config.nmake from unix to dos to see if that makes any
difference?

I can twist and turn it as I want. Changing - to / brings no improvement.

I have Windows7 x64. Perhaps the SDK doesn't support it?

I downloaded it via SVN client:
http://anonsvn.wireshark.org/wireshark/trunk/

I didn't made ans modifications in this folder.



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


Current thread: