This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: java/5080: gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use in this function)


Synopsis: gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use in this function)

Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Tue Dec 11 22:19:00 2001
Responsible-Changed-Why:
    I'm handling it.
State-Changed-From-To: open->analyzed
State-Changed-By: tromey
State-Changed-When: Tue Dec 11 22:19:00 2001
State-Changed-Why:
    I expect LC_CTYPE to be defined in <locale.h>.
    From your preprocessed source I see that locale.h
    isn't being included.
    Can you tell me why it isn't being included?
    One place to look is <build>/gcc/config.log.
    It should show the reason that configure didn't discover
    locale.h.
    
    The Solaris 2.8 box I have here in fact does have locale.h
    and it does define LC_CTYPE there.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=5080&database=gcc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]