/usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or director

Status
Not open for further replies.

jaybshah

Newbie level 6
Joined
Jun 1, 2012
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Ahmedabad
Activity points
1,340
/usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or directory

please help out solve this error////
 

This sounds like the compiler (GCC or whatever) was not properly installed : (
You might need to check, maybe gcc -print-search-dirs or some other command (type gcc --help).

If the features.h was your own header file that you included (and not a standard header file that
came with your compiler), then you need to debug using the normal procedures, i.e. check where your
predefs.h file is placed.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…