It would be excellent if you could fix the configure.in and submit a patch to the patch tracker.  Also, ./configure should find whichever Tcl/Tk frameworks you have installed, if not, its a bug, and it would be nice to have a fix for it.

From about line 300 of pd/src/configure.in

    else
        # Panther has Tcl here; Tiger has Tcl and Tk here
        TCLTK_FRAMEWORKS_PATH="/System/Library/Frameworks"
    fi          

.hc

On May 23, 2006, at 9:26 PM, chris clepper wrote:

The configure.in for Miller's 0.39-2 (and CVS) makes the assumption that Darwin is always big endian and defines -DPA_BIG_ENDIAN.  I manually changed the resulting makefile to the little endian flag for Pd to work. Also, I used the version of Tcl/Tk that comes with OSX which is in /System/Library/Frameworks/ so I changed that in the makefile as well. 

cgc
_______________________________________________
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


____________________________________________________________________________


"Computer science is no more related to the computer than astronomy is related to the telescope."

                                                          -Edsger Dykstra