Re: [Plib-users] (newbie) Compile errors when installing PLIB examples + documentation.
Brought to you by:
sjbaker
From:
<coz...@gm...> - 2006-06-03 04:26:47
|
Hello, I'm not sure how much I can help you, I don't own a mac... However, the error seems that those functions are being linked as C functions instead of C++ functions, which breaks function overloading. Probably there is something being affected by an extern "C" somewhere, but I couldn't find where... And the thing seems to be that there aren't many people who would test plib on the MacOSX so it can be fixed. The problem *could* be fixed in the development tree. -Coz |