Hi all I'm using FreeBSD 6.1 with Lua 5.1 to compile the last snapshot of Ion3. Here is the error I've got:
asgard# gmake set -e; for i in libtu libextl libmainloop mod_ionws mod_floatws mod_query mod_menu mod_dock mod_sp mod_sm mod_panews de mod_mgmtmode mod_statusbar ioncore ion pwm etc utils man po ; do gmake -C $i; done gmake[1]: Entering directory `/usr/home/gnux/ion-3ds-20060519/libtu' gcc -g -Os -W -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs - Wformat -Wchar-subscripts -Wparentheses -pedantic -Wuninitialized - DCF_NO_XINERAMA -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND -DHAVE_SNPRINTF -c misc.c -o misc.o gcc -g -Os -W -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs - Wformat -Wchar-subscripts -Wparentheses -pedantic -Wuninitialized - DCF_NO_XINERAMA -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND -DHAVE_SNPRINTF -c output.c -o output.o In file included from output.c:23: private.h:15:21: libintl.h: No such file or directory output.c: In function `fallback_warn': output.c:116: warning: implicit declaration of function `dgettext' gmake[1]: *** [output.o] Error 1 gmake[1]: Leaving directory `/usr/home/gnux/ion-3ds-20060519/libtu' gmake: *** [subdirs] Error 2 It's the first time I got an error while compiling ion. I just read the readme (lol!) of libtu and glance at libs.mk and so on. All seems to be quite normal. I dont understand why it does not compile. Anyone to explain me why and how to solve this? Btw why libtu is necessary to ion3? It's not explain in the readme... Thanks in advance :)