Falk Hueffner wrote: > Hi, > > the problem is a bogus detection of Tru64. > > Patch: >
Thanks, I'm going to incorporate this in the next release. Tom > --- gsoap-2.7.9b/soapcpp2/stdsoap2.h 2006-12-28 03:28:05.000000000 +0100 > +++ gsoap-2.7.9b.hacked/soapcpp2/stdsoap2.h 2007-03-11 21:02:38.000000000 > +0100 > @@ -180,7 +180,7 @@ A commercial use license is available fr > # endif > #endif > > -#if defined(__alpha) && !defined(__VMS) > +#if defined (__digital__) && defined (__unix__) > # ifndef TRU64 > # define TRU64 > # endif > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

