9front - general discussion about 9front
 help / color / mirror / Atom feed
* macos drawterm aes
@ 2017-06-29  4:51 Lyndon Nerenberg
  2017-06-29  5:08 ` [9front] " Nick Owens
  2017-06-29  5:12 ` kokamoto
  0 siblings, 2 replies; 10+ messages in thread
From: Lyndon Nerenberg @ 2017-06-29  4:51 UTC (permalink / raw)
  To: 9front

If one were looking for a drawterm that runs on a current macos, capable of talking to a current 9front, where might one look?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9front] macos drawterm aes
  2017-06-29  4:51 macos drawterm aes Lyndon Nerenberg
@ 2017-06-29  5:08 ` Nick Owens
  2017-06-29  5:19   ` Lyndon Nerenberg
  2017-06-29  5:12 ` kokamoto
  1 sibling, 1 reply; 10+ messages in thread
From: Nick Owens @ 2017-06-29  5:08 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

try http://code.9front.org/hg/

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

> If one were looking for a drawterm that runs on a current macos, capable
> of talking to a current 9front, where might one look?
>
>

[-- Attachment #2: Type: text/html, Size: 560 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9front] macos drawterm aes
  2017-06-29  4:51 macos drawterm aes Lyndon Nerenberg
  2017-06-29  5:08 ` [9front] " Nick Owens
@ 2017-06-29  5:12 ` kokamoto
  2017-06-29  5:24   ` Lyndon Nerenberg
  1 sibling, 1 reply; 10+ messages in thread
From: kokamoto @ 2017-06-29  5:12 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 344 bytes --]

> If one were looking for a drawterm that runs on a current macos, capable of talking to a current 9front, where might one look?

I had one.
However, the mac has gone now with that sources...

I found drawterm-cocoa.tgz here which I attached.
I have no confidence that is the one I once used.
If you can, please check it out.

Good luck

Kenji

[-- Attachment #2: drawterm-cocoa.tgz --]
[-- Type: application/x-tar, Size: 1549863 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9front] macos drawterm aes
  2017-06-29  5:08 ` [9front] " Nick Owens
@ 2017-06-29  5:19   ` Lyndon Nerenberg
  2017-06-29  5:22     ` Nick Owens
  0 siblings, 1 reply; 10+ messages in thread
From: Lyndon Nerenberg @ 2017-06-29  5:19 UTC (permalink / raw)
  To: 9front


> 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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9front] macos drawterm aes
  2017-06-29  5:19   ` Lyndon Nerenberg
@ 2017-06-29  5:22     ` Nick Owens
  2017-06-29  5:23       ` Lyndon Nerenberg
  0 siblings, 1 reply; 10+ messages in thread
From: Nick Owens @ 2017-06-29  5:22 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 1318 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 1842 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9front] macos drawterm aes
  2017-06-29  5:22     ` Nick Owens
@ 2017-06-29  5:23       ` Lyndon Nerenberg
  0 siblings, 0 replies; 10+ messages in thread
From: Lyndon Nerenberg @ 2017-06-29  5:23 UTC (permalink / raw)
  To: 9front


> On Jun 28, 2017, at 10:22 PM, Nick Owens <mischief@offblast.org> wrote:
> 
> did you try make CONF=osx?

Yup.  That barfs on missing <QuickTime/...> headers.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9front] macos drawterm aes
  2017-06-29  5:12 ` kokamoto
@ 2017-06-29  5:24   ` Lyndon Nerenberg
  2017-06-29  5:31     ` Nick Owens
  2017-06-29  5:37     ` kokamoto
  0 siblings, 2 replies; 10+ messages in thread
From: Lyndon Nerenberg @ 2017-06-29  5:24 UTC (permalink / raw)
  To: 9front

> 
> I found drawterm-cocoa.tgz here which I attached.

tar thinks its truncated.

[...]
drawterm-cocoa/gui-x11/Makefile
drawterm-cocoa/gui-x11/x11-keysym2ucs.c
drawterm-cocoa/gui-x11/x11-keysym2ucs.h
drawterm-cocoa/gui-x11/x11-srv.c
tar: Truncated input file (needed 7680 bytes, only 0 available)
tar: Error exit delayed from previous errors.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9front] macos drawterm aes
  2017-06-29  5:24   ` Lyndon Nerenberg
@ 2017-06-29  5:31     ` Nick Owens
  2017-06-29  5:36       ` Lyndon Nerenberg
  2017-06-29  5:37     ` kokamoto
  1 sibling, 1 reply; 10+ messages in thread
From: Nick Owens @ 2017-06-29  5:31 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 683 bytes --]

having extremely little experience with osx, I have no clue how you get
apple QuickTime headers.

feel free to bitch in #cat-v on chat.freenode.net if you have further
issues, but nobody in the community really uses osx, so don't expect much.

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

> >
> > I found drawterm-cocoa.tgz here which I attached.
>
> tar thinks its truncated.
>
> [...]
> drawterm-cocoa/gui-x11/Makefile
> drawterm-cocoa/gui-x11/x11-keysym2ucs.c
> drawterm-cocoa/gui-x11/x11-keysym2ucs.h
> drawterm-cocoa/gui-x11/x11-srv.c
> tar: Truncated input file (needed 7680 bytes, only 0 available)
> tar: Error exit delayed from previous errors.
>
>

[-- Attachment #2: Type: text/html, Size: 1117 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9front] macos drawterm aes
  2017-06-29  5:31     ` Nick Owens
@ 2017-06-29  5:36       ` Lyndon Nerenberg
  0 siblings, 0 replies; 10+ messages in thread
From: Lyndon Nerenberg @ 2017-06-29  5:36 UTC (permalink / raw)
  To: 9front

> 
> having extremely little experience with osx, I have no clue how you get apple QuickTime headers.

You don't. Apple ditched that technology even before they threw out X11.  (Not that they ever adopted X11 to begin with.)

> feel free to bitch in #cat-v on chat.freenode.net if you have further issues, but nobody in the community really uses osx, so don't expect much.

I know.  This just forces me to build a Pi terminal to finish up the job.

--lyndon




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9front] macos drawterm aes
  2017-06-29  5:24   ` Lyndon Nerenberg
  2017-06-29  5:31     ` Nick Owens
@ 2017-06-29  5:37     ` kokamoto
  1 sibling, 0 replies; 10+ messages in thread
From: kokamoto @ 2017-06-29  5:37 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

Sorry.
I once recreated compressed tar ball from the same source
tree.  The size is somewhat different...
I attached it onece, sorry all.

Kenji

[-- Attachment #2: drawterm-cocoa.tgz --]
[-- Type: application/x-tar, Size: 1549925 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-06-29  5:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29  4:51 macos drawterm aes Lyndon Nerenberg
2017-06-29  5:08 ` [9front] " Nick Owens
2017-06-29  5:19   ` Lyndon Nerenberg
2017-06-29  5:22     ` Nick Owens
2017-06-29  5:23       ` Lyndon Nerenberg
2017-06-29  5:12 ` kokamoto
2017-06-29  5:24   ` Lyndon Nerenberg
2017-06-29  5:31     ` Nick Owens
2017-06-29  5:36       ` Lyndon Nerenberg
2017-06-29  5:37     ` kokamoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).