Thanks, Ulf. Just the direction I needed.
-Brady
-----Original Message-----
From: ulf.lamping@xxxxxx [mailto:ulf.lamping@xxxxxx]
Sent: Sunday, January 18, 2004 9:33 AM
To: Brady Volpe
Cc: 'Ethereal-Dev'
Subject: Re: [Ethereal-dev] Fatal 'cl' error in Widoze build
Brady Volpe wrote:
>Using today's nightly build (had same problem yesterday), I am getting
>the following error with MSC++ build:
>
>------
>NMAKE : fatal error U1077: 'cl' : return code '0x2'
>Stop.
>NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~2\VC98\BIN\NMAKE.EXE' :
>return code '0x2' Stop.
>------
>
>What is 'cl' and where should I look for the source of the error?
>
>Thanks,
>-Brady
>
>_______________________________________________
>Ethereal-dev mailing list
>Ethereal-dev@xxxxxxxxxxxx
>http://www.ethereal.com/mailman/listinfo/ethereal-dev
>
>
>
cl.exe is the compiler/linker of MSVC.
Just have a look above that error, usually you will find some
warnings/errors above that, to point you to the real problem.
There was a problem with the latest CVS, just fixed at the moment.
Try a CVS update, that might fix your problem.
Regards, ULFL