Subject: Re: dptutil on -current, i386
To: Herb Peyerl <hpeyerl@beer.org>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: current-users
Date: 11/17/2003 22:52:13
On Mon, Nov 17, 2003 at 01:19:18PM -0700, Herb Peyerl wrote:
> it uses g++.

Hum.
fstreambase is in g++/fstream.h.
Make sure the source #include <fstream.h>
It seems this programs needs _STREAM_COMPAT.
Maybe try to #include <stream.h> (which does define _STREAM_COMPAT)
at top of the affected source file(s).
I don't know if this is the real fix, though.

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
     NetBSD: 24 ans d'experience feront toujours la difference
--