Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Sep 2002 10:12:29 +0200 (CEST)
From:      Riccardo Torrini <riccardo@torrini.org>
To:        Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: Unable to buildworld (new record, 18")
Message-ID:  <XFMail.20020908101229.riccardo@torrini.org>
In-Reply-To: <20020907215522.GE9987@hades.hell.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
On 07-Sep-2002 (21:55:22/GMT) Giorgos Keramidas wrote:

>> /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 $

# ident /usr/include/stdlib.h
/usr/include/stdlib.h:
     $FreeBSD: src/include/stdlib.h,v 1.41 2002/09/06 11:23:32 tjr Exp $


> What is at, around, and near line 71 of /usr/include/sys/_types.h ?

# cat -n /usr/include/sys/_types.h | grep -C4 "71"
    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


After some unsuccesfull buildworld I tryed updating includes but got
the same error.  May be because my -CURRENT is pre-gcc_3.1 ?
Can I (Must I?) upgrade to an intermediate version between May and now?


Riccardo.

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?XFMail.20020908101229.riccardo>