THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/08/2010 at 10:19, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.5
Platform: Mac OSX ;
Language(s) : C++ ;
---------
Hi,
I just wanted to recompile my project due to some bugfixes. But I can't get it compiled. Not my project (formerly compiled succesfully) and not the SDK. Debug version compiles successfully, but Release doesn't. Nearly all skd cpp file have the same errors:
Bits/c++config.h: No such file or directory
Expected constructor, destructor, or type conversion before '(' token
'#pragma' is not allowed here
Expected declaration before end of line
I assume, that s.th. basically goes wrong, but I can't figure it out.
Xcode 3.2.2 running on OSX 10.6.
Base Target and Deployment target is 10.5
Project format is Xcode 3.1-compatible
Any help?