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
[Ubuntu+Code::Blocks] Irrlicht new project wizard error
[Ubuntu+Code::Blocks] Irrlicht new project wizard error
rogerborg wrote:Answering a noob question is like having sex with a midget: there's a wonderfully satisfying sensation of being a giant.
-
- Posts: 1186
- Joined: Fri Dec 29, 2006 12:04 am
Re: [Ubuntu+Code::Blocks] Irrlicht new project wizard error
My folder has been typed according to the right case, so was "irrlicht.h".randomMesh wrote:Linux is cAsEseNsITivE.
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 !
Erhm, alright. I'll give it a try, read a bit. I still have a lot to learn from Linux. Thanks for the hint.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 !
rogerborg wrote:Answering a noob question is like having sex with a midget: there's a wonderfully satisfying sensation of being a giant.
Yes, I do, have a look at my homepage...Moo wrote:Does anyone have a tut for Code::Blocks + Irrlicht + Ubuntu/Linux? Thanks.
it's for Windows though, but that shouldn't matter, as it all belongs to C::B...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java