[GEM-dev] FTGL on Leopard

Matthias Neuenhofer neuenhofer at khm.de
Wed Dec 19 10:03:10 CET 2007


Leopard use the unix def
i change FTVectoriser.cpp like this

#ifdef __APPLE_CC__
     typedef GLvoid (*GLUTesselatorFunction)();
#elif defined( __mips ) || defined( __linux__ ) ||  
defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun )  
|| defined (__CYGWIN__)
     typedef GLvoid (*GLUTesselatorFunction)();
#elif defined ( WIN32)
     typedef GLvoid (CALLBACK *GLUTesselatorFunction)( );
#else
     #error "Error - need to define type GLUTesselatorFunction for  
this platform/compiler"
#endif
Am 19.12.2007 um 07:25 schrieb Hans-Christoph Steiner:

>> invalid conversion from 'GLvoid (*)(...)' to 'GLvoid (*)()'

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/gem-dev/attachments/20071219/403f2b76/attachment.htm>


More information about the GEM-dev mailing list