How to cope with "intrin.h: No such file or directory"?
Posted
by Mask
on Stack Overflow
See other posts from Stack Overflow
or by Mask
Published on 2010-03-26T01:43:45Z
Indexed on
2010/03/26
2:03 UTC
Read the original article
Hit count: 441
#include <intrin.h>
The above will report:
intrin.h: No such file or directory
Which seems to be a MSVC header file,but I'm using eclipse cdt,how can I make it available?Is there some libraries needed?
© Stack Overflow or respective owner