On Wednesday, 27. April 2005 21:45, Kris Kennaway wrote: > stdsoap2.cpp: In function `int tcp_gethost(soap*, const char*, in_addr*)': > stdsoap2.cpp:2817: error: aggregate `hostent_data ht_data' has incomplete > type and cannot be defined stdsoap2.cpp:2837: error: `gethostbyname_r' > undeclared (first use this function) stdsoap2.cpp:2837: error: (Each > undeclared identifier is reported only once for each function it appears > in.)
This looks like a FreeBSD bug. All the errors are caused by code getting compiled which is wrapped in #if defined(_AIXVERSION_431) || defined(TRU64) - and neither of those should be defined on FreeBSD. -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
pgpKK3N8XAAQl.pgp
Description: PGP signature
_______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
