I'm using Eclipse CDT Kepler and I often got these errors, where the program isn't able to build because of a missing reference - often this is even a std. library like /usr/include/linux/limits.h
- but Eclipse does, since [CTRL+Left Mouse Click on the "missing" variable/function/...] leads to the right .h file.
I added the same path and include file for gcc g++ and the linker. But the problem still isn't solved.
Has anyone an idea?