|
From: SourceForge.net <no...@so...> - 2009-02-05 19:23:37
|
Bugs item #2569449, was opened at 2009-02-05 20:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110894&aid=2569449&group_id=10894 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: 50. Embedding Support Group: current: 8.5.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Torsten Berg (treincke) Assigned to: Don Porter (dgp) Summary: error with [interp create] in embedded build on Mac Initial Comment: An embedded build of Tcl/Tk on the Mac (Intel) will fail on this command: % interp create Can't find a usable init.tcl in the following directories: /Library/Frameworks/Tcl.framework/Versions/8.5/Resources/Scripts / Users/Torsten/Tcl/distrib/mac-builds/8.5.6/Applications/Utilities/ This is true for tclsh and wish in the Tcl/Tk versions 8.5.6 and the current development version of 8.6. It worked inall 8.5.x versions until and including 8.5.5 The embedded build was done using the procedure from the README: export ver="8.5.6" export dest="8.5.6" make -C tcl${ver}/macosx/ embedded BUILD_DIR="/Users/Torsten/Tcl/ distrib/mac-builds/${dest}/" INSTALL_ROOT="/Users/Torsten/Tcl/distrib/ mac-builds/${dest}/" make -C tk${ver}/macosx/ embedded BUILD_DIR="/Users/Torsten/Tcl/ distrib/mac-builds/${dest}/" INSTALL_ROOT="/Users/Torsten/Tcl/distrib/ mac-builds/${dest}/" make -C tcl${ver}/macosx/ install-embedded INSTALL_ROOT="/Users/ Torsten/Tcl/distrib/mac-builds/${dest}/" BUILD_DIR="/Users/Torsten/Tcl/ distrib/mac-builds/${dest}/" make -C tk${ver}/macosx/ install-embedded INSTALL_ROOT="/Users/Torsten/ Tcl/distrib/mac-builds/${dest}/" BUILD_DIR="/Users/Torsten/Tcl/distrib/ mac-builds/${dest}/" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110894&aid=2569449&group_id=10894 |