and I have applied all the other recommended changes as well. I
have been through it several times. I am sure I haven't missed
anything.
The PowerPC half builds fine. But when I try to build the Intel
half I get this message:
/System/Library/Frameworks/Kernel.framework/PrivateHeaders/
architecture/byte_order.h:37:42: error: architecture/i386/
byte_order.h: No such file or directory
and a bunch of others.
Looking at the command used by Xcode to build one of the files, I
see the following option:
This is the problem. If I copy the command to the terminal and
remove the above include path, the file in question will compile.
(In fact, if I compile every file manually, I can actually build my
project).
So my questions are: how did that path get put on the command line,
and how do I get rid of it? I am not specifying it anywhere -it
would appear to be something Xcode is adding.
Apparently Xcode adds that path for various complicated internal-to-
Apple reasons, but normally it shouldn't affect anything. The bigger
question is why you have a PrivateHeaders in the first place. Have
you installed headers from Darwin or something like that?
I'd suggest moving /System/Library/Frameworks/Kernel.framework/
PrivateHeaders aside and seeing what happens.
Hope this helps,
Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden