Build error with 10.5 error: Cocoa/Cocoa.h:
Build error with 10.5 error: Cocoa/Cocoa.h:
After doing a archive and install of 10.5 and re installing dev tools I get the following error when building.
"Precompiling "AIUtilities" of project "AIUtilities.framework" with configuration "Development" - (1 error)
error: Cocoa/Cocoa.h: No Such file or directory"
Any Ideas?
Thanks
"Precompiling "AIUtilities" of project "AIUtilities.framework" with configuration "Development" - (1 error)
error: Cocoa/Cocoa.h: No Such file or directory"
Any Ideas?
Thanks
-
alloutmacstoday
- Harmless
- Posts: 6
- Joined: Sun Oct 28, 2007 7:08 pm
Same
I am also getting the exact same problem...
Check your SDK paths and installation to make sure you have everything, if Cocoa can't be found the SDK isn't being appropriately located.
Try my software!
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
-
alloutmacstoday
- Harmless
- Posts: 6
- Joined: Sun Oct 28, 2007 7:08 pm
Not what I meant. I meant /Developer/SDKs/ (does it contain the appropriate SDKs as required by Adium) and the SDK path setting for the targets in Adium that you are looking to build.alloutmacstoday wrote:cocoa.framework is definatly there
Try my software!
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
-
alloutmacstoday
- Harmless
- Posts: 6
- Joined: Sun Oct 28, 2007 7:08 pm
Adium is a pretty massive program to start cutting your programming teeth on.
I'd recommend starting with some sample projects to get a feeling for how Cocoa, Xcode, and the entire Mac OS X developer stack work.
Try my software!
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
Fixed mine...
OK fixed it. Be sure when installing Dev tools that all the options are installed (UNIX Dev was not on mine, after installing that all was happy)
Curiosity peaked, I looked at the description for said package and I think I found out why this is salient:
"This package is provided for compatibility with shell scripts and makefiles that require access to the developer tools in specific system locations."
"This package is provided for compatibility with shell scripts and makefiles that require access to the developer tools in specific system locations."
Try my software!
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
-
alloutmacstoday
- Harmless
- Posts: 6
- Joined: Sun Oct 28, 2007 7:08 pm