CW link warning CarbonLib/FastMathLib

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/09/2005 at 13:27, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.503 
Platform:   Windows  ;   Mac OSX  ; 
Language(s) :     C++  ;

---------
Hi,

I've just set up my new codewarrior to compile my win plugins for macosx. Everything works easy except of a couple of link warnings. The xdl was compiled and it works, but I want these warnings to disappear! :-)

Link Warning : ignored 'acos' (descriptor) in CarbonLib
Previously defined in FastMathLib

following by nearly all math functions from 'cosh' to 'sqrt'. What can I do?

I forgot to mention, that I use CW 8 on Windows 2000.
Thanks for any help
Klaus

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/09/2005 at 13:32, xxxxxxxx wrote:

You do not need references to Carbon or Coco since Cinema 4D MacOS plugins are pre-OSX. Verify that you are not including Carbon libs or some other such settings (I'm using CW 9 on MacOS so don't know the differences).

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/09/2005 at 13:53, xxxxxxxx wrote:

:-(

Now I get link ERRORS!

Link Error : undefined 'memset' (code)
Referenced from 'ClearMem(void*,long,long) in _api_v8_mac_rel.lib

and

Link Error : undefined 'errno' (data)
Referenced from 'sqrt.78' in FastMathLib

Please help!
Klaus

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/09/2005 at 14:04, xxxxxxxx wrote:

OK. I had deleted Carbon.Lib AND MSL_C_Carbon.Lib. This caused the errors mentioned above. I re-added MSL_C_Carbon.Lib. No warnings or errors anymore. Thanks.