GP2X Ikswall-gp2x


Iksaif

Still Fresh
Joined
May 17, 2006
Messages
2
hey !
today, i tried to port ikswall (see the end for links) for gp2x.
But .. i have no gp2x to test it right now (i will buy one in the week ..).
So, if someone can test it, it would be cool =).


Ikswall 0.9 (and sources) for linux : http://xf.iksaif.net/ikswall/ikswall-0.9-alpha1.tar.bz2
Ikswall 0.8 for windows : http://xf.iksaif.net/ikswall/ikswall-0.8-win32.zip
Ikswall-gp2x-0.9 for gp2x : http://xf.iksaif.net/ikswall/ikswall-gp2x.tar.bz2
a lot of links : http://xf.iksaif.net/ikswall/

Thx :)

PS: it's GPL .. so if someone want to work on ikswall, no problems ^^
 
./ikswall.gpe: error while loading shared libraries: libmikmod.so.2: cannot open shared object file: No such file or directory

You need to statically link it
 
hum .. i will try .. but why have i to statically link it ? oO
and i don't use libmikmod, don't know why i link it ..
maybe you can try this http://iksaif.ath.cx:81/~iksaif/ikswall.gpe , it's not linked statically, but it's not linked with mikmod too :p

if it doesn't work, i will try to link it with -static tomorow =)
 
It's complaining about libvorbis.so.0 now. These are all used by SDL_mixer - you'll probably need libogg, libsmpeg and a few others - it'll be easier to use -static
 
Back
Top