|
From: mark b. <mbr...@ai...> - 2012-01-05 01:24:49
|
I developed a macports installation script on mac os x 10.7 (lion) and it works fine. I received some reports that it does not build on 10.6 (snow leopard). I have log files for both my lion install and a snow leopard install, but they're pretty big (let me know where to post them). It appears to be forcing a universal build (ppc i386) but 10.6 is 64, and it complains about not finding the SDK for 10.6. I've had no issues building csl (64) on 10.7. Info on snow leopard install: $ uname -a Darwin lavergne.gotdns.org 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64 x86_64 $ ls /Developer/SDKs/ MacOSX10.6.sdk Info on lion install: Marks-MacBook-Pro:~ marbre$ uname -a Darwin Marks-MacBook-Pro.local 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64 Marks-MacBook-Pro:~ marbre$ ls /Developer/SDKs/ MacOSX10.6.sdk MacOSX10.7.sdk -Mark |