On Thursday 27 April 2006 13:15, Grzegorz Jaskiewicz wrote: > the kdecore/netsupp.h is checking for : > #if !defined(HAVE_GETADDRINFO) || defined(HAVE_BROKEN_GETADDRINFO) > # ifndef HAVE_STRUCT_ADDRINF > ... > > but none of these is defined here on my system:
Those are defined by the configure checks (see config-*.h, ConfigureChecks.cmake), not by the system. Grep for _GETADDRINFO inside kdelibs. -- David Faure, [EMAIL PROTECTED], sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org). _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
