did you try make CONF=osx?

On Jun 28, 2017 22:19, "Lyndon Nerenberg" <lyndon@orthanc.ca> wrote:

> On Jun 28, 2017, at 10:08 PM, Nick Owens <mischief@offblast.org> wrote:
>
> try http://code.9front.org/hg/

Sadly, it exhibits the same problem the other versions I found have - Xcode and the unbundled XQuartz have screwed up the include paths for the headers.  And if I get past this, I'm sure the .a files (or whatever the fsck Apple calls them) will be unfounded as well.  This is so annoying.


(cd gui-x11; /Applications/Xcode.app/Contents/Developer/usr/bin/make)
gcc -Wall -Wno-missing-braces -ggdb -I.. -I../include -I../kern -c -I/usr/X11R6/include -D_THREAD_SAFE  -O2   -c -o x11.o x11.c
x11.c:24:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
         ^
1 error generated.
make[1]: *** [x11.o] Error 1
make: *** [gui-x11/libgui.a] Error 2
: lyndon@minnie:/Users/lyndon/src/drawterm; ls /usr/X11R6/include
ls: /usr/X11R6/include: No such file or directory
: lyndon@minnie:/Users/lyndon/src/drawterm;

I haven't used Xcode in years, so I'm long past its machinations for torturing its internal -I paths into something sane.

If someone has a working drawterm binary (with AES auth) that runs under 10.12 I would be forever in your debt.