2005-07-30 06:52:02 UTC
I'm running mac os x 10.3.8 with xcode 1.1. I'm having trouble getting the various types of projects to build. If I just run make for the posix stuff on the command line that seems to build fine, or at least enough to run one of the example apps.
If I try to use the XCode project, I get some very odd configuration looking errors (There are a lot, these are a couple):
Openplay.h:291: error: syntax error before `;' token
OpenPlay.h:276: Carbon/Carbon.h: No such file or directory
If I convert the ProjectBuilder file, that will apparently build the project OK (except for one of the apps) but when I try to run any of them, I get one of several different "op_halt" errors (an example:)
op_halt in ../../Source/OpenPlayLib/Common/op_module_mgmt.cpp,#490: search_start->bundle
I've tried copying the framework into one of the frameworks folders and I've tried adding the .h file to it (I believe correctly) but none of these seemed to fix any of the problems.
Apparently other people seem to be able to build it OK, does anyone have suggestions? I'd prefer to use it for a cocoa app if anyone has any suggestions. (Well, with SDL mainly...)