LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Can't compile libbonobo-2.6.0! (https://www.linuxquestions.org/questions/linux-software-2/cant-compile-libbonobo-2-6-0-a-174082/)

xonner 04-24-2004 12:18 PM

Can't compile libbonobo-2.6.0!
 
I get this error when compiling:

make[3]: Entering directory `/home/xonner/libbonobo-2.6.0/activation-server'
/bin/sh ../libtool --mode=link gcc -g -O2 -o activation-client client.o ../bonobo/libbonobo-2.la -lname-server-2 -Wl,--export-dynamic -pthread -L/usr/local/lib -lORBitCosNaming-2 -lORBit-2 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lxml2 -lpthread -lz -lm -lpopt
gcc -g -O2 -o .libs/activation-client client.o -Wl,--export-dynamic ../bonobo/.libs/libbonobo-2.so -L/usr/local/lib /home/xonner/libbonobo-2.6.0/bonobo-activation/.libs/libbonobo-activation.so -lname-server-2 -pthread /usr/local/lib/libORBitCosNaming-2.so /usr/local/lib/libORBit-2.so /usr/lib/libgmodule-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgthread-2.0.so /usr/lib/libglib-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libgmodule-2.0.so -ldl /usr/local/lib/libglib-2.0.so /usr/local/lib/libxml2.so -lpthread -lz -lm /usr/lib/libpopt.so
../bonobo/.libs/libbonobo-2.so: undefined reference to `g_value_take_object'
../bonobo/.libs/libbonobo-2.so: undefined reference to `g_value_take_boxed'
../bonobo/.libs/libbonobo-2.so: undefined reference to `g_strv_get_type'
collect2: ld returned 1 exit status
make[3]: *** [activation-client] Error 1
make[3]: Leaving directory `/home/xonner/libbonobo-2.6.0/activation-server'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/xonner/libbonobo-2.6.0/activation-server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/xonner/libbonobo-2.6.0'
make: *** [all] Error 2

I already have upgraded to autoconf-2.59 and still got this error. Any ideas? Thanks

Slackware 9.0
My "uname -a": Linux server 2.4.20 #2 Mon Mar 17 22:02:15 PST 2003 i686 unknown

Gildas 05-24-2004 08:35 AM

Hi Xonner,

I add similar problems trying to compile the last version of rhythmbox (great music database utility BTW) under Mandrake 10. To solve the problem I just needed to add libglib2 and libglib2-devel rpms. (libglib2.0_0-2.4.1-1mdk.i586 and libglib2.0_0-devel-2.4.1-1mdk.i586 from Mandrake cooker in my very exact situation).

Hope it's gonna help.

Gildas


All times are GMT -5. The time now is 09:57 PM.