I am trying to build 64bit Tcl / Tk on Mac OS X Lion.
- Download source from source forge
./configure --enable-framework --enable-64-bit --prefix=/usr/localmakesudo make install
Everything works fine, but with make install I have a version error.
Installing private header files to /Library/Frameworks/Tcl.framework/Versions/8.6/PrivateHeaders/ ERROR: version conflict for package "Tcl": have 8.5.9, need 8.6 If running this script from 'make html', set the NATIVE_TCLSH environment variable to point to an installed tclsh8.6 (or the equivalent tclsh86.exe on Windows). make: *** [html-tcl] Error 1
Something went wrong? How to fix this error?
source share