This is the mail archive of the gcc-prs@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)


The following reply was made to PR java/5080; it has been noted by GNATS.

From: tromey@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  george.goffe@seagate.com, java-prs@gcc.gnu.org, nobody@gcc.gnu.org,
  tromey@gcc.gnu.org
Cc:  
Subject: Re: java/5080: gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use in this function)
Date: 12 Dec 2001 06:19:00 -0000

 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]