Hi,
I've been trying to get Irrlicht to compile on Ubuntu (I'm new to Linux). I moved all of the header and source files into an Eclipse project. But, the compilation fails. It says fatal error: windows.h: No such file or directory in PngFile.c. Do I need to add a #define in the pre-processor? Since I'm on Ubuntu I'm fairly sure that the Windows header isn't supposed to be on the system...
It's the latest SVN by the way. Thanks.
EDIT: Nevermind, I'll just use the instructions from here http://www.irrlicht3d.org/wiki/index.ph ... uildUbuntu