From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <7F1AD506-E97B-4D06-913A-0E422F7F7370@corpus-callosum.com> References: <7F1AD506-E97B-4D06-913A-0E422F7F7370@corpus-callosum.com> Date: Fri, 12 Oct 2012 21:18:21 -0700 Message-ID: From: Skip Tavakkolian To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] drawterm for OSX 10.8 Topicbox-Message-UUID: bd94f33e-ead7-11e9-9d60-3106f5b1d025 first try, after setting isysroot to 1.7, etc. it mostly compiles with warnings. eventually it errors on "redefinition of typedef 'Cursor'" compiling screen-cocoa.m. i'll try again tomorrow -- with a clear head. On Fri, Oct 12, 2012 at 6:04 PM, Jeff Sickel wrot= e: > I've placed a fork of drawterm up on https://bitbucket.org/jas/drawterm-c= ocoa/overview that is specifically targeted towards supporting the recent M= ac OS X 10.8 releases that dropped earlier Carbon APIs. A portion of the s= creen drawing is very similar to what is found in p9p's devdraw, with the e= xception that window resize- and full-screen options are not available at t= his time. Build it on a OSX with Xcode 4.5+ using the simple command: > > make 'CONF=3Dosx-cocoa' > > The result will provide a Mach-O 64-bit executable for use on recent Macs= . If someone wants to build it on an OS X 10.7 target then you can take a = look at the Make.osx-cocoa file and modify ARCHFLAGS appropriately. > > I'll be pushing out changes to the port as I roll in updates from Plan 9 = sources and add new features for OS X. Send feedback as you see fit. > > -jas > >