freetalk-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetalk-dev] Compile problems under fc5


From: Len Trigg
Subject: Re: [Freetalk-dev] Compile problems under fc5
Date: Fri, 18 Aug 2006 14:45:45 +1200
User-agent: Wanderlust/2.15.3 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/22.0.51 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

At Thu, 17 Aug 2006 08:00:08 +0200,
Matthias Quasthoff wrote:
> 
> Hi Len,
> 
> Am Donnerstag, den 17.08.2006, 11:43 +1200 schrieb Len Trigg:
> > I am trying to compile 0.69 under fc5 and am having problems.  
> > First problem was bad symlinks in the po directory.  
> Sounds like you don’t have gettext-devel installed.

Installing gettext-devel helped.  Now the compile falls over with the
following because it's looking for some jingle bits (configure didn't
detect the lack of jingle).  Is there a way to disable that (I looked
for a --without-libjingle type configure option, but there was none to
be had).

if g++ -DPACKAGE_NAME=\"freetalk\" -DPACKAGE_TARNAME=\"freetalk\" 
-DPACKAGE_VERSION=\"0.69\" -DPACKAGE_STRING=\"freetalk\ 0.69\" 
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE=\"freetalk\" -DVERSION=\"0.69\" 
-DHAVE_LIBREADLINE=1 -DHAVE_LIBGUILE=1 -DHAVE_LIBGLIB_2_0=1 
-DHAVE_LIBLOUDMOUTH_1=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 
-DHAVE_ICONV=1 -DICONV_CONST=  -I. -I.  -Wall -g 
-I/home2/len/.local/include/loudmouth-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include   -I../third_party/libjingle/ -DPOSIX 
-DDATADIR=\"/home2/len/.local/share\" -DLOCALEDIR=\"\" 
-I/home2/len/.local/include  -g -O2 -MT jingletest.o -MD -MP -MF 
".deps/jingletest.Tpo" -c -o jingletest.o jingletest.cc; \
then mv -f ".deps/jingletest.Tpo" ".deps/jingletest.Po"; else rm -f 
".deps/jingletest.Tpo"; exit 1; fi
jingletest.cc:3:30: error: talk/base/thread.h: No such file or directory
jingletest.cc:4:44: error: talk/base/physicalsocketserver.h: No such file or 
directory
jingletest.cc:5:33: error: talk/base/asyncfile.h: No such file or directory
jingletest.cc:11: error: 'sigslot' has not been declared
jingletest.cc:11: error: expected `{' before 'has_slots'
jingletest.cc:11: error: expected initializer before '<' token
make[1]: *** [jingletest.o] Error 1
make[1]: Leaving directory `/home2/len/dev/freetalk-cvs/src'


Cheers,
Len.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]