Date: Sun, 8 Sep 2002 00:55:22 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Riccardo Torrini <riccardo@torrini.org> Cc: freebsd-current@FreeBSD.org Subject: Re: Unable to buildworld (new record, 18") Message-ID: <20020907215522.GE9987@hades.hell.gr> In-Reply-To: <XFMail.20020907232048.riccardo@torrini.org> References: <XFMail.20020907230028.riccardo@torrini.org> <XFMail.20020907232048.riccardo@torrini.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <XFMail.20020907232048.riccardo@torrini.org> Riccardo Torrini <riccardo@torrini.org> wrote: > > No, same error :( Any other ideas? > > ===> gnu/usr.bin/gperf/doc > c++ -O2 -pipe -D__FBSDID=__RCSID > -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib > -I/usr/src/gnu/usr.bin/gperf -c > /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/bool-array.cc > In file included from /usr/include/stdio.h:44, > from > /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/bool-array.h:57, > from > /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/bool-array.cc:21: > /usr/include/sys/_types.h:71: declaration does not declare anything > *** Error code 1 Which revision of /usr/include/sys/_types.h do you have? $ ident /usr/include/sys/_types.h /usr/include/sys/_types.h: $FreeBSD: src/sys/sys/_types.h,v 1.7 2002/08/25 19:26:31 mike Exp $ What is at, around, and near line 71 of /usr/include/sys/_types.h ? $ cat -n /usr/include/sys/_types.h | head -75 | tail -9 67 * character set plus one extra value (WEOF), and must be at least 16 bits. 68 */ 69 typedef int __ct_rune_t; 70 typedef __ct_rune_t __rune_t; 71 typedef __ct_rune_t __wchar_t; 72 typedef __ct_rune_t __wint_t; 73 74 /* 75 * mbstate_t is an opaque object to keep conversion state during multibyte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020907215522.GE9987>