> 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 [email protected] To change your list options or unsubscribe, visit ... http://mail.gnome.org/mailman/listinfo/evolution-hackers
