|
From: Jose' C. <cru...@ce...> - 2005-05-04 17:46:23
|
Il giorno 04/mag/05, alle 19:16, James W. Walker ha scritto: > Yes, I got those errors in E3Tessellate.c in XCode under Tiger. > CodeWarrior does not given any error messages. I don't understand the > error messages. I posted some questions about this on the XCode-users > mailing list, but got no replies. > the problem is the definition of GLcallback in E3GeometryMesh.c and E3Tesselate.c it should be for tiger typedef GLvoid (CALLBACK * GLcallback)(...); instead of typedef void (CALLBACK * GLcallback)(); the problem is the latter doesn't compile in Tiger and the first doesn't compile in other cases probably we should move the definition to GLPrefix.h, the problem remains (how detect we're compiling with tiger? is a gcc4 problem or a headers one? what if compiling with CW using the 10.4 SDK? Pax et Bonum # dott. Jose' Cruanyes Aguilar - C.E. Soft srl # Pzza. Firenze,4 MILANO - XX Settembre 10, CREMONA # 02,33603122 0372,460602 |