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:
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
rogerborg wrote:Answering a noob question is like having sex with a midget: there's a wonderfully satisfying sensation of being a giant.
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 !
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.
rogerborg wrote:Answering a noob question is like having sex with a midget: there's a wonderfully satisfying sensation of being a giant.