It works for me on FreeBSD. Do you have libicu installed? If not, then it's probably a missing #ifdef somewhere...
David On 24 Jan 2011, at 22:30, Riccardo Mottola wrote: > Hi, > > I get the following when compiling with gcc on freebsd: > > Compiling file NSDateFormatter.m ... > NSDateFormatter.m: In function '_NSToUDateFormatStyle': > NSDateFormatter.m:59: error: 'UDAT_NONE' undeclared (first use in this > function) > NSDateFormatter.m:59: error: (Each undeclared identifier is reported only once > NSDateFormatter.m:59: error: for each function it appears in.) > NSDateFormatter.m:61: error: 'UDAT_SHORT' undeclared (first use in this > function) > NSDateFormatter.m:63: error: 'UDAT_MEDIUM' undeclared (first use in this > function) > NSDateFormatter.m:65: error: 'UDAT_LONG' undeclared (first use in this > function) > NSDateFormatter.m:67: error: 'UDAT_FULL' undeclared (first use in this > function) > NSDateFormatter.m: In function '-[NSDateFormatter init]': > NSDateFormatter.m:81: warning: unused variable 'err' > NSDateFormatter.m:80: warning: unused variable 'value' > NSDateFormatter.m:78: warning: unused variable 'length' > gmake[4]: *** [obj/libgnustep-base.obj/NSDateFormatter.m.o] Error 1 > > > Riccardo > > _______________________________________________ > Gnustep-dev mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnustep-dev -- Sent from my IBM 1620 _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
