Search found 6 matches
- Wed Jul 18, 2007 1:07 pm
- Forum: Developer's Forum for macOS
- Topic: Does Cocoa SDK example compile for you?
- Replies: 10
- Views: 42051
Confirmed
I re-formatted the boot partition case insensitive and re-installed Mac OS X. The Cocoa application now compiles and runs. I don't know if the problem was in the Xcode project file or the driver library, but something is definitely depending upon a case-insensitive filesystem.
- Tue Jul 17, 2007 3:13 pm
- Forum: Developer's Forum for macOS
- Topic: Does Cocoa SDK example compile for you?
- Replies: 10
- Views: 42051
- Tue Jul 17, 2007 8:54 am
- Forum: Developer's Forum for macOS
- Topic: Does Cocoa SDK example compile for you?
- Replies: 10
- Views: 42051
A clue perhaps?
Thanks for confirming the MacTel. I tried installing on my other Mac and got a similar error. Looking closesly, I come up with my next question: Do any of them have a boot filesystem that is partitioned/formatted "Case-sensitive" as opposed to the default "Case-insensitive'? I ask bec...
- Mon Jul 16, 2007 9:52 pm
- Forum: Developer's Forum for macOS
- Topic: Does Cocoa SDK example compile for you?
- Replies: 10
- Views: 42051
- Wed Jul 11, 2007 1:44 pm
- Forum: Developer's Forum for macOS
- Topic: Does Cocoa SDK example compile for you?
- Replies: 10
- Views: 42051
I got the SDK from the download area, so I don't think that's my problem. Here's a screen shot of the code/error in question: http://bzflag.bz/~butler/xcode.png And here's an interesting dialog I get when compiling: http://bzflag.bz/~butler/xcode_errror.png Again, any hints as to where I'm messing u...
- Sat Jun 30, 2007 12:05 am
- Forum: Developer's Forum for macOS
- Topic: Does Cocoa SDK example compile for you?
- Replies: 10
- Views: 42051
Does Cocoa SDK example compile for you?
Just downloaded the SDK tonight. However, only the Carbon examples compile on my MacBook Pro with Xcode and gcc-4.0. When compiling the Cocoa example 3DxValuesCocoa, the cc1obj pass dies. There's a compiler error in 3DxClientTest.m on the line: #import <3DConnexionClient> "No such file or direc...