Ethereal-dev: RE: [Ethereal-dev] Build problems Win32

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Martin Angler" <martin.angler@xxxxxxxx>
Date: Thu, 8 Jan 2004 15:24:15 +0100
Thanks,

Running vcvars32.bat solves the problem, but now it says:
> NMAKE : fatal error U1052: file 'Makefile.nmake' not found
> Stop.
> NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\NMAKE.EXE'
> return code '0x2'
> Stop.

???

Thx for your help,

Martin Angler


-----Original Message-----
From: ulf.lamping@xxxxxx [mailto:ulf.lamping@xxxxxx] 
Sent: Donnerstag, 8. Januar 2004 15:17
To: Martin Angler
Cc: ethereal-dev@xxxxxxxxxxxx
Subject: Re: [Ethereal-dev] Build problems Win32

Martin Angler wrote:

> Hello,
>
> Now, after my holidays, I still have the same build problem with 
> Ethereal: When I run "nmake -f makefile.nmake", I get the error:
>
>> makefile.nmake(7) : fatal error U1052: file 'win32.mak' not found
>
>> Stop.
>
> I run this command in the top-level directory and this error is 
> displayed immediately.
>
> My Windows version is XP Professional, and I am trying to compile 
> ethereal 0.10.0a.
>
> Thanks in advance,
>
> Martin Angler
>
>-----------------------------------------------------------------------
-
>
>_______________________________________________
>Ethereal-dev mailing list
>Ethereal-dev@xxxxxxxxxxxx
>http://www.ethereal.com/mailman/listinfo/ethereal-dev
>  
>
Did you take a look at the file Readme.win32?

It will tell you, that you have to set the environment, usually by 
calling vcvars32.bat from VC98\bin

Regards, ULFL