Search found 2 matches

by Concrete Pants
Sat Jan 08, 2011 5:49 am
Forum: Beginners Help
Topic: Executable runs, but not when run from command line...
Replies: 2
Views: 322

Very good! that was the problem, works fine now when running from the ide and the bin folder. Haven't yet found the option to set to relative, but still looking. Thanks again!
by Concrete Pants
Sat Jan 08, 2011 1:51 am
Forum: Beginners Help
Topic: Executable runs, but not when run from command line...
Replies: 2
Views: 322

Executable runs, but not when run from command line...

Hello! I'm on Ubuntu 10.4 running irrlicht with code blocks, I followed the tutorials for getting irrlicht to compile in code blocks under linux and everything went fine. Simple scripts compile and run fine but when i tried to add a mesh things went a little odd.


#include <irrlicht.h>

using ...