Re: [Evolution-hackers] Evolution 2.91 installation error

2010-11-05 Thread Stefano Facchini
Ok I finally succeeded in installing evolution! as suggested by thomas, installing in /opt/evo solved the "make install", probably I had garbage in my /usr/local. Thank you! ___ evolution-hackers mailing list evolution-hackers@gnome.org To change your l

Re: [Evolution-hackers] Evolution 2.91 installation error

2010-11-05 Thread Stefano Facchini
> > What are the exact error messages? The error happens during "make install" *only* and is the following: [...] Making install in importers make[3]: ingresso nella directory «/home/stefano/src/evolution/mail/importers» make[4]: ingresso nella directory «/home/stefano/src/evolution/mail/importe

Re: [Evolution-hackers] Evolution 2.91 installation error

2010-11-05 Thread Thomas Mittelstaedt
Am Freitag, den 05.11.2010, 12:28 +0100 schrieb Thomas Mittelstaedt: > Am Freitag, den 05.11.2010, 10:45 +0100 schrieb Stefano Facchini: > > >> > > >> Maybe can this depend on the fact that I have an Evolution 2.30 > > >> installed from ubuntu repository? > > >> > > > > > > Could well be. I had the

Re: [Evolution-hackers] Evolution 2.91 installation error

2010-11-05 Thread Thomas Mittelstaedt
Am Freitag, den 05.11.2010, 10:45 +0100 schrieb Stefano Facchini: > >> > >> Maybe can this depend on the fact that I have an Evolution 2.30 > >> installed from ubuntu repository? > >> > > > > Could well be. I had the same problem and I did a > > "LDFLAGS=-L/opt/evo/lib" when I called autogen: > > >

Re: [Evolution-hackers] Evolution 2.91 installation error

2010-11-05 Thread Stefano Facchini
>> >> Maybe can this depend on the fact that I have an Evolution 2.30 >> installed from ubuntu repository? >> > > Could well be. I had the same problem and I did a > "LDFLAGS=-L/opt/evo/lib" when I called autogen: > > cd evo-src/evolution >  PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/  CC='ccache gcc'