From owner-freebsd-current Sun Apr 4 19:25:17 1999 Delivered-To: freebsd-current@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 064A914D94 for ; Sun, 4 Apr 1999 19:25:13 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id TAA12769; Sun, 4 Apr 1999 19:23:16 -0700 (PDT) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.2/8.9.1) id TAA69686; Sun, 4 Apr 1999 19:23:16 -0700 (PDT) (envelope-from jdp@polstra.com) Date: Sun, 4 Apr 1999 19:23:16 -0700 (PDT) Message-Id: <199904050223.TAA69686@vashon.polstra.com> To: obrien@NUXI.com Subject: Re: Looks broken to me... In-Reply-To: <19990404162457.B78186@nuxi.com> References: Organization: Polstra & Co., Seattle, WA Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <19990404162457.B78186@nuxi.com>, David O'Brien wrote: > > I've hit this one now too. > > I'm trying to duplicate the problem. > > My guess at the fix is to remove the "-DHAVE_CC_OSFCN_H=1\" line from > src/gnu/usr.bin/groff/Makefile.cfg. But I can't tell what other problems > this may cause. I've been looking into this. The main problem of course is that we're trying to use an old libg++ (and its headers) with a new C++ compiler (and its headers). I think the best fix is to edit "src/contrib/libg++/libg++/src/std.h" and change "#include " to "#include ". That's the correct name of the file according to the C++ standard. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-interest is the aphrodisiac of belief." -- James V. DeLong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message