Codeblocks, Mingw, and 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
genesisrage
Posts: 93
Joined: Tue Feb 08, 2005 12:19 pm

Codeblocks, Mingw, and Irrlicht?

Post by genesisrage »

wondering if anyone has had success compiling irrlicht.dll (1.4) with Code::Blocks using Mingw (gcc).

i assumed Irrlicht_Win32-gcc.cbp would be the file i needed to start with... but the amount of errors is mind-boggling, no files are selected to compile, so it makes a 12k file by default.

if anyone else has gone this route and got it working, can you please share your knowledge and post what steps you need to do?
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Strange, I just tried it with c::b and yeah it does not compile. But importing the dev-c++ project file does work, so you can use that one (project - import - dev c++ project).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

What are those error messages? I'm aware that the current SVN trunk project files are outdated, but the 1.4 SDK files should work.
Luke
Admin
Posts: 449
Joined: Fri Jul 14, 2006 7:55 am
Location: Australia
Contact:

Post by Luke »

yeah I use Code::Blocks and gcc most of the time, never had a problem
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Try it with my IrrExtensions, it was written for C::B and Dev and also works for 1.4 now !!! ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

I was testing it yesterday with current SVN but using the 1.4 branch in it and I tried to compile it on a relatively current c::b (some months old) on Windows XP. No error messages - it simply did not compile any files, but finished immediately. I also tried with complete rebuild & clean, but no difference. Project files looked fine in as far as the files all showed up in the project folders, it was just as if no file in the project would be marked for compiling. Can that be differentiated in c::b? I have no idea... I might look into it some more later on (wrong system right now).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply