Quentin Huys wrote:
PS: and as we're here: This is what I get when trying to compile:
ql:~/Desktop/ion-3rc-20071130% make
set -e; for i in libtu libextl libmainloop mod_tiling mod_query mod_menu
mod_dock mod_sp mod_sm mod_statusbar de ioncore ion pwm etc utils man po
; do make -C $i; done
gcc -Os -W -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs
-Wformat -Wchar-subscripts -Wparentheses -pedantic -Wuninitialized
-DCF_XFREE86_TEXTPROP_BUG_WORKAROUND -DHAVE_SNPRINTF -c output.c -o
output.o
In file included from output.c:23:
private.h:15:21: error: libintl.h: No such file or directory
output.c: In function 'fallback_warn':
output.c:116: warning: implicit declaration of function 'dgettext'
output.c:116: warning: incompatible implicit declaration of built-in
function 'dgettext'
make[1]: *** [output.o] Error 1
make: *** [subdirs] Error 2
At least in linux, libintl.c is in libc6-dev. Install that package and
that error should go away.
I installed ion3 from the official RC on an ubuntu server I use in my
notebook (so that I didnt have to deal with gnome from the start) and
when compiling it, I found a lot of missing dependencies and errors,
however they were not hard to track and fix.
I guess if you guys wanna give it a try from the source, if you face
errors you can post them here. At least I don't mind helping out with them.
Saludos.