Re: Status of 0.7.11


Subject: Re: Status of 0.7.11
From: Martin Sevior (msevior@mccubbin.ph.unimelb.edu.au)
Date: Thu Aug 31 2000 - 18:37:59 CDT


On Wed, 30 Aug 2000 bob@abisource.com wrote:

> Ok, we tried again to run builds again, and the Solaris box is failing here:
>
> ut_mbtowc.cpp:
> In file included from ut_mbtowc.cpp:23:
> ut_mbtowc.h:15: syntax error before `;'

<snip>

It looks like solaris doesn't include a needed header
try the patc below. Note that "__SUNOS__" is my guess as to what you call
your build on solaris. Other possibilities include __Solaris__, __SunOS__,
__SunOS__ etc etc etc.

If it doesn't work don't sweat it because we don't seem to have a lot of
active solaris developers on the list. We really need a solaris guy to fix
the problem. We have a lot of pent up demand to start really breaking the
build again. Lots of tasty features are coming :-)

Cheers

Martin

---------------------------------------------------------------

--- abi-old/src/af/util/xp/ut_mbtowc.h Thu Aug 24 10:12:12 2000
+++ abi/src/af/util/xp/ut_mbtowc.h Fri Sep 1 10:26:29 2000
@@ -4,7 +4,7 @@
 #include <wchar.h>
 #include <limits.h>
 
-#if defined(__BEOS__)
+#if defined(__BEOS__ || __SUNOS__)
 typedef int mbstate_t;
 #endif
 



This archive was generated by hypermail 2b25 : Thu Aug 31 2000 - 18:40:16 CDT