From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 14 Sep 2011 11:48:33 -0600 Message-ID: From: andrey mirtchovski To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] plan9port: cocoa programmer needed Topicbox-Message-UUID: 1dae08b0-ead7-11e9-9d60-3106f5b1d025 > anything useful from truss? acid reports 'bad magic: unknown file type'. the app exits before any of the standard osx instruments can record it. here's the change to mkwsysrules.sh to build the cocoa devdraw by default. i'm hoping with this my ./INSTALL will complete or exhibit other errors. - echo 'WSYSOFILES=$WSYSOFILES osx-screen-carbon-objc.o osx-draw.o osx-srv.o' + echo 'WSYSOFILES=$WSYSOFILES cocoa-screen-objc.o osx-draw.o cocoa-srv.o cocoa-thread.o'