I've tried the Hello World tutorial, and I get a million errors. I don't want to ask people here to debug my code for me, well, it's the hello world code, but I was hoping someone could provide a very small sample of code that uses irrlicht, just so I can figure out when I have codeblocks set up correctly.
Just to be complete, I followed the instructions here, as far as setting up codeblocks for irrlicht goes.
http://www.irrlicht3d.org/wiki/index.ph ... cksOnLinux
I followed the directions under "If you compiled it normally (with XF86):", as I'm pretty sure I haven't compiled anything in any other way.
Just to be complete I'll post some of my build errors here, just in case there is a linux guru who can point me in the right direction.
/home/here/irrlicht-1.3.1/examples/01.HelloWorld/main.cpp:42: error: irrlicht.h: No such file or directory
/home/here/irrlicht-1.3.1/examples/01.HelloWorld/main.cpp:53: error: ‘irr’ is not a namespace-name
/home/here/irrlicht-1.3.1/examples/01.HelloWorld/main.cpp:53: error: expected namespace-name before ‘;’ token
/home/here/irrlicht-1.3.1/examples/01.HelloWorld/main.cpp:187: error: ‘SColor’ was not declared in this scope
I used the exact example main.cpp from the helloworld example, so I couldn't even have made any copy and paste errors.
Thanks much to anyone who can point me in the right direction.
David