News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

CB + irrlicht + Ubuntu

Started by Rapture, September 05, 2009, 08:24:56 PM

Previous topic - Next topic

Rapture

Hello I am a new member.... I hope this my new trip with CB will be a good trip :D
I'm an italian boy e my english isn't good.

I have a problem...
How can I configure CB + irrlicht in my ubuntu 9.04??
Linking console executable: ../../bin/gcc/HelloWorld
.objs/main.o: In function `main':
/home/alex/UnrealProject/irrlicht-1.5/examples/01.HelloWorld/main.cpp:130: undefined reference to `irr::createDevice(irr::video::E_DRIVER_TYPE, irr::core::dimension2d<int> const&, unsigned int, bool, bool, bool, irr::IEventReceiver*)'
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 0 seconds)
1 errors, 0 warnings

What can I do??

MortenMacFly

Quote from: Rapture on September 05, 2009, 08:24:56 PM
What can I do??
Link against the irrlicht lib in the right order. Next time please post the full build log (see my sig how to enable it).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]