Compile Error :(

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
MTn
Posts: 3
Joined: Wed Sep 18, 2019 12:10 am
Contact:

Compile Error :(

Post by MTn »

Hi! :)
Today is my first day using Irrlicht. i was trying to compile the example (10.Shaders) with the latest Code::Blocks, then i got this error:
Image
I edited nothing. Just load the .cbp file, set GCC as my default compiler, and compile. And this thing happens :(

And help would be appreciated. Thanks! :D
CuteAlien
Admin
Posts: 9652
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Compile Error :(

Post by CuteAlien »

Hello!

Use the workspace file one folder higher (BuildAllExamples.workspace in examples folder). And compile the engine itself in there first. The only lib/dll which is in the zip file which we released is an old VS version (VS 2010).

And minor note - ld is the linker, so this one is a linking error (it doesnt find an Irrlicht lib file), the compiler was actually successful ;-)
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
MTn
Posts: 3
Joined: Wed Sep 18, 2019 12:10 am
Contact:

Re: Compile Error :(

Post by MTn »

Thanks! I will try the guide :)
MTn
Posts: 3
Joined: Wed Sep 18, 2019 12:10 am
Contact:

Re: Compile Error :(

Post by MTn »

It's working now. Thanks a lot for your help! :D
CuteAlien
Admin
Posts: 9652
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Compile Error :(

Post by CuteAlien »

cool :-)
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