[Licq-devel] Re: patch with missing includes for Licq
Anders Olofsson <[email protected]> Mon, 21 Apr 2008 18:10:26 +0200
| Newsgroups | gmane.network.licq.devel |
|---|---|
| Message-ID | <[email protected]> |
> Hello. > The latest glibc 2.8 doesn't include limits.h automatically and there > are some other inclusions of header files missing needed to compile > the licq with latest 4.x gcc without errors. Attaching the patch. Can > you add it into the svn, please? > Regards Ladislav. Hi, I'm a bit curious to what errors/warnings you get without this patch. For example, in include/licq_icqd.h you add forward declarations for ICQDaemon functions that are declared one page later in the same header file. And you add cassert to src/socket.cpp but there is no use of assert() in that file. Could you please provide the compiler errors/warnings this patch fixes. /Anders