9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: ndi@apte.net, 9fans@cse.psu.edu
Subject: [9fans] Re: building drawterm on IRIX.
Date: Fri, 10 Nov 2000 02:05:11 -0500	[thread overview]
Message-ID: <20001110072551.04D9C199E4@mail.cse.psu.edu> (raw)

	1. Is there a port of mk for Unix? drawterm comes with mkfile-Irix
	   etc., so that I assume this must be somewhere...

There is; it should be available from Vita Nuova before long.

	2. Well I've scraped together some Makefiles. I get all sorts of
	   problems with IRIX #include files, to do with Posix issues,
	   which judging by the comments in the source is nothing new.
	   I have been using the cc -n32, which seems to get a different
	   set of problems to the o32. -xansi also has helped.
	   I've also tried -D_POSIX_C_SOURCE=199506L

	   I'm wondering which version of IRIX you built this on?
	   Also what sort of graphic hardware?

I built it on IRIX 5.3, tested on an Indy and
on a Windows X server.  It was running Irix cc.
I couldn't get it to build on our IRIX 6.2 box,
mainly because I think the only installed compiler
was gcc.

	3. I eventually got a build complete. I get a 
	   fatal("cannot detect x server byte order") in screen-x11.c,
	   in  initmap().

I'm confused.  Your pixels should be much wider.
That is, c.pixel should be something like 0x000099 or
0x990000.  It's as though something else has decided
you're running on an 8-bit color mapped display.
Are you?

	4. I'm wondering what I need to configure on the plan9 machine
	   while I still have a screen on it so that I can be able to
	   afterwards access it over the net with drawterm, or other means to
	   get a shell?

This is actually non-trivial.  You need to set the machine
up as both a CPU server and an authentication server.
Information on both is in the start.pdf documentation.

Russ



             reply	other threads:[~2000-11-10  7:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-10  7:05 Russ Cox [this message]
2000-11-10 11:36 forsyth

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=20001110072551.04D9C199E4@mail.cse.psu.edu \
    --to=rsc@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    --cc=ndi@apte.net \
    /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).