Bug#481928: fenix configure needs adjustment for armel port
Riku Voipio
riku.voipio at iki.fi
Mon May 19 16:18:10 UTC 2008
Package: fenix
Version: 0.92a.dfsg1-3
Severity: minor
User: debian-arm at lists.debian.org
Usertags: eabi
looking at:
http://buildd.debian.org/fetch.cgi?&pkg=fenix&ver=0.92a.dfsg1-3&arch=armel&stamp=1208930071&file=log
In file included from c_main.c:37:
../../include/fnx_loadlib.h:60: error: expected ')' before '*' token
#ifdef TARGET_Linux
...
TARGET_Linux comes from configure.in:
--
dnl Aqui es donde se chequeara el SO, pero solo hay una opcion xD
case "$target_os" in
linux-gnu)
--
on armel, the $target_os is linux-gnueabi. it will also be different
from linux-gnu on atleast uclibc systems and some mips systems.
please change the check to to linux-gnu*) and regenerate ./configure
--
"rm -rf" only sounds scary if you don't have backups
More information about the Pkg-games-devel
mailing list