Package: fenix Version: 0.92a.dfsg1-3 Severity: minor User: [EMAIL PROTECTED] 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

