problem in nested include -- missing a definition?

Jonathan Wakely jwakely@redhat.com
Fri Oct 31 22:55:00 GMT 2014


On 31/10/14 15:45 -0700, Linda A. Walsh wrote:
>Jonathan Wakely wrote:
>>On 31/10/14 14:51 -0700, Linda A. Walsh wrote:
>>>I'm getting the following error:
>>>In file included from /usr/include/features.h:364:0,
>>>               from /usr/include/limits.h:25,
>>>               from 
>>>/usr/lib64/gcc/x86_64-suse-linux/4.8/include-fixed/limits.h:168,
>>>               from 
>>>/usr/lib64/gcc/x86_64-suse-linux/4.8/include-fixed/syslimits.h:7,
>>>               from 
>>>/usr/lib64/gcc/x86_64-suse-linux/4.8/include-fixed/limits.h:34,
>>>               from /usr/include/c++/4.8/climits:41,
>>
>>None of these headers come from libstdc++ except <climits> which just
>>includes <limits.h> so your problem is with your C library
>>installation and nothing to do with libstdc++.
>---
>   From the rpm database, 2 were from glibc, 2 were from
>the gcc installation, and 1 from g++.  As I wasn't using gcc, they seemed
>to be grouped more with g++ than glibc -- thus 60% shot based on my
>g++ usage.  ;-)

But this is not a G++ list. Try the gcc-help list if you want help
with G++, but in this case the problem is elsewhere anyway.



More information about the Libstdc++ mailing list