From Bugzilla Helper: User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.2.19-6.2.7 i586) Description of problem: Compilier compliains about line 37 in inttypes.h from 2.2.4-19 update /usr/include/inttypes.h:37: invalid preprocessing directive name Lines 37 reads: # defined __need_wchar_t I believe this should be define, not defined Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.create a simple hello, world main.c that include inttype.h 2.force an undef of __WCHAR_TYPE__ before the inttype.h include 3. compile 4. the error should appear Additional info:
Fixed in glibc-2.2.4-19.3
*** Bug 60326 has been marked as a duplicate of this bug. ***