Consider using #include_next <limits.h>
(gcc extension) in order to force gcc to look at the next found limits.h
in the include path (which should be the toolset's copy).
ASk
2009-05-16 08:13:25
Consider using #include_next <limits.h>
(gcc extension) in order to force gcc to look at the next found limits.h
in the include path (which should be the toolset's copy).
I don't exactly remember the resolution any more, but it had to do with some missing package. After apt-getting some more stuff, it worked for me.