Date: Mon, 15 Mar 2004 08:25:40 -0800 From: "David O'Brien" <obrien@freebsd.org> To: David Gilbert <dgilbert@dclg.ca> Cc: freebsd-current@freebsd.org Subject: Re: GCC include files conundrum. Message-ID: <20040315162540.GA61147@dragon.nuxi.com> In-Reply-To: <16468.65270.123954.862565@canoe.dclg.ca> References: <16468.65270.123954.862565@canoe.dclg.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 14, 2004 at 07:55:18PM -0500, David Gilbert wrote:
> The error on bento comes down to bento not having strstream.h. I have
> that file as:
>
> /usr/include/c++/3.3/backward/strstream.h
> /usr/include/g++/backward/strstream.h
>
> on my -CURRENT (as of a week or two ago) laptop.
>
> bento does appear to have /usr/include/c++/3.3/backward/iostream.h
> ... but not strstream.h. Why?
You need to clean out your /usr/include.
RCS file: src/contrib/libstdc++/include/backward/strstream.h,v
...
----------------------------
revision 1.1.1.2
date: 2004/01/05 21:04:40; author: kan; state: dead; lines: +0 -0
Remove bits which are not part of GCC 3.3.x anymore.
----------------------------
try:
# make buildworld
# mv /usr/include /usr/include.old
# make installworld
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040315162540.GA61147>
