In spite of bug 1000357 being fixed, there a still problems with GCC 3.4 in latest CVS:

In the main module (src/):

if g++-3.4 -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I..  -Wall 
-I../include -DINSTALL_PREFIX=\"/usr/local\"  -fPIC
then mv -f ".deps/user.Tpo" ".deps/user.Po"; else rm -f ".deps/user.Tpo"; exit 1; fi
user.cpp: In constructor `ICQOwner::ICQOwner()':
user.cpp:3551: error: no matching function for call to `CIniFile::ReadNum(const 
char[7], long unsigned int, long int)'
../include/licq_file.h:49: note: candidates are: bool CIniFile::ReadNum(const char*, 
long unsigned int&, long unsigned int)
../include/licq_file.h:50: note:                 bool CIniFile::ReadNum(const char*, 
short unsigned int&, short unsigned int)
../include/licq_file.h:51: note:                 bool CIniFile::ReadNum(const char*, 
short int&, short int)
../include/licq_file.h:52: note:                 bool CIniFile::ReadNum(const char*, 
char&, char)
user.cpp: In constructor `ICQOwner::ICQOwner(const char*, long unsigned int)':
user.cpp:3619: error: no matching function for call to `CIniFile::ReadNum(const 
char[7], long unsigned int, long int)'
../include/licq_file.h:49: note: candidates are: bool CIniFile::ReadNum(const char*, 
long unsigned int&, long unsigned int)
../include/licq_file.h:50: note:                 bool CIniFile::ReadNum(const char*, 
short unsigned int&, short unsigned int)
../include/licq_file.h:51: note:                 bool CIniFile::ReadNum(const char*, 
short int&, short int)
../include/licq_file.h:52: note:                 bool CIniFile::ReadNum(const char*, 
char&, char)
make[2]: *** [user.o] Error 1


In jons-gtk-gui:

make[2]: Entering directory `/home/peter/tmp/licq-20040729/plugins/jons-gtk-gui/src'
if /bin/sh ../libtool --silent --mode=compile g++-3.4 -DHAVE_CONFIG_H -I. -I. -I.. 
-Wall -D_REENTRANT -I/home/peter/tmp/licq-20040729/include 
-DG_LOG_DOMAIN=\"licq_jons-gtk-gui\" `gtk-config --cflags`    -g -O2 -MT 
user_info_window.lo -MD -MP -MF ".deps/user_info_window.Tpo" -c -o user_info_window.lo 
user_info_window.cpp; \
then mv -f ".deps/user_info_window.Tpo" ".deps/user_info_window.Plo"; else rm -f 
".deps/user_info_window.Tpo"; exit 1; fi
user_info_window.cpp: In function `void update_user_info(GtkWidget*, info_user*)':
user_info_window.cpp:720: error: no matching function for call to 
`CICQDaemon::icqSetWorkInfo(gchar*, gchar*, gchar*, gchar*, gchar*, gchar*, short 
unsigned int&, gchar*, gchar*, gchar*, gchar*)'
/home/peter/tmp/licq-20040729/include/licq_icqd.h:280: note: candidates are: long 
unsigned int CICQDaemon::icqSetWorkInfo(const char*, const char*, const char*, const 
char*, const char*, const char*, short unsigned int, const char*, const char*, const 
char*, short unsigned int, const char*)
make[2]: *** [user_info_window.lo] Error 1


In console plugin:

make[2]: Entering directory `/home/peter/tmp/licq-20040729/plugins/console/src'
if /bin/sh ../libtool --silent --mode=compile g++-3.4 -DHAVE_CONFIG_H -I. -I. -I.. 
-Wall -I. -I/home/peter/tmp/licq-20040729/include -I/usr/include/ncurses    -O2 
-fno-rtti -fno-exceptions -fno-check-new -MT console.lo -MD -MP -MF 
".deps/console.Tpo" -c -o console.lo console.cpp; \
then mv -f ".deps/console.Tpo" ".deps/console.Plo"; else rm -f ".deps/console.Tpo"; 
exit 1; fi
console.cpp: In member function `void CLicqConsole::UserCommand_FetchAutoResponse(long 
unsigned int, char*)':
console.cpp:1638: warning: `icqFetchAutoResponse' is deprecated (declared at 
/home/peter/tmp/licq-20040729/include/licq_icqd.h:220)
console.cpp: In function `bool SendDirect(long unsigned int, char)':
console.cpp:1810: error: no matching function for call to `ICQUser::SocketDesc()'
/home/peter/tmp/licq-20040729/include/licq_user.h:747: note: candidates are: int 
ICQUser::SocketDesc(unsigned char)
make[2]: *** [console.lo] Error 1


The rest seems to be OK right now.


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to