file 'win32.mak' not found

Started by
0 comments, last by polyfrag 11 years, 6 months ago
I'm building libJPEG to solve another problem I'm having following these instructions:

http://w3studi.informatik.uni-stuttgart.de/~bischowg/languages/C++/CPPlibjpeg.html

When I get to


nmake -f Makefile


It says Makefile(11) : fatal error V1052: file 'win32.mak' not found
Advertisement
I found the solution:

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.

This topic is closed to new replies.

Advertisement