From: Tim J. <tj...@to...> - 2014-11-24 13:27:47
|
On Nov 24, 2014, at 5:04 AM, Kevin Walzer <kw...@co...> wrote: > On 11/24/14, 6:45 AM, Lloyd Wood wrote: >> In file included from main.c:38: >> In file included from ./include/tcl_utils.h:40: >> */usr/include/tk.h:78:11: **fatal error: **'X11/Xlib.h' file not found* >> # include <X11/Xlib.h> > > I ran into this...running xcode-select --install and installing the > command-line tools seemed to fix it. I'm not sure what the cause of the > issue is. Apple does’t include the command line utilities in Xcode by default any more. It’s a new “feature” they call “Install on demand.” The site that Apple sends you to for XQuatz is a valid and curated site. Also, discussions elsewhere imply that we may lose X11 hooks in a future OS X as it has no bearing on the native Apple GUI realm any more. Tim |