Page 1 of 1

[Ubuntu+Code::Blocks] Irrlicht new project wizard error

Posted: Tue Feb 17, 2009 8:22 pm
by Moo
Hi :) I've recently switched to Ubuntu and Code::Blocks and tried creating an irrlicht project with the (surprisingly) built-in irrlicht project wizard. But I get an error at some point:

Image

It tells me it can't find Irrlicht.h, while it is there, in the "include" directory. The whole irrlicht directory is valid.

Any suggestions? Thanks :wink:

Re: [Ubuntu+Code::Blocks] Irrlicht new project wizard error

Posted: Tue Feb 17, 2009 10:39 pm
by randomMesh
Linux is cAsEseNsITivE.

Re: [Ubuntu+Code::Blocks] Irrlicht new project wizard error

Posted: Tue Feb 17, 2009 10:56 pm
by Moo
randomMesh wrote:Linux is cAsEseNsITivE.
My folder has been typed according to the right case, so was "irrlicht.h".

Posted: Wed Feb 18, 2009 12:33 am
by Moo
Seeing as there are no replies, maybe I shouldn't use that wizard. Does anyone have a tut for Code::Blocks + Irrlicht + Ubuntu/Linux? Thanks.

Posted: Wed Feb 18, 2009 12:58 am
by z4rd0z
I would like to encourage you to create your own Makefile before using some kind of wizardry :). IrrLicht SDK comes with some examples and you can adapt them to your project. Once you will be fluent with g++ “-I”, “-L” and “-l” options, then you will be able to configure any IDE, Code::Blocks, Netbeans 6.5 (w/ C++ plug-in), Kdevelop or Geany ! GL & HF !

Posted: Thu Feb 19, 2009 2:02 am
by Moo
z4rd0z wrote:I would like to encourage you to create your own Makefile before using some kind of wizardry :). IrrLicht SDK comes with some examples and you can adapt them to your project. Once you will be fluent with g++ “-I”, “-L” and “-l” options, then you will be able to configure any IDE, Code::Blocks, Netbeans 6.5 (w/ C++ plug-in), Kdevelop or Geany ! GL & HF !
Erhm, alright. I'll give it a try, read a bit. I still have a lot to learn from Linux. Thanks for the hint.

Posted: Thu Feb 19, 2009 3:37 am
by Acki
Moo wrote:Does anyone have a tut for Code::Blocks + Irrlicht + Ubuntu/Linux? Thanks.
Yes, I do, have a look at my homepage...
it's for Windows though, but that shouldn't matter, as it all belongs to C::B... ;)