From owner-freebsd-current Sun Oct 6 17: 3:45 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 6ABCC37B401 for ; Sun, 6 Oct 2002 17:03:44 -0700 (PDT) Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A2B43E77 for ; Sun, 6 Oct 2002 17:03:43 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0162.cvx22-bradley.dialup.earthlink.net ([209.179.198.162] helo=mindspring.com) by flamingo.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17yLN8-0005fq-00 for freebsd-current@freebsd.org; Sun, 06 Oct 2002 17:03:42 -0700 Message-ID: <3DA0CF13.8E27F12@mindspring.com> Date: Sun, 06 Oct 2002 17:02:27 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: stdlib.h:57: redeclaration of C++ built-in type `wchar_t' References: <20021007004727.A3639@gicco.cablecom.ch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Hanspeter Roth wrote: > /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? You failed to delete the old header files when you upgraded your compiler. The easiest answer is "man rm". 8-). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message