Re: GCC 3.3 problems
Re: GCC 3.3 problems
- Subject: Re: GCC 3.3 problems
- From: James Quick <email@hidden>
- Date: Sun, 6 Jul 2003 17:15:57 -0400
On Sunday, July 6, 2003, at 04:30 PM, Aaron Tuller wrote:
try turning off precompiled headers and turn off the prefix header in
the target settings. clean, rebuild. then it should work. and then
you can add the precomp and the preifx again.
i just had this happen, it's horrible. and a waste of an hour of my
time.
-aaron
Thank you for your suggestion, unfortunately - no joy.
I tried those steps and it did not change the result in my project.
To help narrow it down, I created a new project of type Foundation
Framework.
I selected the classes group, then created a new class named Class1.
I added a couple of little methods and and outlet to both @interface and
@implementation of Class1.h and Class1.m.
I selected the Target, Foo, in the targets pane, then chose GCC
Compiler Settings.
There, I unchecked 'Precompile', and 'Use GCC 3 "PFE" support...',
checkboxes.
I performed a clean and a make. No Classes show up.
I tries selecting gcc 2.95.2, cleaned and rebuilt again with no change.
I've spent 5 solid hours on this, and it is driving me absolutely
apesh!t.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.