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:
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!
Compile Error :(
Re: Compile Error :(
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 ;-)
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Compile Error :(
Thanks! I will try the guide
Re: Compile Error :(
It's working now. Thanks a lot for your help!
Re: Compile Error :(
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm