[Evolution-hackers] Building Evolution From Scratch--Problems

2003-01-09 Thread Robert B. Love
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 m

Re: [Evolution-hackers] Building Evolution From Scratch--Problems

2003-01-10 Thread Ronald Kuetemeier
Robert, if you can why not wait for Evolution 1.{3,4} and the hopeful inclusions of evolution in Garnome, which runs out of your home dir. To give you an idea what your are up to, I did ldd /usr/bin/evolution-* |cut -d"(" -f1 | sort -u > evolution.libs and to see which libs are created by evolut

Re: [Evolution-hackers] Building Evolution From Scratch--Problems

2003-01-13 Thread Ettore Perazzoli
On Thu, 2003-01-09 at 17:54, Robert B. Love wrote: > 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? It is doable (with some pain), but you have to make sure you set the GNOME_

Re: [Evolution-hackers] Building Evolution From Scratch--Problems

2003-01-14 Thread Robert B. Love
> "Ettore" == Ettore Perazzoli writes: Ettore> It is doable (with some pain), but you have to make sure Ettore> you set the GNOME_PATH (e.g. set it to /home/robert:/usr), Ettore> PATH and possibly LD_LIBRARY_PATH environment variables Ettore> properly. >> I grabbed tarba

Re: [Evolution-hackers] Building Evolution From Scratch--Problems

2003-01-14 Thread Ettore Perazzoli
On Tue, 2003-01-14 at 10:49, Robert B. Love wrote: > You have a URL for that? I don't see it at Ximian's site nor can I > find it by Google. ftp://ftp.ximian.com/pub/ximian-evolution/source/gal-0.22.tar.gz -- Ettore Perazzoli <[EMAIL PROTECTED]> signature.asc Description: This is a digitall

Re: [Evolution-hackers] Building Evolution From Scratch--Problems

2003-01-14 Thread Robert B. Love
> "Ettore" == Ettore Perazzoli writes: >> >> >> What do I do about va_copy? What other library do I need? Ettore> It looks like e-util.c should have a `#include ' Ettore> but it doesn't (and it compiles for us and other people Ettore> because for some reason some of