> I updated this morning and I get the follwing errors:
>
>
> 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:3581: error: no matching function for call to
> `CIniFile::ReadNum(const
>    char[7], long unsigned int, long int)'
> ../include/licq_file.h:49: error: candidates are: bool
> CIniFile::ReadNum(const
>    char*, long unsigned int&, long unsigned int)
> ../include/licq_file.h:50: error:                 bool
> CIniFile::ReadNum(const
>    char*, short unsigned int&, short unsigned int)
> ../include/licq_file.h:51: error:                 bool
> CIniFile::ReadNum(const
>    char*, short int&, short int)
> ../include/licq_file.h:52: error:                 bool
> CIniFile::ReadNum(const
>    char*, char&, char)
> user.cpp: In constructor `ICQOwner::ICQOwner(const char*, long unsigned
> int)':
> user.cpp:3650: error: no matching function for call to
> `CIniFile::ReadNum(const
>    char[7], long unsigned int, long int)'
> ../include/licq_file.h:49: error: candidates are: bool
> CIniFile::ReadNum(const
>    char*, long unsigned int&, long unsigned int)
> ../include/licq_file.h:50: error:                 bool
> CIniFile::ReadNum(const
>    char*, short unsigned int&, short unsigned int)
> ../include/licq_file.h:51: error:                 bool
> CIniFile::ReadNum(const
>    char*, short int&, short int)
> ../include/licq_file.h:52: error:                 bool
> CIniFile::ReadNum(const
>    char*, char&, char)
> make[2]: *** [user.o] Error 1

Which exact GCC-version are you using?
This code-snippet has been fixed for gcc 3.3(?) support a while ago.
There might be another problem with recent gcc-versions...

Thomas


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to