[PD-cvs] scripts/auto-build tcltk_core-8-4-branch_auto-builder.sh, 1.1, 1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Oct 26 20:36:15 CEST 2007


Update of /cvsroot/pure-data/scripts/auto-build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv841

Modified Files:
	tcltk_core-8-4-branch_auto-builder.sh 
Log Message:

updated script to build universal binaries for: i386, x86_64, ppc, and ppc64.   Tk does not build 64-bit (yet?)

Here's the basic info: 

http://aspn.activestate.com/ASPN/Mail/Message/tcl-mac/2920946


Index: tcltk_core-8-4-branch_auto-builder.sh
===================================================================
RCS file: /cvsroot/pure-data/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tcltk_core-8-4-branch_auto-builder.sh	15 Dec 2006 01:48:48 -0000	1.1
--- tcltk_core-8-4-branch_auto-builder.sh	26 Oct 2007 18:36:13 -0000	1.2
***************
*** 29,32 ****
--- 29,34 ----
  		  echo "Configuring to use $BUILD_DIR on Darwin/Mac OS X"
  		  export PATH=/bin:/sbin:/usr/bin:/usr/sbin
+ 		  export CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 \
+            -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4"
  		  make -C tcl/${BUILD_DIR} deploy
  		  make -C tk/${BUILD_DIR} deploy





More information about the Pd-cvs mailing list