THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/08/2003 at 21:42, xxxxxxxx wrote:
I'd like to try compiling c4d plugins under MacOS X using either:
- gcc, or
- an old (v6) copy of CodeWarrior
I'm guessing that trying to use gcc to compile plugins is a no-go (given the well-known issues wrt getting C++ binaries compiled with different compilers to work together -- which is a good argument for not using C++ APIs IMHO), however it's still worth a try...
Unfortunately, I can't find the Makefile promised in the documentation ("If you prefer to work with a different system you can use the *.mak file that contains all necessary information"), and my version of CodeWarrior is unhappy with the *.prj files supplied.
So I'm hoping that some kind soul will post the following:
- Makefiles for
- Plugins/cinema4dsdk/
- Resource/_api_lib/, and
- CodeWarrior-v6-compatible project files (is XML output more backward-compatible? I don't know)
- Plugins/cinema4dsdk/ and
- Resource/_api_lib/
Thanks in advance for any help...