Search found 4 matches
- Mon Feb 12, 2007 6:33 pm
- Forum: Beginners Help
- Topic: problems while compiling irrlicht under ubuntu edgy
- Replies: 19
- Views: 1774
What exactly are you typing in the command line? I had the same problem and what helped me was going into the Makefile of one of the examples and using hte same options for g++ so i use: g++ -c test.cpp g++ test.o -o test -L/tmp/irrlicht/lib/Linux -lirrlicht -lGl -lGLU -lXxf86vm -lXext -lX11 assumin...
- Thu Feb 08, 2007 5:53 am
- Forum: Beginners Help
- Topic: Undefined Reference to createDevice from example
- Replies: 5
- Views: 1573
thanks a ton! I had no idea i could do that! (just started using linux a few months ago) well i don't think i'm getting that error anymore... instead it's another several several lines that i won't bother to copy but the last 20-30 of which are undefined references in COpenGLTexture.cpp sigh. Perhap...
- Thu Feb 08, 2007 2:17 am
- Forum: Beginners Help
- Topic: Undefined Reference to createDevice from example
- Replies: 5
- Views: 1573
- Thu Feb 08, 2007 1:47 am
- Forum: Beginners Help
- Topic: Undefined Reference to createDevice from example
- Replies: 5
- Views: 1573
Undefined Reference to createDevice from example
Mkay, so I just started using Irrlicht. I downloaded and installed and followed directions as best i could. Then I go to the .chm document copy the little example there. i go to the Terminal (i'm on a Ubuntu machine) and type: g++ -c example.cpp g++ example.o -o example the second command gives me t...