On Wed, 26 Sep 2001 14:47:33 ryan.braden@xxxxxxxxxxxxx wrote:
> I am a newbie to both Ethereal and the 'nmake' utility, so please bear
> with
> me as I may be asking questions not entirely specific to Ethereal. I am
> attemptin to build Ethereal on Windows 2000 using the 'nmake' command. I
> am using Microsoft Visual C++ 6.0 and I have loaded all the tools listed
> as
> prerequisites (Glib, GTK+, Python, etc.). Upon entry of the 'nmake -f
> makefile.nmake' entry I get the following error:
>
> makefile.nmake(7) : fatal error U1052: file 'win32.mak' not found
> Stop.
>
> I have added the directory where 'win32.mak' resides to my path but still
> get the error. I realize that this is not exactly an Ethereal specific
> question, but if there is anyone out there who has built Ethereal in a
> similar environment and would be willing to help I would greatly
> appreciate
> it.
>
Did you run the vcvars32.bat file? it sets up a lot of environment
variables to make VC work. Or perhaps you installed VC so that those
environment variables were set already... can you type "cl" at the
command prompt and does the microsoft C compiler get invoked?
How did you get your system set up so that it could find nmake? You didn't
just add nmake's path to %PATH%, did you?
--gilbert