In message: <[EMAIL PROTECTED]>
            Riccardo Torrini <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to