Unable to compile Irrlicht source, gcc/g++ regression?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
asphodeli
Posts: 36
Joined: Thu Jul 24, 2008 12:46 am
Location: Singapore

Unable to compile Irrlicht source, gcc/g++ regression?

Post by asphodeli »

Hi all,

Seems that either my setup or my compiler version is wrong, I am unable to compile Irrlicht OpenGL-ES in linux as a static library on gcc/g++ v4.3.1, CFileList.h, saying that the prototype does not match a candidate, but the code appears to be correct. Is it possible to "downgrade" gcc/g++ to an older version in order to compile the source?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

If you're talking about the branch, it's just the SVN/trunk of some older revision. It will be updated to latest SVN/trunk once I work on the patches for that branch.
The current trunk compiles properly with an older gcc 4.3 version I have here, so I don't know which problems you encountered. Maybe you can post the full message?
Post Reply