Hi,

That sounds like you have too old version of glib installed, xmms2  
requires version 2.8 these days. I just checked and there is a bug in  
xmms2 build scripts that accepts version 2.6 of glib as well, but it  
fails in linking to the used g_mkdir_with_parents and g_build_pathv  
functions. Both can be patched relatively easily, but I suggest you  
try to install glib 2.8 or newer (lastest version is 2.10) since it's  
usually even easier.

Do you want to file a bug report into  
http://bugs.xmms2.xmms.se/my_view_page.php or do I?


Juho


Quoting Satheesh Kumar <[EMAIL PROTECTED]>:

> i ran ./waf configure and then tried to build by ./waf build
> i got the following failure..
>
> [160/193] * cc_link : _build_/default/src/xmms/main.o
> _build_/default/src/xmms/signal_unix.o -> _build_/default/src/xmms/xmms2d
> default/src/xmms/main.o(.text+0x5ee): In function `do_scriptdir':
> ../src/xmms/main.c:139: undefined reference to `g_mkdir_with_parents'
> default/src/xmms/main.o(.text+0x788): In function `load_config':
> ../src/xmms/main.c:181: undefined reference to `g_mkdir_with_parents'
> default/src/xmms/libxmms2core.a(bindata.o)(.text+0x53b): In function
> `xmms_bindata_init':
> ../src/xmms/bindata.c:101: undefined reference to `g_mkdir_with_parents'
> default/src/xmms/libxmms2core.a(utils.o)(.text+0xab): In function
> `xmms_build_path':
> ../src/xmms/utils.c:54: undefined reference to `g_build_pathv'
> collect2: ld returned 1 exit status
> Compilation failed
> --
> Satheesh Kumar M,
> http://sathyz.googlepages.com
> --
> _______________________________________________
> Xmms2-devel mailing list
> Xmms2-devel@lists.xmms.se
> http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel
>




--
_______________________________________________
Xmms2-devel mailing list
Xmms2-devel@lists.xmms.se
http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel

Reply via email to