From: Programmingkid <pro...@gm...> - 2016-06-05 17:07:24
|
When I try to build Tk on Mac OS 10.6.8 using the xcodeproj file, I see these error messages: Check dependencies [WARN]The file “Tk-Release.xcconfig” couldn’t be opened because there is no such file. (/Users/john/Desktop/tk/macosx/Tk-Release.xcconfig) The reason for this message is because the path is incorrect. The folder tk does not exist. There is a tk8.6.5 folder. I also see this error message: xcrun: error: no utility name specified usage: xcrun [-verbose] [-no-cache] [-kill-cache] [-sdk <sdkroot>] [-log] [-run] <utility> [utility argument(s) ...] xcrun [-verbose] [-no-cache] [-kill-cache] [-sdk <sdkroot>] -find <utility> <tool> [tool arguments ...] gnumake: *** empty string invalid as file name. Stop. Done Command /bin/sh failed with exit code 2 My version of the make command is 3.81. |