Hello,

I had not understood calling vcvars32.bat has to be made
each time a new dos session is opened.
You are right, it is well mentioned in the guide !

I have written a batch to make all this automatic.
May be this will be useful for others :

cd C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
call vcvars32.bat
cd c:\wireshark\wsutil
nmake -f Makefile.nmake
pause

Thanks for your help

Regards


Date: Thu, 4 Dec 2008 16:42:37 +0000
From: [EMAIL PROTECTED]
To: [email protected]
Subject: Re: [Wireshark-dev] Building Wireshark - Using nmake






  


philippe alarcon wrote:

  Hello,

  

I am trying to build the application under Windows XP.

  

In order to see if my environment is correct,

I have tried to build WSUTIL module.

  

I have used the basic command : nmake -f Makefile.nmake

  

My problem is that the make file doesn't find win32.mak.

  

I have not found this file.

  

Could somebody help me ?


Have you
followed the developers guide for setting up your windows dev
environment?
(http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html).



In particular, step 2.2.6.  I'm guessing that your path isn't good.



-- 
Regards,

Graham Bloice
_________________________________________________________________
Email envoyé avec Windows Live Hotmail. Dites adieux aux spam et virus, passez 
à Hotmail ! C'est gratuit !
http://www.windowslive.fr/hotmail/default.asp
_______________________________________________
Wireshark-dev mailing list
[email protected]
https://wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to