R13 SDK Not Compiling In OS X 10.6
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/10/2011 at 14:12, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13
Platform: Mac OSX ;
Language(s) : C++ ;---------
I'm getting over a thousand errors when trying to compile the R13 SDK under OS X 10.6.8.They seem to be related to "No such file or directory" for:
CoreServices/Coreservices.h
New
String.h
Stdlib.h
Stdio.h
Pthread.hAccording to a Finder search, Coreservices.h exists but not in that location. None of the other files exist but there are string.h and stdlib.h.
The R12 SDK compiles with no problems.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/10/2011 at 01:18, xxxxxxxx wrote:
Originally posted by xxxxxxxx
<ADDRESS>
User Information:
Cinema 4D Version: 13
Platform:
Mac OSX ;
Language(s) :
C++ ;---------
</ADDRESS> I'm getting over a thousand errors when trying to compile the R13 SDK under OS X 10.6.8.They seem to be related to "No such file or directory" for:
CoreServices/Coreservices.h
New
String.h
Stdlib.h
Stdio.h
Pthread.hAccording to a Finder search, Coreservices.h exists but not in that location. None of the other files exist but there are string.h and stdlib.h.
The R12 SDK compiles with no problems.
Checked it with XCode 3.2.6 and 13.016/13.029 - no problems. Sounds like a XCode installation is gone wrong. Which XCode version did you use?
Best regards,
Wilfried
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/10/2011 at 15:03, xxxxxxxx wrote:
Xcode 3.2.6. I uninstalled and reinstalled and now it's compiling.
Many thanks for taking the time to check and provide a solution.