Compilation of recent master: Issue with libieeefp?
When I downloaded master a couple of days ago, it compiled perfectly. Today, cmake aborted with error: ``` -- Configuring incomplete, errors occurred! See also "/usr/local/src/graphics/inkscape-master/build/CMakeFiles/CMakeOutput.log". See also "/usr/local/src/graphics/inkscape-master/build/CMakeFiles/CMakeError.log". ``` Looking in CMakeError.log I found this: ``` Change Dir: /usr/local/src/graphics/inkscape-master/build/CMakeFiles/CMakeTmpRun Build Command:"/usr/bin/gmake" "cm /usr/bin/gmake -f CMakeFiles/cmTC_255ff.dir/build.make CMakeFiles/cmTC_255ff.dir/build gmake[1]: Entering directory '/usr/local/src/graphics/inkscape-master/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_255ff.dir/HAVE_IEEEFP_H.c.o /usr/bin/cc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/inc /usr/local/src/graphics/inkscape-master/build/CMakeFiles/CheckIncludeFiles/HAVE_IEEEFP_H.c:2:10: fatal error: ieeef 2 | #include <ieeefp.h> | ^~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_255ff.dir/build.make:66: CMakeFiles/cmTC_255ff.dir/HAVE_IEEEFP_H.c.o] Error 1 gmake[1]: Leaving directory '/usr/local/src/graphics/inkscape-master/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:121: cmTC_255ff/fast] Error 2 ``` CMakeOutput.log doesn't seem to show any error. I looked over the 'net and found a ieeefp.h, but specifically for Intel systems. Does this mean my AMD is included? What else could have gone wrong here?
issue