From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ua0-f177.google.com ([209.85.217.177]) by ur; Thu Jun 29 01:22:09 EDT 2017 Received: by mail-ua0-f177.google.com with SMTP id g40so50474943uaa.3 for <9front@9front.org>; Wed, 28 Jun 2017 22:22:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=offblast-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=52Sh0IW6tq68n7e6O4amN0CzQBIf6G0Vafjgo55UyEM=; b=YCdBlOom//sTpx2C0ChjtPfAdyy0RhgiMTSRpSH3SGbJlnw3Mv+bOls78qNxMnDjcA h5eB6Icm1KlxZf+jYaEYX2SBuM6nX07dKyVrPWl6NtBNcgvHWgEJwJzpQ1/qjhpy67yz ImYR1R5RIh30CjBV3XgBLkBPC9kRvaMWgu+WYhnf62+bKVKEu5z3Vas5zw8zAe0YmHr5 +WThi9w32oejhjiiblzUnfD3n+Tom/OXQrogOpvD+Jp/bz4NTzX3c1dCBcSU/rV4aaY3 Bsm7EO1QztIAVoM7KOOkDyteI3bF/it/16zD8Sb5yTI8I64GTmCgGbi7TsVjKAkTtQpV 0oSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=52Sh0IW6tq68n7e6O4amN0CzQBIf6G0Vafjgo55UyEM=; b=jQJZoxBXJuBM+5XWWyK38Q8diU0Z9AVhOi4BI30HW3ydeHXOYxVFm+8Kk49lQpyx58 0VjibhMoqqeQpOnZXJ+tbmHpO4lIf8SxOoehNrKtgifIZdjs2aoIwVJ1g3tLRTRO7jrm vGOhNV7dsoNm4HK0WZkw5K+bldUszvS7JU21sQ+DRMze52q4IAyUSrgEnG1M5sSZ6Y2H co6y5YU4F8YmmRkeyF1Qe8rwxD2bkq0llDioSjjiOG02Roo1XIwPvrK5XlTWmkH+DKvb 7ZKSxYpA83c7YZN/P9tl+1MZmvfuLgPJfZ9/TVUyBlAD1iUwFFA5pabBInz+6eJaHrgL IL/w== X-Gm-Message-State: AKS2vOy7RxgbSI7SibRPZTTKRt0odYHS08qG4eepFr1IcC8xndz/AUY2 EB8tPMoReN58nozEY/I1klC3XoityEHh3d4= X-Received: by 10.176.17.239 with SMTP id q47mr8815100uac.29.1498713727608; Wed, 28 Jun 2017 22:22:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.122.129 with HTTP; Wed, 28 Jun 2017 22:22:07 -0700 (PDT) Received: by 10.103.122.129 with HTTP; Wed, 28 Jun 2017 22:22:07 -0700 (PDT) In-Reply-To: <53CB77F1-50B1-4442-B18A-341E6BF553BC@orthanc.ca> References: <53CB77F1-50B1-4442-B18A-341E6BF553BC@orthanc.ca> From: Nick Owens Date: Wed, 28 Jun 2017 22:22:07 -0700 Message-ID: Subject: Re: [9front] macos drawterm aes To: 9front@9front.org Content-Type: multipart/alternative; boundary="f403043613d65aca6c0553127b94" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: API XML over ACPI dependency shader --f403043613d65aca6c0553127b94 Content-Type: text/plain; charset="UTF-8" did you try make CONF=osx? On Jun 28, 2017 22:19, "Lyndon Nerenberg" wrote: > > > On Jun 28, 2017, at 10:08 PM, Nick Owens 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 > ^ > 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. --f403043613d65aca6c0553127b94 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
did you try make CONF=3Dosx?

On Jun 28, 2017 22:19, "Lyndon Nere= nberg" <lyndon@orthanc.ca&= gt; 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 header= s.=C2=A0 And if I get past this, I'm sure the .a files (or whatever the= fsck Apple calls them) will be unfounded as well.=C2=A0 This is so annoyin= g.


(cd gui-x11; /Applications/Xcode.app/Contents/Developer/usr/bin/m= ake)
gcc -Wall -Wno-missing-braces -ggdb -I.. -I../include -I../kern -c -I/usr/X= 11R6/include -D_THREAD_SAFE=C2=A0 -O2=C2=A0 =C2=A0-c -o x11.o x11.c
x11.c:24:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
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 fo= r 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.
--f403043613d65aca6c0553127b94--