Hallo zusammen,
ich würde gerne unter Arch das Evolution mit einem EAS verbinden. Nach ein wenig Sucherei habe ich das Plugin evolution-activesync gefunden. Jedich scheitere ich daran es zu kompilieren... evolution-activesync:
https://mail.gnome.org/archives/desktop-devel-list/2012-May/msg00295.html
Configure läuft problemlos durch. Der Compiler bricht allerdings ab mit einer Meldung die ich nicht zuordnen oder lösen kann.
[mabunix@ares evolution-activesync-0.92]$ make
make all-recursive
make[1]: Entering directory `/home/mabunix/build/evolution-activesync-0.92'
Making all in .
make[2]: Entering directory `/home/mabunix/build/evolution-activesync-0.92'
make[2]: Leaving directory `/home/mabunix/build/evolution-activesync-0.92'
Making all in libeasaccount/src
make[2]: Entering directory `/home/mabunix/build/evolution-activesync-0.92/libeasaccount/src'
CC libeasaccount_la-eas-account.lo
CC libeasaccount_la-eas-account-list.lo
In file included from eas-account-list.h:29:0,
from eas-account-list.c:28:
/usr/include/evolution-data-server/libedataserver/e-list.h:10:2: error: #error "Only <libedataserver/libedataserver.h> should be included directly."
#error "Only <libedataserver/libedataserver.h> should be included directly."
^
In file included from /usr/include/evolution-data-server/libedataserver/e-list.h:23:0,
from eas-account-list.h:29,
from eas-account-list.c:28:
/usr/include/evolution-data-server/libedataserver/e-iterator.h:10:2: error: #error "Only <libedataserver/libedataserver.h> should be included directly."
#error "Only <libedataserver/libedataserver.h> should be included directly."
^
In file included from eas-account-list.c:28:0:
eas-account-list.h:32:32: fatal error: gconf/gconf-client.h: No such file or directory
#include <gconf/gconf-client.h>
^
compilation terminated.
make[2]: *** [libeasaccount_la-eas-account-list.lo] Fehler 1
make[2]: Leaving directory `/home/mabunix/build/evolution-activesync-0.92/libeasaccount/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/mabunix/build/evolution-activesync-0.92'
make: *** [all] Fehler 2
Kann hier von euch jemand helfen was zu zu tun ist?
VG
mabunix