Subject: Re: math/cassowary & c++ &
To: Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>
From: Simon Burge <simonb@netbsd.org>
List: tech-pkg
Date: 10/05/1999 12:24:45
Hubert Feyrer wrote:

> On Tue, 5 Oct 1999, Simon Burge wrote:
> > To get math/cassowary to build on my 1.4.1 pmax, I needed to remove the
> > 
> > 	#include <values.h>
> > 
> > from a couple of C++ source files.  Is this the right fix?  I haven't
> > tried running the resultant program, but it compiles ok...
> 
> FYI, the pkg as it is right now builds fine on 1.4.1/i386.
> I'm not 100% sure, but isn't <values.h> a reminder from 1.3/g++ times? 

I just looked in the 1.4.1 distrib lists, and found:

	balrog:distrib/sets/lists 4> grep values.h */*
	comp/obsolete.mi:/usr/include/g++/values.h

Is your 1.4.1 machine an upgrade from a 1.3.? machine - if so
then that's why the package builds for you...  Sounds like the
right thing to do is delete the #include.

Simon.