From owner-freebsd-current@FreeBSD.ORG Tue Mar 24 11:14:30 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8CB2106566C for ; Tue, 24 Mar 2009 11:14:30 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from conversation.bsdunix.ch (ns1.bsdunix.ch [82.220.1.90]) by mx1.freebsd.org (Postfix) with ESMTP id 745628FC1F for ; Tue, 24 Mar 2009 11:14:30 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from localhost (localhost [127.0.0.1]) by conversation.bsdunix.ch (Postfix) with ESMTP id 89E165D33 for ; Tue, 24 Mar 2009 11:56:23 +0100 (CET) X-Virus-Scanned: by amavisd-new at mail.bsdunix.ch Received: from conversation.bsdunix.ch ([127.0.0.1]) by localhost (conversation.bsdunix.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id L32ZkOf0EVAj for ; Tue, 24 Mar 2009 11:56:21 +0100 (CET) Received: from bert.mlan.solnet.ch (bert.mlan.solnet.ch [212.101.1.83]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by conversation.bsdunix.ch (Postfix) with ESMTP id 0805A5D29 for ; Tue, 24 Mar 2009 11:56:21 +0100 (CET) Message-ID: <49C8BC54.7050504@bsdunix.ch> Date: Tue, 24 Mar 2009 11:56:20 +0100 From: Thomas Vogt User-Agent: Thunderbird 2.0.0.21 (X11/20090322) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: /usr/include/wchar.h:216: error: invalid use of 'restrict' in /lib32 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2009 11:14:31 -0000 Hello I tried to update my current 64bit intel system from late January to the latest current code from March 24. FreeBSD foo.ch 8.0-CURRENT FreeBSD 8.0-CURRENT #3: Sat Jan 24 13:20:12 UTC 2009 make.conf: WITH_LIB32=yes src.conf: WITHOUT_ATM = TRUE WITHOUT_PROFILE = TRUE WITHOUT_IPFILTER = TRUE WITHOUT_IPX = TRUE WITHOUT_BLUETOOTH = TRUE WITHOUT_HTML = TRUE WITHOUT_WIRELESS = TRUE WITHOUT_WPA_SUPPLICANT_EAPOL = TRU make buildworld ends here: cc -o make_hash -O2 -pipe -D_XOPEN_SOURCE_EXTENDED -DENABLE_WIDEC -I. -I/usr/ob j/lib32/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurses/ncursesw /../ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncurses -I/usr/src/lib/ncurses/n cursesw/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncursesw/../../. ./contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERM IOS -std=gnu99 -DMAIN_PROGRAM /usr/src/lib/ncurses/ncursesw/../../../contrib/ ncurses/ncurses/tinfo/comp_hash.c In file included from ./curses.h:336, from /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncu rses/curses.priv.h:259, from /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncu rses/tinfo/comp_hash.c:42: /usr/include/wchar.h:216: error: invalid use of 'restrict' /usr/include/wchar.h:217: error: invalid use of 'restrict' *** Error code 1 Stop in /usr/src/lib/ncurses/ncursesw. *** Error code 1 Stop in /usr/src. *** Error code 1 What did i wrong? Regards, Thomas