You are not logged in.
Pages: 1
i get this error when "make" licq :
.o user.cpp;
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:2907: 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:2965: 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
make[2]: Leaving directory `/home/mzruya/licq-20040423/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mzruya/licq-20040423'
make: *** [all] Error 2
Offline
It could be that the new gcc/g++ (3.4.0) is less forgiving of mismatched polymorphic function prototypes. I'd suggest sending this error report to the licq authors for review.
Follow the link below, sign up, and accept one promotional offer. If I can get five suckers (err... friends) to do this, I'll get a free iPod. Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142
Offline
Pages: 1