From: Kevin W. <kw...@co...> - 2016-06-05 17:29:18
|
On 6/5/16 1:07 PM, Programmingkid wrote: > When I try to build Tk on Mac OS 10.6.8 using the xcodeproj file, I see these error messages: > > I don't build Tcl and Tk via Xcode, so I'm not very familiar with the error messages. You may have better luck with the command line. Try cd'ing to the top of the source treea and running: make -C tcl/macosx make -C tk/macosx Insert version numbers as required to correspond to the folder names. Thanks, Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com |