> > Manolo, thanks for the change. Three remarks: > > 1: could you add the with_archflag and possible values in the help text?
Done in r. 7871 > > 2: does this still compile right on PowerPC systems? It didn't back then > when I added those flags. I had access to a 10.4 ppc system recently and it compiled well. What I changed today should not destroy that. I have also checked that it compiles (and run) well under 10.6 with ./configure --with-archflags="-arch ppc" producing ppc code. > > 3: can we get rid of Carbon altogether? There remain 4 carbon calls. One (GetKeys) is used only before 10.4. The other 3 are used to handle character palette input. I have tried hard to find a cocoa replacement for them, but did not succeed. They are all supported by 64-bit 10.6, which I interpret as a sign that they are indeed not replaced by anything in Cocoa. > > Thanks, > > - Matthias _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
