Problem Compiling Irrlicht with Ackis Extension
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
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
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
that's a good idea...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.
I aggree there with Rogerborg !!!renegadeandy wrote:IF it doesnt work then, i will probably have to give up on irrlicht for video playback and use something else
also I'm not sure if Irrlicht is a little bit of an over kill for just playing videos...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
-
- Posts: 122
- Joined: Sun May 25, 2008 11:14 pm
- Location: Scotland
- Contact:
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:
Ideas?
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.
Game development blog: http://www.valleyattack.upsetpc.com/
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) ???
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:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
-
- Posts: 122
- Joined: Sun May 25, 2008 11:14 pm
- Location: Scotland
- Contact:
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?!
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?!
Game development blog: http://www.valleyattack.upsetpc.com/