From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Sickel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Sat, 16 Oct 2010 15:49:50 -0500 Message-Id: <50B5D92D-09E8-4D5A-BAA9-4CC70DEAD57A@corpus-callosum.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Mime-Version: 1.0 (Apple Message framework v1081) Subject: [9fans] drawterm fork for iOS Topicbox-Message-UUID: 67c446d6-ead6-11e9-9d60-3106f5b1d025 I've forked Russ' drawterm on bitbucket.org in order to get Andre's GSOC = iPhone/iOS port up. You can find the fork: http://bitbucket.org/jas/drawterm Earlier problems with the build surrounded the PTHREAD define, or lack = thereof, at certain points in the build process. In order to ensure = that all files are built with PTHREAD defined, I've added PTHREAD and a = version tag through Xcode's strange .xconfig system. The version string = can be updated in the file iphone/config/drawtermVersion and will show = up on the starting view--hopefully this will make certain things easier = to track. Clone and build from iphone/drawterm.xcodeproj. I've been testing this on my iPad with success. Notes: - device orientation is still not complete Feel free to send me a message w/ your bitbucket account name if you'd = like to write changes back. -jas