Building FlightGear - Windows: Difference between revisions

Jump to navigation Jump to search
m
(Extending chapter "Getting jpeglib")
Line 102: Line 102:
</pre>
</pre>


If you get the error:
Make sure that other projects will find your new files: Either copy '''jerror.h, jmorecfg.h''' and '''jpeglib.h''' to an include folder which is already defined (e.g. 3rdparty/include) or modify the individual project settings by adding the directory where you unpacked the jpeglib sources. The latter method is not advised.
 
Finally if you get the error:
<pre>
<pre>
makefile(11) : fatal error U1052: file 'win32.mak' not found
makefile(11) : fatal error U1052: file 'win32.mak' not found
Line 109: Line 111:


then you need to add the switch '''/f <path>''' to point to the file Win32.Mak which resides in the above mentioned Platform SDK directory\Include. Make sure to enclose this path into double quotes if the path contains spaces.
then you need to add the switch '''/f <path>''' to point to the file Win32.Mak which resides in the above mentioned Platform SDK directory\Include. Make sure to enclose this path into double quotes if the path contains spaces.
Finally make sure that other projects will find the files: Either copy '''jerror.h, jmorecfg.h''' and '''jpeglib.h''' to an include folder which is already defined (e.g. 3rdparty/include) or modify the individual project settings by adding the directory where you unpacked the jpeglib sources. The latter method is not advised.


== Getting plib ==
== Getting plib ==
172

edits

Navigation menu