Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Mar 2004 20:55:24 -0500
From:      David Gilbert <dgilbert@dclg.ca>
To:        Craig Rodrigues <rodrigc@crodrigues.org>
Cc:        David Gilbert <dgilbert@dclg.ca>
Subject:   Re: GCC include files conundrum.
Message-ID:  <16469.3340.625290.632134@canoe.dclg.ca>
In-Reply-To: <20040315013817.GA68381@crodrigues.org>
References:  <16468.65270.123954.862565@canoe.dclg.ca> <20040315013817.GA68381@crodrigues.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Craig" == Craig Rodrigues <rodrigc@crodrigues.org> writes:

Craig> You have a few options:

Craig> (1) Learn enough C++ so that you can apply the necessary
Craig> patches to fix audio/tclmidi so that it compiles with Standard
Craig> C++ headers (such as <sstream>).

Craig> (2) gcc 3.3 has /usr/include/c++/3.3/backward/strstream, so you
Craig> may want to try #include <backward/sstream> an see if that
Craig> works, but chances are if it doesn't work, you will be out of
Craig> luck, since it is a deprecated header that the GCC developers
Craig> are not too interested in supporting.

I'll ignore the condescending tone for a momment.  It's worth noting
that everything works by simply having a copy of strstream.h in the
backward directory.  Maybe the right path to take here is to include
that file much as we include old versions of shared libraries.

Dave.

-- 
============================================================================
|David Gilbert, Independent Contractor.       | Two things can only be     |
|Mail:       dave@daveg.ca                    |  equal if and only if they |
|http://daveg.ca                              |   are precisely opposite.  |
=========================================================GLO================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16469.3340.625290.632134>