Re: [Multisync-users] Multisync Compile Issue

2003-09-22 Thread Christoph Lukas
> > I tried to build the current CVS Gnome2 snapshot, but failed to > > configure the irmc plugin: > > > > checking for OBEX_Init in -lopenobex... no > > configure: error: You must have openobex installed. > > Try this: > Add $LIBS="$LIBS -lglib-2.0" just before > "AC_CHECK_LIB(openobex..." in

Re: [Multisync-users] Multisync Compile Issue

2003-09-22 Thread Bo Lincoln
> I tried to build the current CVS Gnome2 snapshot, but failed to > configure the irmc plugin: > > checking for OBEX_Init in -lopenobex... no > configure: error: You must have openobex installed. Try this: Add $LIBS="$LIBS -lglib-2.0" just before "AC_CHECK_LIB(openobex..." in configure.in, and

[Multisync-users] Multisync Compile Issue

2003-09-22 Thread Christoph Lukas
Hi, I tried to build the current CVS Gnome2 snapshot, but failed to configure the irmc plugin: checking for OBEX_Init in -lopenobex... no configure: error: You must have openobex installed. Extracted from config.log: configure:4384: gcc -o conftest -g -O2 -DORBIT2=1 -pthread -I/usr/include/lib

Re: [Multisync-users] Multisync compile issue ( Debian Woody / Gnome 2.2)

2003-09-12 Thread Bo Lincoln
> evolution_sync.c: In function `cal_recur_instance': > evolution_sync.c:910: parse error before `*' > make[2]: *** [evolution_sync.lo] Fehler 1 Thanks, these problems (defining variables in the middle of code) are only present when you use gcc < 3.0, and since I use gcc >= 3 I don't see them :-)

Re: [Multisync-users] Multisync compile issue ( Debian Woody / Gnome 2.2)

2003-09-12 Thread Garrick Welsh
A .la file is not a static library. It's a text file. It provides information about the library that is to be linked in. This information is used by libtool. This information is usually generated when you create a library using autoconf etc. Just install the libgnomeprintui2.2-dev project to stop t

Re: [Multisync-users] Multisync compile issue ( Debian Woody / Gnome 2.2)

2003-09-11 Thread Björn Torkelsson
On Thu, 2003-09-11 at 09:55, Christoph Lukas wrote: > 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: [...] > Why do

[Multisync-users] Multisync compile issue ( Debian Woody / Gnome 2.2)

2003-09-11 Thread Christoph Lukas
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 e