I am using Xcode 3.1.2 with Cocotron under Leopard, and it seems to
work OK. What version are you using?
It really doesn't surprise me that you're having trouble compiling
TextEdit with Cocotron. I suspect that one of the main purposes for
TextEdit is to show off the fancy new features of Apple's Cocoa text
system, many of which may not be implemented in Cocotron yet.
Maybe you should try a simpler program first, just to see if Cocotron
is working. Try creating a new Cocoa Application project with Xcode,
adjust the build settings for Cocotron, and compile it. That should
tell you whether your Cocotron setup works.
Andy Balholm
(509) 276-9718
an...@balholm.com
P.S. Has anyone else out there tried to build TextEdit with Cocotron?
Did it work?