Re: problem after reinstalling xcode 1.5!
Re: problem after reinstalling xcode 1.5!
- Subject: Re: problem after reinstalling xcode 1.5!
- From: Luc Vandal <email@hidden>
- Date: Tue, 22 Mar 2005 22:59:12 -0500
Ok,
here's what I have so far in the project settings:
Header Search Paths
/Developer/SDKs/MacOSX10.1.5.sdk/System/Library/Frameworks/Cocoa.framework/versions/a/headers
Framework Search Paths
/Developer/SDKs/MacOSX10.1.5.sdk/System/Library/Frameworks/Cocoa.framework/versions/a/headers
Installation Build Product Location (I assume that's the command-line option thingny)
-F/Developer/SDKs/MacOSX10.1.5.sdk/System/Library/Frameworks/Cocoa.framework
Other Warning Flags
-nostdinc
I still get this error:
<x-tad-smaller>VRMacOSX_Prefix.pch:6:28: Cocoa/Cocoa.h: No such file or directory
main.mm:9:24: Cocoa/Cocoa.h: No such file or directory
main.mm:13: `NSApplicationMain' undeclared (first use this function)
main.mm:13: (Each undeclared identifier is reported only once for each function it appears in.)
</x-tad-smaller>
I'm going insane on this!!!! What is wrong???
On 22-Mar-05, at 9:18 PM, Syd Polk wrote:
On Mar 22, 2005, at 17:57, Luc Vandal wrote:
Thanks! -nostdinc took most of the errors away. However, I still get errors where the compiler cannot find header files:
I added /developer/sdks/MacOSX10.1.5.sdk/System/Library/Frameworks/Cocoa.framework/Versions/A/Headers/ to the search header path and to the framework path.
<x-tad-smaller>/Users/lucvandal/visuaide/lpn/source/VRMacOSX/VRMacOSX_Prefix.pch:6:28: Cocoa/Cocoa.h: No such file or directory</x-tad-smaller>
What I don't understand is that the folder cocoa (for Cocoa/Cocoa.h) does not exist. What does that folder represent? An alias?
Luc
Use the -F/Developer/SDKs/MacOSX10.1.5.sdk/System/Library/Frameworks/Cocoa.framework command line option. You are going to have to do this for every framework you use.
On 22-Mar-05, at 8:34 PM, Syd Polk wrote:
nostdinc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Syd Polk
Apple Computer
Xcode Tools Integration Manager
+1 408 974-0577
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden