[Evolution-hackers] hopefully minor help on building for 3.3.4 em-format-html.c:1583: undefined reference to `camel_operation_cancel_check'
- From: Reid Thompson <Reid Thompson ateb com>
- To: "evolution-hackers gnome org" <evolution-hackers gnome org>
- Subject: [Evolution-hackers] hopefully minor help on building for 3.3.4 em-format-html.c:1583: undefined reference to `camel_operation_cancel_check'
- Date: Fri, 20 Jan 2012 17:24:55 +0000
Attempting to update to 3.3.4 from gnome-3-2 using the sources below.
I'm currently getting the build error noted at bottom. Do I need to
bump one of the other components up, or am I missing a component?
$ for dir in `cat dirs`; do cd $dir; echo $dir;git branch; echo ""; echo "";cd ..; done
evolution-data-server
EVOLUTION_DATA_SERVER_3_2_2
EVOLUTION_DATA_SERVER_3_3_2
* EVOLUTION_DATA_SERVER_3_3_4
gnome-3-2
master
evolution
EVOLUTION_3_2_2
EVOLUTION_3_3_2
* EVOLUTION_3_3_4
gnome-3-2
master
evolution-ews
EVOLUTION_EWS_3_2_2
EVOLUTION_EWS_3_3_2
* EVOLUTION_EWS_3_3_4
gnome-3-2
master
evolution-mapi
EVOLUTION_MAPI_3_2_2
EVOLUTION_MAPI_3_3_1
* gnome-3-2
master
evolution-webcal
* master
glib
2-29-90
* glib-2-30
master
pango
* 1-26-2
1-27-1
1.28.4
master
pango-1-29-3
pango-1-29-4
libgdata
* LIBGDATA_0_10_0
LIBGDATA_0_9_1
master
gail
* master
atk
* gnome-3-2
master
gtk+
* gtk-3-2
master
openchange
fatal: Not a git repository (or any parent up to mount parent )
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
gtkhtml
* gnome-3-2
gnome-3.2
master
libnotify
* master
gsettings-desktop-schemas
* 3-2-0
master
gnome-desktop
3-2-0
3-2-1
* gnome-3-2
master
..snip...
Making all in .
make[5]: Entering directory `/home/rthompso/evo-git-head/obj/evolution/mail'
CC libevolution_mail_la-e-mail-view.lo
...snip
CC libevolution_mail_la-mail-ops.lo
../../../evolution/mail/mail-ops.c: In function 'fetch_mail_exec':
../../../evolution/mail/mail-ops.c:218:11: warning: 'is_local_delivery' may be used uninitialized in this function
CC libevolution_mail_la-mail-send-recv.lo
../../../evolution/mail/mail-send-recv.c: In function 'build_dialog':
../../../evolution/mail/mail-send-recv.c:454:3: warning: not enough variable arguments to fit a sentinel
CC libevolution_mail_la-mail-tools.lo
CC libevolution_mail_la-mail-vfolder.lo
CC libevolution_mail_la-message-list.lo
../../../evolution/mail/message-list.c: In function 'on_click':
../../../evolution/mail/message-list.c:4128:7: warning: 'flag' may be used uninitialized in this function
echo "/* Automatically generated. Do not edit. */" > em-filter-i18n.h; \
cat ../../../evolution/mail/filtertypes.xml ../../../evolution/mail/vfoldertypes.xml ../../../evolution/mail/searchtypes.xml | \
sed -n -e 's:.*<title>\(.*\)</title>:gchar *s = N_("\1");:p' | \
sort -u >> em-filter-i18n.h
LC_ALL=C /usr/bin/intltool-merge -s -u -c ../po/.intltool-merge-cache ../../../evolution/po ../../../evolution/mail/evolution-mail.schemas.in evolution-mail.schemas
Found cached translation database
Merging translations into evolution-mail.schemas.
CC libevolution_mail_la-em-config.lo
CC libevolution_mail_la-em-composer-utils.lo
CC libevolution_mail_la-em-account-editor.lo
CCLD libevolution-mail.la
libtool: link: warning: `/usr/lib/libical.la' seems to be moved
...snip
libtool: link: warning: `/usr/lib/libical.la' seems to be moved
libtool: link: warning: `/usr/lib/libgcrypt.la' seems to be moved
libtool: link: warning: `/usr/lib/libgpg-error.la' seems to be moved
.libs/libevolution_mail_la-em-format-html.o: In function `emfh_gethttp':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/em-format-html.c:1583: undefined reference to `camel_operation_cancel_check'
.libs/libevolution_mail_la-em-utils.o: In function `search_address_in_addressbooks':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/em-utils.c:1766: undefined reference to `camel_operation_cancel_check'
.libs/libevolution_mail_la-em-utils.o: In function `try_open_book_client':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/em-utils.c:1534: undefined reference to `camel_operation_cancel_check'
.libs/libevolution_mail_la-mail-mt.o: In function `mail_msg_cancel':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/mail-mt.c:284: undefined reference to `camel_operation_cancel'
.libs/libevolution_mail_la-mail-mt.o: In function `mail_cancel_all':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/mail-mt.c:341: undefined reference to `camel_operation_cancel'
.libs/libevolution_mail_la-mail-send-recv.o: In function `receive_cancel':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/mail-send-recv.c:194: undefined reference to `camel_operation_cancel'
.libs/libevolution_mail_la-message-list.o: In function `mail_regen_cancel':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/message-list.c:5013: undefined reference to `camel_operation_cancel'
collect2: ld returned 1 exit status
make[5]: *** [libevolution-mail.la] Error 1
make[5]: Leaving directory `/home/rthompso/evo-git-head/obj/evolution/mail'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/rthompso/evo-git-head/obj/evolution/mail'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/rthompso/evo-git-head/obj/evolution/mail'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/rthompso/evo-git-head/obj/evolution'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/rthompso/evo-git-head/obj/evolution'
make: *** [.stamp/evolution.build] Error 2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]