You are not logged in.

#1 2007-07-18 12:21:16

gyo
Member
From: France
Registered: 2007-04-14
Posts: 19

[Request] Kiki the nanobot

Hi,

Kiki the nanobot is a 3D-puzzle game, the principle of this game is like Sokoban but in a 3d World with nice graphics.
web site : http://kiki.sourceforge.net/
screenshots : http://kiki.sourceforge.net/screenshots/index.html

I tried to do a PKGBUILD with the help of gentoo ebuild but it fails to compile. This ebuild provides some patches, notably a patch to make it build against gcc-4.1, I think it fails because the code needs to be changed to be builded against gcc-4.2 (the actual version in Archlinux).

Here you can grab ebuild and patches :
http://sources.gentoo.org/viewcvs.py/ge … zzle/kiki/

Here is the error when I make with kiki/linux/Makefile :

../src/../SWIG/KikiPy_wrap.cpp: In function 'int SWIG_Python_ConvertPtr(PyObject*, void**, swig_type_info*, int)':
../src/../SWIG/KikiPy_wrap.cpp:1231: error: invalid conversion from 'const char*' to 'char*'
../src/../SWIG/KikiPy_wrap.cpp: In function 'void SWIG_Python_FixMethods(PyMethodDef*, swig_const_info*, swig_type_info**, swig_type_info**)':
../src/../SWIG/KikiPy_wrap.cpp:16366: error: invalid conversion from 'const char*' to 'char*'
make: *** [../src/../SWIG/KikiPy_wrap.o] Error 1

Does someone will be able to do a PKGBUILD for this nice game?

P-S: this game is in public domain, so it's a free as speech game.

Offline

#2 2007-07-18 15:48:33

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: [Request] Kiki the nanobot

changing the char * to const char * fixes the compilation issue.

Offline

#3 2007-07-18 18:10:29

gyo
Member
From: France
Registered: 2007-04-14
Posts: 19

Re: [Request] Kiki the nanobot

tardo wrote:

changing the char * to const char * fixes the compilation issue.

Thanks a lot tardo, a PKGBUILD will coming soon!

Offline

#4 2007-07-19 18:48:30

gyo
Member
From: France
Registered: 2007-04-14
Posts: 19

Re: [Request] Kiki the nanobot

Offline

Board footer

Powered by FluxBB