Problem Compiling Irrlicht with Ackis Extension

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.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

Image

WINE > BEER.

I just know this is going to end in a root cause 17.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

it's too early to quit, it takes about three to four years to become proficient.

but if you really want to go, nobody's stoppin ya, you'll see the same face of frustration anywhere you go.

looks like you are rushing it, which probably will get you nowhere.
Image
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

renegadeandy wrote:So I think i will download a fresh 1.4.1 and a fresh ackis extension and then re go through the complete tutorial from start to finish and see if its still not working.
that's a good idea... ;)
renegadeandy wrote:IF it doesnt work then, i will probably have to give up on irrlicht for video playback and use something else :(
I aggree there with Rogerborg !!! :)
also I'm not sure if Irrlicht is a little bit of an over kill for just playing videos... :lol:
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
renegadeandy
Posts: 122
Joined: Sun May 25, 2008 11:14 pm
Location: Scotland
Contact:

Post by renegadeandy »

ergh, i did it, and it compiled with just the IAVI extension, however, when I try to run even the most simple example of an irrlicht program using the new dll, the following error occurs:

Code: Select all

g++ -LC:\Program Files\Irrlicht\irrlicht-1.4.1\lib\Win32-visualstudio -oVideo.exe main.o -lIrrlicht
main.o: In function `ZN3irr4core12irrAllocatorIcE12internal_newEj':
C:/Program Files/Irrlicht/irrlicht-1.4.1/include/irrAllocator.h:(.text+0x90): undefined reference to `_imp___ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKc'
collect2: ld returned 1 exit status
Build error occurred, build is stopped
Time consumed: 875  ms.  

Ideas?
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

the first things that comes in mind are:
did you link against the new lib (libIrrlicht.a) that was newly created ???
did you use the new include files (the ones inside the source folder) ???
and of course, did you use the new dll (the one in the same folder as the new libIrrlicht.a) ???
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
renegadeandy
Posts: 122
Joined: Sun May 25, 2008 11:14 pm
Location: Scotland
Contact:

Post by renegadeandy »

yes yes yes and yes!!
ahhhh!!!!

Perhaps its cos i ONLY clicked the IAVIPlayer extension and none of the others :S??

Can somebody not just give me their dll with IAVIPlayer and dx8 & 9 support please?!
Post Reply