Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13135 - /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/include/stdio.h has an #Endif with capital E
Summary: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/include/stdio.h has an #Endif with c...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-02 22:10 UTC by Tobiah
Modified: 2003-10-12 15:24 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobiah 2003-01-02 22:10:41 UTC
line 260 of /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/include/stdio.h
has a Capital 'E' in an #Endif causing many packages not to build
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-05 10:23:48 UTC
This is my lines 257-260 or there abouts:

--------------------------
#ifdef  __USE_POSIX
/* Create a new stream that refers to an existing system file descriptor.  */
extern FILE *fdopen (int __fd, __const char *__modes) __THROW;
#endif
--------------------------

Please include the output of 'emerge info' and 'gcc -v'.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-10-12 15:24:44 UTC
closing