Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2018 09:35:53 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        bob prohaska <fbsd@www.zefox.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Use of undeclared identifier 'fpgetmask'
Message-ID:  <20180121173553.GA73646@troutmask.apl.washington.edu>
In-Reply-To: <20180121160130.GA85652@www.zefox.net>
References:  <20180120222638.GA82875@www.zefox.net> <20180120230421.GA57305@troutmask.apl.washington.edu> <20180121160130.GA85652@www.zefox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 21, 2018 at 08:01:30AM -0800, bob prohaska wrote:
> On Sat, Jan 20, 2018 at 03:04:21PM -0800, Steve Kargl wrote:
> > On Sat, Jan 20, 2018 at 02:26:38PM -0800, bob prohaska wrote:
> > > 
> > > use of undeclared identifier 'fpgetmask'
> > > 
> > > 
> > > 
> > 
> > man fpsetmask
> > 
> > Add "#include <ieeefp.h>" to your code.
> > 
> 
> Sorry, I chopped off the preamble 8-(
> 
> This is in reference to /usr/ports/graphics/inkscape. 
> 
> Inkscape has lots of dependencies, so knowing where to make a
> change is difficult. With luck it'll be a config option.
> 
> I've put the make log at
> http://www.zefox.net/~fbsd/rpi2/inkscape/
> 
> Thanks for reading, and any ideas!
> 

It looks like that you'll need to read main.cpp to see if ieeefp.h
is properly included in the file.  Are there any #ifdef HAVE_IEEE
#endif blocks preventing ieeefp.h from being found.  

-- 
Steve



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