Hi again Andreas :-) I agree that 10.4 is ancient. I should have said that I'd already tried: MACOSX_DEPLOYMENT_TARGET=10.6 (I'm on 10.6) and just now I tried MACOSX_DEPLOYMENT_TARGET=10.5 but the error is exactly the same.
I've got Python 2.7 (32bit), Python 2.6 (64bit default) and two versions of gcc (4.0, 4.2 as supplied by XCode) - I've no idea if the conflict exists in here somewhere. The difficulty with Snow Leopard (10.6) being that it is both 32bit and 64bit and the default Python is 2.6 64bit (hence my installation of 2.7 32bit which I've been using for months). Does anyone have a Python 2.7 build of pyCUDA running on MacOS 10.6? Any other thoughts on Mac building? Ian. On 13 June 2011 01:30, Andreas Kloeckner <[email protected]> wrote: > On Mon, 13 Jun 2011 00:05:11 +0100, Ian Ozsvald <[email protected]> wrote: >> Hello. Last January I had some troubles building pyCUDA on my Macbook >> (Leopard), now I've upgraded to Snow Leopard and am trying to get CUDA >> 4 running and (inevitably) it isn't going smoothly. >> >> If anyone can point out any obvious errors in my setup, I'd love your >> feedback. I watched the original notes about Snow Leopard build issues >> over the last year, I'd hoped it would go smoother! >> >> I'm hoping to add pyCUDA to my EuroPython tutorial on High Performance >> Python Computing, it'd be grand to give a short demo (I'm covering >> Cython, ShedSkin, numpy etc). > > A quick Google search seems to suggest that you need to set > > MACOSX_DEPLOYMENT_TARGET=10.5 > > Please let me know if this is successful, in which case I'd automate > this, on the assumption that almost noone is on 10.4 and earlier...? > > Andreas > > -- Ian Ozsvald (A.I. researcher, screencaster) [email protected] http://IanOzsvald.com http://SocialTiesApp.com/ http://MorConsulting.com/ http://blog.AICookbook.com/ http://TheScreencastingHandbook.com http://FivePoundApp.com/ http://twitter.com/IanOzsvald _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
