From: Mark v. V. <ma...@pc...> - 2004-10-13 19:24:59
|
Hi, While emerging xmms-libvisual-0.1.6 under Gentoo, the compiles breaks at the following point: ------------------- main.c: In function `lv_xmms_init': main.c:101: warning: implicit declaration of function `setlocale' main.c:101: error: `LC_MESSAGES' undeclared (first use in this function) main.c:101: error: (Each undeclared identifier is reported only once main.c:101: error: for each function it appears in.) make[1]: *** [main.lo] Error 1 make[1]: Leaving directory `/var/tmp/portage/xmms-libvisual-0.1.6/work/libvisual-xmms-0.1.6/src' make: *** [all-recursive] Error 1 !!! ERROR: media-plugins/xmms-libvisual-0.1.6 failed. !!! Function src_compile, Line 502, Exitcode 2 !!! emake failed !!! If you need support, post the topmost build error, NOT this status message. ----------------------------- This can be fixed by adding the following line to all .c files in the src directory. #include <locale.h> Good luck with libvisual and keep up the good work! Regards, Mark van Voorden |