[Bf-committers] Build on Mac OSX 10.5 for i386 with Scons

jms jmsoler at free.fr
Sat Oct 18 17:22:39 CEST 2008


Jean-Luc Peurière a écrit :
> Ah. that error. You probably have an intel mac with the leopard disk  
> shipped
> with the computer. In this case the python 2.3 install lack some  
> files, that are not
> found in the system sdk either. The retail leopard seems to be not  
> affected,
> nor if you had a previously installed 10.4u sdk from a 10.4 system. I  
> cant test
> as I have only a PPC. If you find an universal solution that still  
> work for 10.4,
> feel free to contribute, several persons tried that.
>   
Hi,

as I use MacPort 1.6.0 + XCode 3.1 , with this little modif of the 
darwin-config.py file,
it seems to work for me now :

Index: config/darwin-config.py
===================================================================
--- config/darwin-config.py    (revision 17099)
+++ config/darwin-config.py    (working copy)
@@ -59,7 +59,7 @@
 # BEWARE: in that case it will work only on leopard
 
 if BF_PYTHON_VERSION=='2.3':
-    BF_PYTHON = '/System/Library/Frameworks/Python.framework/Versions/'
+    BF_PYTHON = 
'/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Python.framework/Versions/'
 else:
     BF_PYTHON = '/Library/Frameworks/Python.framework/Versions/'
 
@@ -267,4 +267,4 @@
 BF_DEBUG_FLAGS = '-g'
 
 BF_BUILDDIR='../build/darwin'
-BF_INSTALLDIR='../install/darwin'
+BF_INSTALLDIR='../install/darwin'
\ No newline at end of file



More information about the Bf-committers mailing list