Compiling Irrlicht as static library

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
[DEF]
Posts: 17
Joined: Thu Jul 29, 2010 8:30 am

Post by [DEF] »

Woah lol calm down guys, jeez. No need to fight :P

Aaaaanyway;
CuteAlien wrote:Could be the bug that was patched here: http://irrlicht.svn.sourceforge.net/vie ... 93&r2=3297
Getting the latest trunk from SVN seems to have it fixed, thanks for mentioning that. It compiled fine :)

EDIT: Using the static library, (I have defined _IRR_STATIC_LIB_ in my project) it's giving these linker errors:

Code: Select all

...Irrlicht 1.8\lib\libirrlicht.a(CIrrDeviceWin32.o):CIrrDeviceWin32.cpp  undefined reference to `_strcmpi(char const*, char const*)'
...Irrlicht 1.8\lib\libirrlicht.a(CIrrDeviceWin32.o):CIrrDeviceWin32.cpp  undefined reference to `_strcmpi(char const*, char const*)'
...Irrlicht 1.8\lib\libirrlicht.a(CIrrDeviceWin32.o):CIrrDeviceWin32.cpp  undefined reference to `_strcmpi(char const*, char const*)'
...Irrlicht 1.8\lib\libirrlicht.a(CFileSystem.o):CFileSystem.cpp  undefined reference to `_fullpath(char*, char const*, unsigned int)'
But I don't know what to link to fix this.
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Re:

Post by Acki »

[DEF] wrote:Woah lol calm down guys, jeez. No need to fight :P
the only one who's fighting is midnight...
simply because he knows dirty words and thinks offending other ppl makes him a cool man... :lol:
only thing I want to do is clarifying that he is wrong and that he should check the facts before telling such crap... ;)

too bad, this only ends in feeding the ignorant and unfortunately they'll never die... :(
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Re: Compiling Irrlicht as static library

Post by Midnight »

jesus Acki you took that really personal. You need a new hobby dude, try a girlfriend.
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Re: Compiling Irrlicht as static library

Post by Acki »

Midnight wrote:jesus Acki you took that really personal. You need a new hobby dude, try a girlfriend.
I guess my wife would be against a girlfriend !!! :lol:
and yes, calling me a scammer I take personal, and this is what you implied !!! :?
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Re: Compiling Irrlicht as static library

Post by Midnight »

Acki wrote:and yes, calling me a scammer I take personal, and this is what you implied !!! :?
You're out of your mind. Let it go already.

I didn't imply anything Acki, that's why I left it for you to explain. words like "pretty sure" "acki can confirm" "leave me out of it" indicate that clearly.

You're just butthurt about things that never even involved you over 3 years ago. As much as you trawl these forums you should realize I haven't even been here in over year. And trust me I have changed a lot, in the past I'd have smacked you down like the bitch you are.

You ought to realise you struck the first blow, as far as your programming projects I'm entitled to my opinion and that opinion is that you suck.

Go ahead and talk all the poop you like man, I don't really give two shits. Anyone here I ever wanted to impress I've learned has a poor sense of judgement anyway and you're living proof so say what you like punk.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Compiling Irrlicht as static library

Post by CuteAlien »

This is getting a little bit too far away from "Compiling Irrlicht as static library". Thread closed.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Locked