I'm on a RH 7.3 box where I don't have root privileges. I want to build Evolution from source and put it in my $HOME/bin, $HOME/lib etc. Is this doable? Practical?
I grabbed tarballs yesterday: evolution-1.2.1.tar.gz, gal-0.21.tar.gz, gtkhtml-1.1.7.tar.gz, soup-0.7.10.tar.gz. So my first problem comes when I try to build the Gal library. I get this: make[3]: Entering directory `/opt1/home/u102k/gal-0.21/gal/e-text' /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -Wunused -D_REENTRANT -o e-completion-test e-completion-test.o libetext.la ../../gal/e-table/libetable.la -rdynamic -L/usr/lib -L/usr/X11R6/lib -lgnomeprint -lfreetype -lglade-gnome -lglade -lxml -lz -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -ldb1 -lgdk_pixbuf -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lgnomecanvaspixbuf ../../gal/widgets/libwidgets.la ../../gal/util/libutil.la ../../gal/unicode/libunicode.la gcc -g -O2 -Wall -Wunused -D_REENTRANT -o e-completion-test e-completion-test.o -rdynamic ./.libs/libetext.al ../../gal/e-table/.libs/libetable.al -L/usr/lib -L/usr/X11R6/lib /usr/lib/libgnomeprint.so /usr/lib/libfreetype.so /usr/lib/libglade-gnome.so /usr/lib/libglade.so /usr/lib/libxml.so -lz /usr/lib/libgdk_pixbuf.so /usr/lib/libgnomecanvaspixbuf.so -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE /usr/lib/libgtk.so /usr/lib/libgdk.so /usr/lib/libgmodule.so -ldl -lXi -lXext -lX11 -lgnome -lgnomesupport /usr/lib/libesd.so -laudiofile -lm -ldb1 /usr/lib/libglib.so ../../gal/widgets/.libs/libwidgets.al ../../gal/util/.libs/libutil.al ../../gal/unicode/.libs/libunicode.al ../../gal/util/.libs/libutil.al(e-util.lo): In function `e_strdup_append_strings': /home/u102k/gal-0.21/gal/util/e-util.c:1603: undefined reference to `va_copy' make[3]: *** [e-completion-test] Error 1 What do I do about va_copy? What other library do I need? My next problem, after I get this one solved, is how to build the library gtkhtml. The configure script errors off telling me I need a later version of libgal. Even if I build libgal correctly and install it in $HOME/lib, how do I tell the configure script that its ok to proceed? Thanks for any assitance in building Evolution. -- +=======================================================================+ | Bob Love, | | | [EMAIL PROTECTED] | Programmenta ex chaos | | (281)280-4552, MS 1S | | +=======================================================================+ _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
