I'm trying to install Gnome 2.22 through jhbuild. I've done: jhbuild bootstrap jhbuild sanitycheck Both of these commands completes successfully. But when i do: jhbuild build The build process doesn't complete successfully. The building process get stuck while building libbonobo. I get error: gcc -g -O2 -o .libs/activation-client client.o -Wl,--export-dynamic -pthread -L/opt/tarball-gnome2/lib ../bonobo/.libs/libbonobo-2.so /home/ad/src/tarball- gnome2/libbonobo/bonobo-activation/.libs/libbonobo-activation.so ../bonobo-activation/.libs/libbonobo-activation.so -lname-server-2 -L/opt/dbus-glib-0.74/lib /opt/tarball-gnome2/lib/libORBitCosNaming-2.so /opt/tarball-gnome2/lib/libORBit-2.so /opt/tarball-gnome2/lib/libgmodule-2.0.so /opt/tarball-gnome2/lib/libgthread-2.0.so -lpthread /opt/dbus-glib-0.74/lib/libdbus-glib-1.so /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so -lrt -lnsl -ldbus-1 /opt/tarball-gnome2/lib/libgobject-2.0.so /opt/tarball-gnome2/lib/libglib-2.0.so /opt/tarball-gnome2/lib/libxml2.so -ldl -lz -lm -Wl,--rpath -Wl,/opt/tarball-gnome2/lib -Wl,--rpath -Wl,/opt/dbus-glib-0.74/lib /opt/tarball-gnome2/lib/libgthread-2.0.so: undefined reference to `g_thread_gettime' ../bonobo/.libs/libbonobo-2.so: undefined reference to `g_assertion_message_expr' ../bonobo/.libs/libbonobo-2.so: undefined reference to `g_assertion_message' collect2: ld returned 1 exit status make[3]: *** [activation-client] Error 1 make[3]: Leaving directory `/home/ad/src/tarball-gnome2/libbonobo/activation-server' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/ad/src/tarball-gnome2/libbonobo/activation-server' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ad/src/tarball-gnome2/libbonobo' make: *** [all] Error 2 Seems like libbonobo is picking up the old glib and gobject lib path i don't want. Though I've set the new path to PKG_CONFIG_PATH. Is there any workround for this problem? I just can't make jhbuild to pick up the write path. Any insight into this? _______________________________________________ gnome-list mailing list gnome-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gnome-list