Greetings,
While this is on an 11-CURRENT, I can easily compare my experience(s) with many RELENG_9 installs I currently maintain.
That said, I just performed an 11 install on bare metal. I went through the usual routine of customizing a kernel, and building/installing world/kernel. I always follow this routine, by a
I've spent the last two full days trying to track this down. I know it is a header included with Clang. But I have since installed lang/gcc-48, which also includes this header file, and asking GCC(48) to provide it's current environment indicates that the path the header is in, is exported/used. But none of the ports that look for it, ask gcc48.
What to do? Or perhaps more specifically; how do I get gcc48 in base? I get the idea cmake(1) may be of help/the solution here. But I wanted to ask here, before (potentially) making things more difficult than they already appear to be.
Thank you for all your time, and consideration.
--Chris
While this is on an 11-CURRENT, I can easily compare my experience(s) with many RELENG_9 installs I currently maintain.
That said, I just performed an 11 install on bare metal. I went through the usual routine of customizing a kernel, and building/installing world/kernel. I always follow this routine, by a
make delete-old. I have never experienced any troubles in this regard, and always carefully examine the actions intended to be performed, before committing to those actions. My last experiences with this (including a previous 11) were only the elimination of Clang (3.4.1). Which never resulted in any further issues on those systems. But strangely, on this new install. I continue to experience a great many complaints building ports, with the error:
Code:
...
xmmintrin.h' file not found
# include <xmmintrin.h>
...
What to do? Or perhaps more specifically; how do I get gcc48 in base? I get the idea cmake(1) may be of help/the solution here. But I wanted to ask here, before (potentially) making things more difficult than they already appear to be.
Thank you for all your time, and consideration.
--Chris