From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [9fans] Drawterm on Mac Mini w/Ubuntu Linux From: Gregory Pavelcak To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> In-Reply-To: References: <1137460452.27646.8.camel@localhost.localdomain> Content-Type: text/plain; charset=utf-8 Date: Tue, 17 Jan 2006 06:17:28 -0500 Message-Id: <1137496648.11377.1.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: dbb9f028-ead0-11e9-9d60-3106f5b1d025 On Mon, 2006-01-16 at 20:19 -0500, Russ Cox wrote: > > The subject line pretty much says it. I installed Ubuntu Linux on my = Mac > > Mini for the heck of it. I mainly use the Mini to drawterm to Plan 9. > > So, the question is which drawterm, assuming that there is an > > appropriate one, should I use? drawterm-linux and drawterm-osx both g= ive > > me `cannot execute binary file'. I also downloaded the sources from > > Andrey's collection, but need to find out how to get mk installed on > > Ubuntu. Is the build likely to work? If you know that it won't, you > > could save me some trouble by filling me in :-) >=20 > Use the sources referenced by http://swtch.com/drawterm/. > You'll only need make. >=20 > Russ Thanks for the help. I seem to be getting close. But, how to fix this? make[1]: Leaving directory `/home/gp/bin/drawterm/gui-x11' (cd libc; make) make[1]: Entering directory `/home/gp/bin/drawterm/libc' gcc -Wall -Wno-missing-braces -ggdb -I.. -I../include -I../kern -c -I/usr/include/X11-D_THREAD_SAFE -pthread -O2 fmtprint.c fmtprint.c: In function =E2=80=98fmtprint=E2=80=99: fmtprint.c:20: error: incompatible types in assignment fmtprint.c:27: error: incompatible types in assignment make[1]: *** [fmtprint.o] Error 1 make[1]: Leaving directory `/home/gp/bin/drawterm/libc' make: *** [libc/libc.a] Error 2 Greg