Re: GCC include files conundrum.

From: David O'Brien <obrien_at_freebsd.org>
Date: Mon, 15 Mar 2004 08:25:40 -0800
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
Received on Mon Mar 15 2004 - 07:27:50 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:47 UTC