On Wednesday, 27. April 2005 22:25, Michael Nottebrock wrote:
> 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.

False alarm, it's a header in kdepim that defines it.

kdepim/kresources/groupwise/soap/stdsoap2.h:

166 :           #ifdef __alpha
167 :           # define TRU64 
168 :           #endif

Funny notion that __alpha equals TRU64.

-- 
   ,_,   | Michael Nottebrock               | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org

Attachment: pgp0ooTGBFkCn.pgp
Description: PGP signature

_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to