|
I tried to build wireshark under WinXP + MC VS 2008 by "2.2. Win32: Step-by-Step Guide", but I'm having trouble with
I Google'd it and found this, but it didn't help. I tried putting the Please help
This question is marked "community wiki".
|
|
You shouldn't have to edit Makefile.nmake. If nmake can't find win32.mak then that's a strong indication that your build environment isn't set up correctly. Did you run |
|
You should install Windows sdk (http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=3138). Then you will found Wind32.mak file in C:\Program Files\Microsoft SDKs\Windows\v7.0\Include. |

I make next solution
edit Makefile.nmake
and define full path to win32.mak
I run this one:
C:Program FilesMicrosoft Visual Studio 9.0VCbinvcvars32.bat
you mean that?
I agree that where is something wrong in my build environment, but I cant find a mistake.