Search found 3 matches

by Sagocr
Sat May 28, 2011 7:11 am
Forum: Beginners Help
Topic: Linux error on compile
Replies: 4
Views: 785

Re: Linux error on compile

I'm the same error : main.cpp:(.text+0x70): undefined reference to `createDevice' compilig de Hello world example in Kdevelop you will notice no errors or warnings there, but there is no binary created. note that: g++ -I../../include -I/usr/X11R6/include -O3 -ffast-math main.cpp -o ../../bin/Linux/...
by Sagocr
Sat May 28, 2011 6:18 am
Forum: Beginners Help
Topic: Linux error on compile
Replies: 4
Views: 785

Re: Linux error on compile

I'm the same error : main.cpp:(.text+0x70): undefined reference to `createDevice' compilig de Hello world example in Kdevelop you will notice no errors or warnings there, but there is no binary created. note that: g++ -I../../include -I/usr/X11R6/include -O3 -ffast-math main.cpp -o ../../bin/Linux/0...
by Sagocr
Sat May 28, 2011 6:01 am
Forum: Beginners Help
Topic: Problem with compiling my Game
Replies: 5
Views: 461

You're missing irrlicht lib, you must link it with KDevelop somehow. I use de Kdevelop 4 too, and I'm the same problem. I write #pragma comment(lib, "Irrlicht.lib") in the main.cpp, but that not work. In the cmake configurator I have: CMAKE_CXX_FLAGS : -I/home/luysa/projects/irrlicht/incl...