Re: [Solved] Re: When adding Cocoa classes I get a lot of compile errors automatically

2011-01-05 Thread Scott Ribe
On Jan 5, 2011, at 3:01 PM, Jason S-M wrote: > OK, Any idea how I might go about debugging to figure it out? I suppose I can > start with a small sample of a carbon app and add cocoa and see what > happens..take my large project out of the mix to see if it sheds light on the > answer. Might be

Re: [Solved] Re: When adding Cocoa classes I get a lot of compile errors automatically

2011-01-05 Thread Jason S-M
>> The answer was choosing File-Type of Objective-C++ since I had a mixture of >> CPP and MM files. > > You shouldn't *need* to do that. Something was (and still is) wrong with your > setup beyond what you described, or your description was mistaken somewhere > along the line. OK, Any idea ho

Re: [Solved] Re: When adding Cocoa classes I get a lot of compile errors automatically

2011-01-05 Thread Scott Ribe
On Jan 5, 2011, at 11:59 AM, Jason S-M wrote: > The answer was choosing File-Type of Objective-C++ since I had a mixture of > CPP and MM files. You shouldn't *need* to do that. Something was (and still is) wrong with your setup beyond what you described, or your description was mistaken somewhe

[Solved] Re: When adding Cocoa classes I get a lot of compile errors automatically

2011-01-05 Thread Jason S-M
For the archives: The answer was choosing File-Type of Objective-C++ since I had a mixture of CPP and MM files. I did this in the build target settings. Thanks Jean-Daniel from the Carbon mailing list for shedding some light to the problem. On Jan 4, 2011, at 6:53 AM, Scott Ribe wrote: > On J