From: Stephan H. <ste...@gm...> - 2014-12-11 20:49:57
|
Same fix for Tk attached. Stephan 2014-12-11 21:23 GMT+01:00 Stephan Houben <ste...@gm...>: > Hi Donald, > > Thanks! Based on that, I added the install-headers target > to the location in GNUMakefile where install-private-headers was defined, > figuring > the latter was little use without the former. > And indeed, now it installs the headers. > > I attached the patch to this mail (it's a one-line fix). > > Stephan > > 2014-12-11 21:10 GMT+01:00 Donald G Porter <don...@ni...>: > >> On 12/11/2014 02:56 PM, Stephan Houben wrote: >> > make -C tcl/macosx install INSTALL_ROOT="${HOME}/opt" >> > make -C tk/macosx install INSTALL_ROOT="${HOME}/opt" >> > >> > This produced a working tclsh and wish in >> > ~/opt/usr/local/bin . >> > However, I noticed that the directory >> > ~/opt/Library/Frameworks/Tcl.framework/Versions/8.6/Headers >> > is missing. >> > >> > Strangely, the directory >> > ~/opt/Library/Frameworks/Tcl.framework/Versions/8.6/PrivateHeaders >> > does exist (with contents). >> >> It appears that the tcl/unix/Makefile* system had its install operations >> revised 4 years ago, and among other things gained a new >> "install-headers" target. >> >> http://core.tcl.tk/tcl/info/226a993973 >> >> Seems that the tcl/macosx/GNUmakefile has never been adapted to the >> change. >> >> If that helps someone fix it immediately, great. Otherwise a ticket >> would be a good idea. >> >> -- >> | Don Porter Applied and Computational Mathematics Division | >> | don...@ni... Information Technology Laboratory | >> | http://math.nist.gov/~DPorter/ NIST | >> |______________________________________________________________________| >> >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & more >> Get technology previously reserved for billion-dollar corporations, FREE >> >> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk >> _______________________________________________ >> Tcl-mac mailing list >> tc...@li... >> https://lists.sourceforge.net/lists/listinfo/tcl-mac >> > > |