> > I have just compiled Evolution from CVS. > > During compilation I got an error whenever something was linked with -lgobject-2.0. > > I have both CVS and an older version of glib installed, in my homedir and /usr, respectively. So the linker would try to use both. > > I made a small shell script to patch the Makefiles, changing - lgobject-2.0 into /home/joergen/compile/gnome/lib/libgobject-2.0.so. > > So now everything compiles.
> You should never need to hand patch the Makefile. What error are you getting when linking? "undefined reference to `g_value_take_object'" and lots of other undefined references. Come to think of it, I should have just patched gobject-2.0.pc instead... Anyways, I solved the real problem with getting it to run. I had forgotten to add the searchpath to /etc/bonobo-activation/bonobo- activation-config.xml. - J�rgen _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
