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 list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


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/importers»
make[4]: Nessuna operazione da eseguire per «install-exec-am».
test -z "/usr/local/lib/evolution/2.92" || /bin/mkdir -p
"/usr/local/lib/evolution/2.92"
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c
libevolution-mail-importers.la '/usr/local/lib/evolution/2.92'
libtool: install: warning: relinking `libevolution-mail-importers.la'
libtool: install: (cd /home/stefano/src/evolution/mail/importers;
/bin/bash /home/stefano/src/evolution/libtool  --silent --tag CC
--mode=relink gcc -g -O2 -fno-strict-aliasing -no-undefined
-Wl,--no-undefined -o libevolution-mail-importers.la -rpath
/usr/local/lib/evolution/2.92
libevolution_mail_importers_la-mail-importer.lo
libevolution_mail_importers_la-elm-importer.lo
libevolution_mail_importers_la-pine-importer.lo
libevolution_mail_importers_la-evolution-mbox-importer.lo
../../e-util/libeutil.la ../../shell/libeshell.la
../../filter/libfilter.la ../../mail/libevolution-mail.la
../../shell/libeshell.la ../../widgets/misc/libemiscwidgets.la
-pthread -lcairo-gobject -lgailutil -lgconf-2 -lxml2 -lgnome-desktop-2
-lstartup-notification-1 -lunique-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0
-lm -lcairo -lpng12 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0
-lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -L/usr/local/lib
-lcamel-provider-1.2 -lgtkhtml-editor-3.14 -lgtkhtml-3.14 -lenchant
-ledataserverui-1.2 -lgtk-x11-2.0 -lebook-1.2 -lgdk-x11-2.0 -latk-1.0
-lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng12
-lpango-1.0 -lfreetype -lfontconfig -lcamel-1.2 -ledataserver-1.2
-lsqlite3 -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4
-lpthread -ldl -lxml2 -lgconf-2 -lsoup-2.4 -lgio-2.0 -lgobject-2.0
-lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -L/usr/local/lib
-ledataserverui-1.2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng12
-lpango-1.0 -lfreetype -lfontconfig -lcamel-provider-1.2 -lebook-1.2
-lcamel-1.2 -ledataserver-1.2 -lsqlite3 -lnss3 -lnssutil3 -lsmime3
-lssl3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lxml2 -lgconf-2
-lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt
-lglib-2.0 )
.libs/libevolution_mail_importers_la-mail-importer.o: In function
`import_mbox_exec':
/home/stefano/src/evolution/mail/importers/mail-importer.c:204:
undefined reference to `camel_folder_synchronize_sync'
/home/stefano/src/evolution/mail/importers/mail-importer.c:148:
undefined reference to `camel_operation_push_message'
/home/stefano/src/evolution/mail/importers/mail-importer.c:163:
undefined reference to `camel_mime_part_construct_from_parser_sync'
/home/stefano/src/evolution/mail/importers/mail-importer.c:183:
undefined reference to `camel_folder_append_message_sync'
/home/stefano/src/evolution/mail/importers/mail-importer.c:195:
undefined reference to `camel_folder_synchronize_sync'
/home/stefano/src/evolution/mail/importers/mail-importer.c:197:
undefined reference to `camel_operation_pop_message'
.libs/libevolution_mail_importers_la-mail-importer.o: In function
`import_folders_rec':
/home/stefano/src/evolution/mail/importers/mail-importer.c:308:
undefined reference to `camel_operation_push_message'
/home/stefano/src/evolution/mail/importers/mail-importer.c:367:
undefined reference to `camel_operation_pop_message'
.libs/libevolution_mail_importers_la-evolution-mbox-importer.o: In
function `mbox_get_preview':
/home/stefano/src/evolution/mail/importers/evolution-mbox-importer.c:357:
undefined reference to `camel_mime_part_construct_from_parser_sync'
collect2: ld returned 1 exit status
libtool: install: error: relink `libevolution-mail-importers.la' with
the above command before installing it
make[4]: *** [install-privsolibLTLIBRARIES] Errore 1
make[4]: uscita dalla directory «/home/stefano/src/evolution/mail/importers»
make[3]: *** [install-am] Errore 2
make[3]: uscita dalla directory «/home/stefano/src/evolution/mail/importers»
make[2]: *** [install-recursive] Errore 1
make[2]: uscita dalla directory «/home/stefano/src/evolution/mail»
make[1]: *** [install] Errore 2
make[1]: uscita dalla directory «/home/stefano/src/evolution/mail»
make: *** [install-recursive] Errore 1


> Do you compile in separate object
> directories as I outlined above. Remove all existing evo-src/obj/gtkhml,
> evo-src/obj/evolution-data-server and evo-src/obj/evolution directories,
> recreate them, and do the autogen, configure and build.
>

No I didn't compile in separate object directories, what's the use of
doing this? Anyway, I have also tried this

cd gtkhtml
PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/  CC='ccache gcc' CFLAGS=-g
LDFLAGS=-L/opt/evo

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 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' CFLAGS=-g
> > > LDFLAGS=-L/opt/evo/lib NOCONFIGURE=y  bash ./autogen.sh
> > > --prefix='/opt/evo' --disable-deprecated-warning-flags
> > >
> > > cd ../obj/evolution
> > >
> > > PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/  CC='ccache gcc' CFLAGS=-g
> > > LDFLAGS=-L/opt/evo/lib   bash ../../evolution/autogen.sh
> > > --prefix='/opt/evo' --disable-deprecated-warning-flags
> > >
> > > Just built the whole thing and it ran through except for some help files
> > > at the end. Do a "make -k" to get to the end.
> > >
> > >
> > > --
> > > thomas
> > >
> > >
> > >
> > 
> > Hi, are you suggesting to install evolution in /opt/evo or should I
> > change it with /usr/local (where I put my compiled
> > evolution-data-server)? I think the latter, but it didn't work. Here's
> > what I did:
> 
> /usr/local should be okay, too. I just chose /opt/evo in order to have a
> completely separate tree which I can blow away with rm -rf. You can't do
> that with /usr/local, since there usually is other software installed.
> 
> > $ make clean
> > $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/  CC='ccache gcc' CFLAGS=-g
> > LDFLAGS=-L/usr/local/lib NOCONFIGURE=y  bash ./autogen.sh
> > --prefix='/usr/local' --disable-deprecated-warning-flags
> > $ make
> > $ sudo make install
> > and then the same error complaining about camel.
> 
> What are the exact error messages? Do you compile in separate object
> directories as I outlined above. Remove all existing evo-src/obj/gtkhml,
> evo-src/obj/evolution-data-server and evo-src/obj/evolution directories,
> recreate them, and do the autogen, configure and build.
> 
> 

Someone else asked for help compiling evolution 2.32 and above on the
evolution list and I answered the following. Maybe, this is of help for
some people here, too:

 Weitergeleitete Nachricht 
> Von: Thomas Mittelstaedt 
> Reply-to: tmsta...@t-mittelstaedt.de
> An: Victoria Spagnolo 
> Kopie: evolution-l...@gnome.org
> Betreff: Re: [Evolution] learning to compile, need help with finding
> dependecies in Ubuntu 10.04
> Datum: Mon, 01 Nov 2010 09:26:34 +0100
> 
> Victoria,
> 
> Am Montag, den 01.11.2010, 19:09 +1300 schrieb Victoria Spagnolo:
> > Reid and Han,
> > Thanks for the msg suggesting 
> > > Have you tried Paul's Makefile? http://mad-scientist.us/evolution.html
> > > Last time I tried this under Ubuntu it was reasonably clear which
> > > packages needed to be installed. Haven't tried it in a while though...
> > > 
> > Yes, I got that straightaway. But it is not for lucid.
> > > DISTROS :=feisty gutsy hardy intrepid jaunty karmic \
> > >   etch
> > 
> > I've asked at #ubuntu and searched and didn't come up with any thing to 
> > try. 
> > 
> > anyone? 
> > 
> > 
> > 
> 
> I would suggest to you to try to build the gnome-2-32 branch, but using
> a more direct approach than the above Makefile. I just tried it on my
> ubuntu maverick vmware and it gave me strange errors like a missing
> gtk+-3.
> A few weeks ago, I built the master and gnome-2-32 branches on this box
> and I'll give you an outline of what I did:
> 
> I am only using gtkhtml, evolution-data-server and evolution projects.
> If you need others, like libgweather or evolution-exchange or
> evolution-mapi you need to check them out and build them as well.
> See http://git.gnome.org/browse/.
> 
> 
> So I created a base directory like ~/evo-src
> 
> cd evo-src
> git clone git://git.gnome.org/gtkhtml -b gnome-2-32
> git clone git://git.gnome.org/evolution-data-server -b gnome-2-32
> git clone git://git.gnome.org/evolution -b gnome-2-32
> mkdir obj/gtkhtml
> cd gtkhtml
> # The following does not execute the configure yet
> PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/  CC='ccache gcc' CFLAGS=-g
> LDFLAGS=-L/opt/evo/lib NOCONFIGURE=y  bash ./autogen.sh
> --prefix='/opt/evo' --disable-deprecated-warning-flags
> # Now actuall execute configure
> cd ../obj/gtkhtml
> PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/  CC='ccache gcc' CFLAGS=-g
> LDFLAGS=-L/opt/evo/lib   bash ../../gtkhtml/autogen.sh
> --prefix='/opt/evo' --disable-deprecated-warning-flags
> 
> make
> make install
> 
> 
> Do the same thing for evolution-data-server and evolution and the
> other modules. In the case of evolution I had to do a "make -k"
> to let it run through, the build would complain about some missing help
> files.
> You may have to install some missing packages:
> 
> A
> sudo apt-get build-dep evolution 
> should

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:
> >
> > cd evo-src/evolution
> >  PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/  CC='ccache gcc' CFLAGS=-g
> > LDFLAGS=-L/opt/evo/lib NOCONFIGURE=y  bash ./autogen.sh
> > --prefix='/opt/evo' --disable-deprecated-warning-flags
> >
> > cd ../obj/evolution
> >
> > PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/  CC='ccache gcc' CFLAGS=-g
> > LDFLAGS=-L/opt/evo/lib   bash ../../evolution/autogen.sh
> > --prefix='/opt/evo' --disable-deprecated-warning-flags
> >
> > Just built the whole thing and it ran through except for some help files
> > at the end. Do a "make -k" to get to the end.
> >
> >
> > --
> > thomas
> >
> >
> >
> 
> Hi, are you suggesting to install evolution in /opt/evo or should I
> change it with /usr/local (where I put my compiled
> evolution-data-server)? I think the latter, but it didn't work. Here's
> what I did:

/usr/local should be okay, too. I just chose /opt/evo in order to have a
completely separate tree which I can blow away with rm -rf. You can't do
that with /usr/local, since there usually is other software installed.

> $ make clean
> $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/  CC='ccache gcc' CFLAGS=-g
> LDFLAGS=-L/usr/local/lib NOCONFIGURE=y  bash ./autogen.sh
> --prefix='/usr/local' --disable-deprecated-warning-flags
> $ make
> $ sudo make install
> and then the same error complaining about camel.

What are the exact error messages? Do you compile in separate object
directories as I outlined above. Remove all existing evo-src/obj/gtkhml,
evo-src/obj/evolution-data-server and evo-src/obj/evolution directories,
recreate them, and do the autogen, configure and build.


-- 
thomas


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


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' CFLAGS=-g
> LDFLAGS=-L/opt/evo/lib NOCONFIGURE=y  bash ./autogen.sh
> --prefix='/opt/evo' --disable-deprecated-warning-flags
>
> cd ../obj/evolution
>
> PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/  CC='ccache gcc' CFLAGS=-g
> LDFLAGS=-L/opt/evo/lib   bash ../../evolution/autogen.sh
> --prefix='/opt/evo' --disable-deprecated-warning-flags
>
> Just built the whole thing and it ran through except for some help files
> at the end. Do a "make -k" to get to the end.
>
>
> --
> thomas
>
>
>

Hi, are you suggesting to install evolution in /opt/evo or should I
change it with /usr/local (where I put my compiled
evolution-data-server)? I think the latter, but it didn't work. Here's
what I did:
$ make clean
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/  CC='ccache gcc' CFLAGS=-g
LDFLAGS=-L/usr/local/lib NOCONFIGURE=y  bash ./autogen.sh
--prefix='/usr/local' --disable-deprecated-warning-flags
$ make
$ sudo make install
and then the same error complaining about camel.

 I *can* compile evolution without any error, just can't install. If
the pkg-config path were wrong, I should have problems also during
"make", right?
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Evolution 2.91 installation error

2010-11-04 Thread Stefano Facchini
>
>        Hi,
> hrm, please try update sources again, with commit 9cc43ef.


Hmm, no success. Is there anything wrong with what I have done:

$ git pull git://git.gnome.org/evolution master
$ make clean
$ make
$ sudo make install

then I got the same error. Should I try something like "make install -k"?

Maybe this message obtained during the installation of libtools is relevant:

--
Libraries have been installed in:
   /usr/local/lib/evolution/2.92

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--

Bye
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Evolution 2.91 installation error

2010-11-04 Thread Thomas Mittelstaedt
Am Donnerstag, den 04.11.2010, 12:19 +0100 schrieb Stefano Facchini:
> > Hi,
> >thanks for a message. I tried to fix this in commit fd75cdf in evolution

> 
> 
> 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' CFLAGS=-g
LDFLAGS=-L/opt/evo/lib NOCONFIGURE=y  bash ./autogen.sh
--prefix='/opt/evo' --disable-deprecated-warning-flags

cd ../obj/evolution

PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/  CC='ccache gcc' CFLAGS=-g
LDFLAGS=-L/opt/evo/lib   bash ../../evolution/autogen.sh
--prefix='/opt/evo' --disable-deprecated-warning-flags

Just built the whole thing and it ran through except for some help files
at the end. Do a "make -k" to get to the end.


-- 
thomas


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Evolution 2.91 installation error

2010-11-04 Thread Milan Crha
On Thu, 2010-11-04 at 12:19 +0100, Stefano Facchini wrote:
> ...

Hi,
hrm, please try update sources again, with commit 9cc43ef.

I'm wondering why I do not see these, because I would like to get them
as well. :(

> Maybe can this depend on the fact that I have an Evolution 2.30
> installed from ubuntu repository?

As long as you take care of libs and DBus services then it should not be
a problem. Note that since 2.32.0 is used GDBus, instead of dbus-glib
(in 2.30.x) and the API also changed, thus using factories
(e-addressbook-factory/e-calendar-factory) which are not for the same
version as Evolution may cause trouble. The thing with DBus service is
most likely it and may explain your below P.S.. (Feel free to search
evolution-list/evolution-hackers archives for hints how to deal with
it.)
Bye,
Milan

> P.S.
> After the failed installation of evolution 2.91 (in /usr/local),
> evolution 2.30 (from /usr/bin/evolution) is unstable, I get a
> segmentation fault when trying to create a New Message, for example.


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Evolution 2.91 installation error

2010-11-04 Thread Stefano Facchini
>   Hi,
>thanks for a message. I tried to fix this in commit fd75cdf in evolution
>git master, thus please update your sources and try again. It may work.
>   Bye,
>   Milan

Thanks to Milan patch the "make" stage was completed successfully!
However, the "make install" command still gives an error:

make[3]: ingresso nella directory «/home/stefano/src/evolution/mail/importers»
make[4]: ingresso nella directory «/home/stefano/src/evolution/mail/importers»
make[4]: Nessuna operazione da eseguire per «install-exec-am».
test -z "/usr/local/lib/evolution/2.92" || /bin/mkdir -p
"/usr/local/lib/evolution/2.92"
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c
libevolution-mail-importers.la '/usr/local/lib/evolution/2.92'
libtool: install: warning: relinking `libevolution-mail-importers.la'
libtool: install: (cd /home/stefano/src/evolution/mail/importers;
/bin/bash /home/stefano/src/evolution/libtool  --silent --tag CC
--mode=relink gcc -g -O2 -fno-strict-aliasing -no-undefined
-Wl,--no-undefined -o libevolution-mail-importers.la -rpath
/usr/local/lib/evolution/2.92
libevolution_mail_importers_la-mail-importer.lo
libevolution_mail_importers_la-elm-importer.lo
libevolution_mail_importers_la-pine-importer.lo
libevolution_mail_importers_la-evolution-mbox-importer.lo
../../e-util/libeutil.la ../../shell/libeshell.la
../../filter/libfilter.la ../../mail/libevolution-mail.la
../../shell/libeshell.la ../../widgets/misc/libemiscwidgets.la
-pthread -lcairo-gobject -lgailutil -lgconf-2 -lxml2 -lgnome-desktop-2
-lstartup-notification-1 -lunique-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0
-lm -lcairo -lpng12 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0
-lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -L/usr/local/lib
-ledataserverui-1.2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng12
-lpango-1.0 -lfreetype -lfontconfig -lcamel-provider-1.2 -lebook-1.2
-lcamel-1.2 -ledataserver-1.2 -lsqlite3 -lnss3 -lnssutil3 -lsmime3
-lssl3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lxml2 -lgconf-2
-lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt
-lglib-2.0 )
.libs/libevolution_mail_importers_la-mail-importer.o: In function
`import_mbox_exec':
/home/stefano/src/evolution/mail/importers/mail-importer.c:204:
undefined reference to `camel_folder_synchronize_sync'
/home/stefano/src/evolution/mail/importers/mail-importer.c:148:
undefined reference to `camel_operation_push_message'
/home/stefano/src/evolution/mail/importers/mail-importer.c:163:
undefined reference to `camel_mime_part_construct_from_parser_sync'
/home/stefano/src/evolution/mail/importers/mail-importer.c:183:
undefined reference to `camel_folder_append_message_sync'
/home/stefano/src/evolution/mail/importers/mail-importer.c:195:
undefined reference to `camel_folder_synchronize_sync'
/home/stefano/src/evolution/mail/importers/mail-importer.c:197:
undefined reference to `camel_operation_pop_message'
.libs/libevolution_mail_importers_la-mail-importer.o: In function
`import_folders_rec':
/home/stefano/src/evolution/mail/importers/mail-importer.c:308:
undefined reference to `camel_operation_push_message'
/home/stefano/src/evolution/mail/importers/mail-importer.c:367:
undefined reference to `camel_operation_pop_message'
.libs/libevolution_mail_importers_la-evolution-mbox-importer.o: In
function `mbox_get_preview':
/home/stefano/src/evolution/mail/importers/evolution-mbox-importer.c:357:
undefined reference to `camel_mime_part_construct_from_parser_sync'
collect2: ld returned 1 exit status
libtool: install: error: relink `libevolution-mail-importers.la' with
the above command before installing it
make[4]: *** [install-privsolibLTLIBRARIES] Errore 1
make[4]: uscita dalla directory «/home/stefano/src/evolution/mail/importers»
make[3]: *** [install-am] Errore 2
make[3]: uscita dalla directory «/home/stefano/src/evolution/mail/importers»
make[2]: *** [install-recursive] Errore 1
make[2]: uscita dalla directory «/home/stefano/src/evolution/mail»
make[1]: *** [install] Errore 2
make[1]: uscita dalla directory «/home/stefano/src/evolution/mail»
make: *** [install-recursive] Errore 1


Maybe can this depend on the fact that I have an Evolution 2.30
installed from ubuntu repository?

P.S.
After the failed installation of evolution 2.91 (in /usr/local),
evolution 2.30 (from /usr/bin/evolution) is unstable, I get a
segmentation fault when trying to create a New Message, for example.
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers