in order to get my project running on OSX, it's going to need a small bootstrap in objective-c. this is to help setup the cocoa environment. everything is working fine with that, the only problem is if files with the ".m" or ".mm" extension are listed in the "Setup" file (read by the read_setup_file) it doesn't recognize these extensions. we've just hacked up the read_setup_file to treat .m and .mm as regular source files and pass them along to the compiler with the rest of the .c files. this probably can't be changed in time for the python-2.2 release, eh?
On Fri, Dec 21, 2001 at 01:22:48AM -0800, Pete Shinners wrote:
we've just hacked up the read_setup_file to treat .m and .mm as regular source files and pass them along to the compiler with the rest of the .c files.
this probably can't be changed in time for the python-2.2 release, eh?
Why not, since the patch is trivial? (I hope. <crosses fingers>) I've just checked it in, marking it as a 2.2final candidate. Pete, can you please, please, *please*, grab the current 2.2cvs and check that this actually fixes the problem? --amk
participants (2)
-
akuchlin@mems-exchange.org
-
Pete Shinners