Hi!

Since last cvs update I have a compile problem:

On Wed, Oct 15, 2003 at 11:31:20PM -0700, Jon Keating wrote:
> Update of /cvsroot/licq/licq/src
> In directory sc8-pr-cvs1:/tmp/cvs-serv16667
> 
> Modified Files:
>       icqd-srv.cpp icqd.cpp icqpacket.cpp user.cpp 
[...]
> Index: icqpacket.cpp
> ===================================================================
> RCS file: /cvsroot/licq/licq/src/icqpacket.cpp,v
> retrieving revision 1.91
> retrieving revision 1.92
> diff -u -d -r1.91 -r1.92
> --- icqpacket.cpp     2 Jul 2003 04:41:01 -0000       1.91
> +++ icqpacket.cpp     16 Oct 2003 06:31:18 -0000      1.92
> @@ -2982,11 +2981,11 @@
>  
>  
>  //-----Meta_RequestInfo------------------------------------------------------
> -CPU_Meta_RequestAllInfo::CPU_Meta_RequestAllInfo(unsigned long nUin)
> +CPU_Meta_RequestAllInfo::CPU_Meta_RequestAllInfo(const char *_szId)
>    : CPU_CommonFamily(ICQ_SNACxFAM_VARIOUS, ICQ_SNACxMETA)
>  {
>    m_nMetaCommand = ICQ_CMDxMETA_REQUESTxALLxINFO;
> -  m_nUin = nUin;
> +  m_szId = strdup(_szId);
>  
>    int packetSize = 2+2+2+4+2+2+2+4;
>    m_nSize += packetSize;

[EMAIL PROTECTED]:~/licq/src/licq$ make
make  all-recursive
make[1]: Entering directory `/home/philipp/licq/src/licq'
Making all in share
make[2]: Entering directory `/home/philipp/licq/src/licq/share'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/philipp/licq/src/licq/share'
Making all in src
make[2]: Entering directory `/home/philipp/licq/src/licq/src'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include -DINSTALL_PREFIX=\"/home/phi
lipp/licq/\"   -fPIC -DPIC -D_REENTRANT  -O2 -fno-exceptions -fno-check-new -c l
icq.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include -DINSTALL_PREFIX=\"/home/phi
lipp/licq/\"   -fPIC -DPIC -D_REENTRANT  -O2 -fno-exceptions -fno-check-new -c m
ain.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include -DINSTALL_PREFIX=\"/home/phi
lipp/licq/\"   -fPIC -DPIC -D_REENTRANT  -O2 -fno-exceptions -fno-check-new -c i
cqpacket.cpp
icqpacket.cpp:2985: error: prototype for `
   CPU_Meta_RequestAllInfo::CPU_Meta_RequestAllInfo(const char*)' does not 
   match any in class `CPU_Meta_RequestAllInfo'
../include/licq_packets.h:900: error: candidates are: 
   CPU_Meta_RequestAllInfo::CPU_Meta_RequestAllInfo(const 
   CPU_Meta_RequestAllInfo&)
../include/licq_packets.h:902: error:                 
   CPU_Meta_RequestAllInfo::CPU_Meta_RequestAllInfo(long unsigned int)
icqpacket.cpp: In constructor `
   CPU_Meta_RequestAllInfo::CPU_Meta_RequestAllInfo(const char*)':
icqpacket.cpp:2988: error: `m_szId' undeclared (first use this function)
icqpacket.cpp:2988: error: (Each undeclared identifier is reported only once 
   for each function it appears in.)
icqpacket.cpp: At global scope:
icqpacket.cpp:3008: error: prototype for `
   CPU_Meta_RequestBasicInfo::CPU_Meta_RequestBasicInfo(const char*)' does not 
   match any in class `CPU_Meta_RequestBasicInfo'
../include/licq_packets.h:913: error: candidates are: 
   CPU_Meta_RequestBasicInfo::CPU_Meta_RequestBasicInfo(const 
   CPU_Meta_RequestBasicInfo&)
../include/licq_packets.h:915: error:                 
   CPU_Meta_RequestBasicInfo::CPU_Meta_RequestBasicInfo(long unsigned int)
make[2]: *** [icqpacket.o] Error 1
make[2]: Leaving directory `/home/philipp/licq/src/licq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/philipp/licq/src/licq'
make: *** [all-recursive-am] Error 2

Cheers
Philipp


-- 
Life is not fair,
but the root password helps!


-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to