On Thursday 28 September 2006 18:35, Martin Maurer wrote:
> Hi,
>
> On Thursday, 28. September 2006 20:16, Pollywog wrote:
> > On Thursday 28 September 2006 16:48, Erik Johansson wrote:
> > > On Thursday 28 September 2006 16:41, Jon Keating wrote:
> > > > Are there any large enough bugs remaining to stop a RC2 in the next
> > > > few days?
> > >
> > > How about the osd plugin? Have you spoken with the maintainer about
> > > including it in Licq's svn and/or in rc2?
> >
> > I like the OSD plugin but since the last major release of Licq, I have
> > been unable to get it to compile.
>
> I'd like to ask you to povide some details on your compile problems.
> (i know i have been inactive for some time now, but it might be a good time
> to change this, so if you already sent a bug report to me earlier, please
> dont hesitate to send it again.)
I just tried to compile the plugin again on a Debian Etch system, but I am
getting errors about not finding Xinerama. I think this is not an error in
your code but a problem with Debian.
-I/usr/local/include/licq -I.. -g -Wall -O2 -I/usr/include
-DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT
my_xosd.lo -MD -MP -MF ".deps/my_xosd.Tpo" -c -o my_xosd.lo my_xosd.cpp; \
then mv -f ".deps/my_xosd.Tpo" ".deps/my_xosd.Plo"; else
rm -f ".deps/my_xosd.Tpo"; exit 1; fi
/bin/sh ../libtool --silent --mode=link
g++ -I/usr/local/include/licq -I.. -g -Wall -O2 -I/usr/include
-DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -o
licq_osd.la -rpath /usr/local/lib/licq -s -module -avoid-version licq-osd.lo
my_xosd.lo -L/usr/lib -lxosd -lpthread -lXext -lX11 -lXinerama
/usr/bin/ld: cannot find -lXinerama
collect2: ld returned 1 exit status
make[1]: *** [licq_osd.la] Error 1
make[1]: Leaving directory `/home/pollywog/src/osd-1.3.2.2/src'
make: *** [all-recursive] Error 1
I might be able to get it to compile on my laptop, which is running Freespire,
but first I will try Debian Sarge, because if I can compile it there it will
probably work on Etch and Freespire.
8)