Licq used a suit of deprecated libs which gcc 3.1 has moved on a backward
dir and restricts them unless you use a special c++ parameter.

Being the dumb guy i am, i dont know how to pass this parameter for licq to
use it, so i just went into the offending files containing the block, and
commented it out.

Go into /usr/include/g++-v3/backward and edit the following files:

(algobase, alloc, function, iostream, uterator, pair, vector).h
and // the lines that #include backward_warning.h

That gets licq to start to compile, only to crap after few seconds with the
following:
Making all in src
gmake[2]: Entering directory /home/espectro/licq/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include
-DINSTALL_PREFIX=\"/usr\"   -fPIC -DPIC -D_REENTRANT  -O2 -fno-exceptions
-fno-check-new -c icqd-chat.cpp
icqd-chat.cpp:1581: default argument given for parameter 3 of void
   CChatManager::SendBuffer(CBuffer*, unsigned char, long unsigned int = 0,
   bool = true)'
../include/licq_chat.h:556: after previous specification in void
   CChatManager::SendBuffer(CBuffer*, unsigned char, long unsigned int = 0,
   bool = true)'
icqd-chat.cpp:1581: default argument given for parameter 4 of void
   CChatManager::SendBuffer(CBuffer*, unsigned char, long unsigned int = 0,
   bool = true)'
../include/licq_chat.h:556: after previous specification in void
   CChatManager::SendBuffer(CBuffer*, unsigned char, long unsigned int = 0,
   bool = true)'
gmake[2]: *** [icqd-chat.o] Error 1



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to