From owner-freebsd-current Sun Oct 6 15:47:31 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CE4037B401 for ; Sun, 6 Oct 2002 15:47:30 -0700 (PDT) Received: from relay01.cablecom.net (relay01.cablecom.net [62.2.33.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BB1243E6A for ; Sun, 6 Oct 2002 15:47:29 -0700 (PDT) (envelope-from hanspeter_roth@hotmail.com) Received: from localhost.there (dclient80-218-74-198.hispeed.ch [80.218.74.198]) by relay01.cablecom.net (8.12.5/8.12.5/SOL/AWF/MXRELAY/20020820) with ESMTP id g96MlMZ2057257 for ; Mon, 7 Oct 2002 00:47:27 +0200 (CEST) (envelope-from hanspeter_roth@hotmail.com) Received: (from idefix@localhost) by localhost.there (8.11.3nb1/8.11.3) id g96MlRm03655 for freebsd-current@freebsd.org; Mon, 7 Oct 2002 00:47:27 +0200 (CEST) X-Authentication-Warning: localhost.there: idefix set sender to hanspeter_roth@hotmail.com using -f Date: Mon, 7 Oct 2002 00:47:27 +0200 From: Hanspeter Roth To: freebsd-current@freebsd.org Subject: stdlib.h:57: redeclaration of C++ built-in type `wchar_t' Message-ID: <20021007004727.A3639@gicco.cablecom.ch> Reply-To: freebsd-current@freebsd.org Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, when running buildworld I get: ===> gnu/usr.bin/gperf/doc c++ -O -pipe -D__FBSDID=__RCSID -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/contrib/gperf/src/bool-array.cc c++ -O -pipe -D__FBSDID=__RCSID -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/contrib/gperf/src/gen-perf.cc In file included from /usr/src/contrib/gperf/src/gen-perf.cc:23: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' *** Error code 1 #ifdef _BSD_SIZE_T_ typedef _BSD_SIZE_T_ size_t; #undef _BSD_SIZE_T_ How can I resolve this redeclaration? -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message