Hi,

I have recently updated my Debian Gnome packages using the Gnome 2.2
backport for Debian Woody with evolution 1.4.4. 

I tried to compile multisync CVS from yesterday, but the evolution
plugin failed to compile:

evolution_sync.c: In function `cal_recur_instance':
evolution_sync.c:910: parse error before `*'
make[2]: *** [evolution_sync.lo] Fehler 1

After replacing line 909

icalcomp = cal_component_get_icalcomponent (comp);

with:

icalcomponent* icalcomp = cal_component_get_icalcomponent (comp);

I get:

/bin/sh ../libtool --mode=link gcc  -g -O2   -o libevolution_sync.la
-rpath /usr/local/multisync/lib/multisync -L../libversit 
-Wl,-rpath=/usr/lib/evolution/1.4 -L/usr/lib/evolution/1.4
-Wl,-rpath=/usr/lib/evolution/1.4 -L/usr/lib/evolution/1.4
-Wl,-rpath=/usr/lib/evolution/1.4 -L/usr/lib/evolution/1.4
-Wl,-rpath=/usr/lib/evolution/1.4 -L/usr/lib/evolution/1.4
-Wl,-rpath=/usr/lib/evolution/1.4 -L/usr/lib/evolution/1.4
-Wl,-rpath=/usr/lib/evolution/1.4 -L/usr/lib/evolution/1.4
-Wl,-rpath=/usr/lib/evolution/1.4 -L/usr/lib/evolution/1.4
-Wl,-rpath=/usr/lib/evolution/1.4 -L/usr/lib/evolution/1.4
evolution_sync.lo addr_sync.lo gui.lo support.lo interface.lo
callbacks.lo -pthread -Wl,--export-dynamic -L/usr/lib/evolution/1.4
-L/usr/X11R6/lib -lpas -lebook -lename -lversit -lcamel -lpcs -lcal-util
-lcal-client -lical-evolution -lwombat -leutil -lgal-2.0 -lglade-2.0
-lgnomeprint-2-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread
-lz -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0
-lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation
-lORBit-2 -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0
-lglib-2.0   -lpthread  -lebook -lcamel -lcal-client -lcal-util -leutil
-lical-evolution -lwombat -lename -lversit
grep: /usr/lib/libgnomeprintui-2-2.la: No such file or directory
sed: can't read /usr/lib/libgnomeprintui-2-2.la: No such file or
directory
libtool: link: `/usr/lib/libgnomeprintui-2-2.la' is not a valid libtool
archive
make[2]: *** [libevolution_sync.la] Fehler 1

Why does libtool try to access the static library libgnomeprintui-2-2.la
which is indeed not there instead of the dynamic library
libgnomeprintui-2-2.so.0?

Thanks in advance.

Regards,
Christoph





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Multisync-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/multisync-users

Reply via email to