Moin, On Oct 26, 04 22:52:33 +0200, Andy Beuth wrote: > Thats the output > > goya:/export/cvs/multisync/plugins/evolution2_sync# pkg-config > --list-all|grep -i evo > libebook-1.0 libebook - Client library for evolution > address books > libedataserver-1.0 libedataserver - Utily library for evolution > data servers > evolution-shell-2.0 evolution-shell - libraries needed for > Evolution shell components > libedata-cal-1.0 libedatacal - Backend library for evolution > calendars > libecal-1.0 libecal - Client library for evolution > calendars > Package cspi-1.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `cspi-1.0.pc' > to the PKG_CONFIG_PATH environment variable > evolution-data-server-1.0 evolution-data-server - The evolution data > server for the calendar and addressbook
you might take a liook at plugins/evolution2_sync/configure.in I had to change pkg_modules="${pkgmodules} evolution-data-server libgnomeui-2.4" to pkg_modules="${pkgmodules} evolution-data-server-1.0 libgnomeui-2.0" (you need to run autoconf after that to create a new configure-script) You might need to to do the first part of the change (evolution-data-server-1.0), too. Additionally I had to change the version-checking, too: -EVO_VER=`evolution --version | sed -e 's/.nome .volution //g'` +EVO_VER=`evolution --version | sed -e 's/.nome .volution.//g'` but that might be a local problem... [Ok, it's still not compiling after this, but that's something completely differnt which I still have to check] ciao, Stefan > camel-2.0 camel - the Evolution mail library > Package 'cspi-1.0', required by 'Gok', not found > > > > > > Am Dienstag, den 26.10.2004, 20:19 +0200 schrieb Björn Torkelsson: > > On Tue, 2004-10-26 at 19:55 +0200, Andy Beuth wrote: > > > Hi, > > > > > > The cvs evolution2_sync plugin does not compile. if i start autogen.sh > > > there are an version error come up. > > > checking for gcc option to accept ANSI C... (cached) none needed > > > checking for gcc option to accept ANSI C... none needed > > > checking how to run the C preprocessor... gcc -E > > > checking for egrep... grep -E > > > checking for ANSI C header files... yes > > > configure: error: This version of the Evolution plugin only works with > > > Evolution >= 1.5. > > > > And you have evolution 2 installed (together with > > evolution-data-server)? And the development packages too? > > > > What does 'pkg-config --list-all|grep -i evo' say? Which packages does > > it list? > > > > /torkel > > -- Stefan Behlert ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_idU88&alloc_id065&op=click _______________________________________________ Multisync-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/multisync-users