9front - general discussion about 9front
 help / color / mirror / Atom feed
From: arisawa <arisawa@ar.aichi-u.ac.jp>
To: 9front@9front.org
Subject: drawterm on osx
Date: Tue, 15 Mar 2016 17:33:09 +0900	[thread overview]
Message-ID: <30A48072-9212-4AA4-B6BF-7BDE6705C0CA@ar.aichi-u.ac.jp> (raw)

Hello cnap,

Make.osx-x11 is buggy

the fix is simply
	arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/'`; \
to
	arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/; s/x86_64/amd64/'`; \

your drawterm works fine on osx with xquartz
many thanks.

Kenji Arisawa




             reply	other threads:[~2016-03-15  8:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-15  8:33 arisawa [this message]
2016-03-15  8:47 ` [9front] " cinap_lenrek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=30A48072-9212-4AA4-B6BF-7BDE6705C0CA@ar.aichi-u.ac.jp \
    --to=arisawa@ar.aichi-u.ac.jp \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).