This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++ build failure on darwin5.2
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Stan Shebs <shebs at apple dot com>
- Cc: Libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Sun, 06 Jan 2002 18:02:41 +0100
- Subject: Re: libstdc++ build failure on darwin5.2
- Organization: zero
- References: <3C36FB16.DFBEF808@pop.agri.ch> <3C386BF8.DB2E9CAD@apple.com>
Stan Shebs wrote:
>
> Andreas Tobler wrote:
> >
> > Hi,
> >
> > since yesterday evening a lot got in in libstdc++, too much for me to
> > see where I fail.
>
> At the very least you have to move our local fixincludes workaround
> from include/c_std/bits/std_cctype.h to include/c_std/cctype.
That and a clean sync was the very first action before asking. I learned.
Otherwise I would have failed to come below ;-)
>
> > I get the following failure on darwin5.2 (ppc)
> > ----
> > In file included from /Volumes/xufs/gccclean/objdir/powerpc-apple-darwin5.2/libstdc++-v3/include/cstring:40,
> > from /Volumes/xufs/gccclean/objdir/powerpc-apple-darwin5.2/libstdc++-v3/include/bits/char_traits.h:44,
> > from /Volumes/xufs/gccclean/objdir/powerpc-apple-darwin5.2/libstdc++-v3/include/string:46,
> > from /Volumes/xufs/gccclean/objdir/powerpc-apple-darwin5.2/libstdc++-v3/include/bits/localefwd.h:48,
> > from /Volumes/xufs/gccclean/objdir/powerpc-apple-darwin5.2/libstdc++-v3/include/locale:44,
> > from c++locale.cc:36:
> > /usr/include/string.h:63: syntax error before `;' token
>
> I'm seeing this one too. Not the first time we've been outsmarted
> by Darwin's yet-another-random-BSD with _BSD_*_T macros. As before,
> we'll have to slog through #ifdef/#ifndef/#ifnoncomputablefunction
> to see what's causing it this time...
Seems so. Arghh.
Andreas