Compiling on Ubuntu

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Riktovitch
Posts: 15
Joined: Tue Mar 05, 2013 12:36 am

Compiling on Ubuntu

Post by Riktovitch »

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
Post Reply