> > 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
> 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
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
> 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 :-)
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
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
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