Topic: Irrlicht and Linux ?

If I want to build the Irrlicht Mod under linux it won't work.
(Even if I put libirrlichtlin.a into the core.mod folder.)
So can anybody send me a mail with the builded Irrlicht Mod for Linux, please ?

(wendnagelwolfgang@gmx.de)

Re: Irrlicht and Linux ?

i currently dont have a linux build setup right now.  what are the error messages you are getting when you compile the module?

3 (edited by porcus 2007-04-01 12:26:46)

Re: Irrlicht and Linux ?

A friend sent me a mail with the builded mod.

But now I get an other error, if I want to run a sample (helloworld.bmx):

Building helloworld
Compiling:helloworld.bmx
flat assembler  version 1.64
3 passes, 2883 bytes.
Linking:helloworld
/root/Desktop/BlitzMax118_Linux/BlitzMax/mod/irrlicht.mod/core.mod/core.release.linux.x86.a(irrlicht.cpp.release.linux.x86.o): In function `Irr_createDevice':
irrlicht.cpp:(.text+0x24b48): undefined reference to `irr::createDevice(irr::video::E_DRIVER_TYPE, irr::core::dimension2d<int> const&, unsigned int, bool, bool, bool, irr::IEventReceiver*, char const*)'
/root/Desktop/BlitzMax118_Linux/BlitzMax/mod/irrlicht.mod/core.mod/core.release.linux.x86.a(irrlicht.cpp.release.linux.x86.o): In function `Irr_createDeviceEx':
irrlicht.cpp:(.text+0x24b53): undefined reference to `irr::createDeviceEx(irr::SIrrlichtCreationParameters const&)'
collect2: ld returned 1 exit status
Build Error: Failed to link /root/Desktop/irrlicht_examples/01.HelloWorld/helloworld
Process complete

Re: Irrlicht and Linux ?

Re: Irrlicht and Linux ?

Thank you! Now it works very great.

Re: Irrlicht and Linux ?

Re: Irrlicht and Linux ?

8 (edited by Groza_BOTov 2008-11-25 17:44:46)

Re: Irrlicht and Linux ?