From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from orthanc.ca ([208.79.93.154]) by ur; Thu Jun 29 01:19:46 EDT 2017 Received: from minnie.hitronhub.home (S0106a84e3f81a003.vc.shawcable.net [24.80.126.119]) (authenticated bits=0) by orthanc.ca (8.15.2/8.15.2) with ESMTPSA id v5T5JjZq001190 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for <9front@9front.org>; Wed, 28 Jun 2017 22:19:45 -0700 (PDT) (envelope-from lyndon@orthanc.ca) From: Lyndon Nerenberg Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [9front] macos drawterm aes Date: Wed, 28 Jun 2017 22:19:39 -0700 References: To: 9front@9front.org In-Reply-To: Message-Id: <53CB77F1-50B1-4442-B18A-341E6BF553BC@orthanc.ca> X-Mailer: Apple Mail (2.3273) List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: template table template-scale package > On Jun 28, 2017, at 10:08 PM, Nick Owens = wrote: >=20 > 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 ^ 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;=20 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.=