Problem compiling Irrlicht

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
Linuxhippy
Posts: 5
Joined: Mon Feb 02, 2004 9:43 am

Problem compiling Irrlicht

Post by Linuxhippy »

Hi there,

Irrlicht looks really great, however I've problems compiling Irrlicht for Linux. make bails out with the following message:
g++ -Wno-reorder -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -c -o CSceneManager.o CSceneManager.cpp
CSceneManager.h:151: error: extra qualification ‘irr::scene::CSceneManager::’ on member ‘addSkyDomeSceneNode’
make: *** [CSceneManager.o] Fehler 1
Any ideas what could be wrong?

Thank you in advance, lg Clemens
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, you did not understand the very detailed error message :wink:
Just remove everthing before the :: in the mentioned line, or use the SVN version which already has this removed.
Post Reply