On 14.08.2011 23:58, Riccardo Mottola wrote:
today's nightly tarball fails to compile with gcc 4.6 on linux/ppc:

Compiling file NSNumberFormatter.m ...
NSNumberFormatter.m: In function â:
NSNumberFormatter.m:291:3: error: â undeclared (first use in this function)
NSNumberFormatter.m:291:3: note: each undeclared identifier is reported
only once for each function it appears in
NSNumberFormatter.m: In function â:
NSNumberFormatter.m:305:3: error: â undeclared (first use in this function)
NSNumberFormatter.m: In function â:
NSNumberFormatter.m:362:3: error: â undeclared (first use in this function)
NSNumberFormatter.m: In function â:
NSNumberFormatter.m:376:3: error: â undeclared (first use in this function)
NSNumberFormatter.m: In function â:
NSNumberFormatter.m:584:7: warning: â may not respond to â [enabled by
default]
<cut>

I can't even type that character on my keyboard :)

This is a rather unusual result you are getting here. Could you please first make sure that your code is up to date with current SVN and that you don't have any local changes. Next you should have a look at this file itself and perhaps also at the vaule of GS_USE_ICU in the file GSConfig.h located in the Source/GNUstepBase subdirectory. If all these look sensible you will have to check your ICU header file for any anomalies.

Maybe you should also check the encoding specified in your LANG environment variable.

_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to