licq doesn't compile due to duplicated definition of default
values. Patch to fix that:

[misiek@arm misiek]$ gendiff licq .arekm
--- licq/src/icqd-chat.cpp.arekm        Sat May 11 16:24:31 2002
+++ licq/src/icqd-chat.cpp      Sat May 11 16:24:46 2002
@@ -1576,8 +1576,8 @@
 
 //-----CChatManager::SendBuffer----------------------------------------------
 void CChatManager::SendBuffer(CBuffer *b, unsigned char cmd,
-                              unsigned long _nUin = 0,
-                              bool bNotIter = true)
+                              unsigned long _nUin,
+                              bool bNotIter)
 {
   ChatUserList::iterator iter;
   ChatUserList::iterator u_iter;
--- licq/src/icqd-filetransfer.cpp.arekm        Sat May 11 16:25:25 2002
+++ licq/src/icqd-filetransfer.cpp      Sat May 11 16:25:39 2002
@@ -132,7 +132,7 @@
 
 
 //=====FileTransferManager===========================================================
-CFileTransferEvent::CFileTransferEvent(unsigned char t, char *d = NULL)
+CFileTransferEvent::CFileTransferEvent(unsigned char t, char *d)
 {
   m_nCommand = t;
   if (d != NULL)

[misiek@arm qt-gui]$ rpm -q qt-devel; gcc -v
qt-devel-3.0.3-0.4
Reading specs from /usr/lib/gcc-lib/i686-pld-linux/3.1/specs
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info 
--mandir=/usr/share/man --enable-shared --enable-threads=posix 
--enable-languages=c,c++,f77,gcov,java,objc,ksi,ada --enable-long-long 
--enable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-slibdir=/lib 
--without-x i686-pld-linux
Thread model: posix
gcc version 3.1 20020415 (prerelease)

-- 
Arkadiusz Miśkiewicz   IPv6 ready PLD Linux at http://www.pld.org.pl
misiek(at)pld.org.pl   AM2-6BONE, 1024/3DB19BBD, arekm(at)ircnet, PWr


_______________________________________________________________

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