From owner-freebsd-questions Sat Jul 28 16: 3:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbcx.net (unknown [209.2.10.66]) by hub.freebsd.org (Postfix) with SMTP id D4C6737B403 for ; Sat, 28 Jul 2001 16:03:14 -0700 (PDT) (envelope-from drew@gothambus.com) Received: (qmail 29969 invoked from network); 28 Jul 2001 23:05:32 -0000 Received: from ool-18bc8e9c.dyn.optonline.net (HELO ?192.168.1.10?) (24.188.142.156) by 209.2.10.66 with SMTP; 28 Jul 2001 23:05:32 -0000 User-Agent: Microsoft Outlook Express Macintosh Edition - 5.01 (1630) Date: Sat, 28 Jul 2001 19:08:43 -0400 Subject: make buildworld error 3.5.1 -> 4.x-Stable From: Drew Linsalata To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey folks, Trying to upgrade a 3.5.1 box to 4.X-STABLE via cvsup. No major problems other than buildworld fails with the following: -------- c++ -I/usr/obj/usr/src/i386/usr/include/g++ -O -pipe -I/usr/obj/usr/src/i386/usr/include -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/new.cc /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:80: warning: `catch', `throw', and `try' are all C++ reserved words /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc: In function `void operator delete(void *)': /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:82: declaration of `operator delete(void *)' throws different exceptions... :82: ...from previous declaration here *** Error code 1 -------- I've been following the 'Using Make World' part of the handbook, the FreeBSD Diary pages, and the /usr/src/README file, but none of the suggestions I am seeing are working. Any hot ideas? - Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message