On Apr 12, 2008, at 5:18 PM, Matthew Willis wrote: > I remember hearing something about only Leopard being supported at > this > point; is that true, Slava?
For the time being 10.4 is still supported. The reason we're considering dropping 10.4 is the following. In 10.5, Apple rewrote the Objective C runtime and introduced a new API. The old API still works for 32-bit PowerPC and 32-bit x86 applications, but the new API is required if you want to use Cocoa from a 64-bit application. This is the reason Factor doesn't run in 64-bit mode on newer Intel Macs right now. Daniel Ehrenberg is planning on writing an Objective C 2.0 binding, and once this is done I don't want to keep the old Objective C bridge around anymore. At this point, we will drop 10.4 support. Slava ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
