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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
