Hi...

It appears the latest NSTimeZone.m patch makes CVS head version uncompilable...

NSTimeZone.m calls in line 1813:
 dow = dayOfCommonEra(when);

dayOfCommonEra is declared static in NSCalenderDate so it cannot be used.

removing the static declaration helps it compiling, but maybe/imho - from a design pov -
this should be solved more nicely... Or is this still work in progress?


Roland




_______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to