Search found 6 matches

by butler
Wed Jul 18, 2007 1:07 pm
Forum: Developer's Forum for macOS
Topic: Does Cocoa SDK example compile for you?
Replies: 10
Views: 41059

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.
by butler
Tue Jul 17, 2007 3:13 pm
Forum: Developer's Forum for macOS
Topic: Does Cocoa SDK example compile for you?
Replies: 10
Views: 41059

I found a Mac with a Case-insensitive partition and it builds. On the Mac with the Case-Sensitive partition, the build doesn't seem to find the framework. I added a specific "-framework 3DconnexionClient" and it still insists that there is no ConnexionClientAPI.h available.
by butler
Tue Jul 17, 2007 8:54 am
Forum: Developer's Forum for macOS
Topic: Does Cocoa SDK example compile for you?
Replies: 10
Views: 41059

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...
by butler
Mon Jul 16, 2007 9:52 pm
Forum: Developer's Forum for macOS
Topic: Does Cocoa SDK example compile for you?
Replies: 10
Views: 41059

Strange. Even upgrading to Xcode 2.4.1 didn't change the core dump on gcc. And I don't have distributed builds. Just so that I'm clear, has someone else built this on a MacTel?
by butler
Wed Jul 11, 2007 1:44 pm
Forum: Developer's Forum for macOS
Topic: Does Cocoa SDK example compile for you?
Replies: 10
Views: 41059

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...
by butler
Sat Jun 30, 2007 12:05 am
Forum: Developer's Forum for macOS
Topic: Does Cocoa SDK example compile for you?
Replies: 10
Views: 41059

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...