On 2007-01-28 11:37, David Morris said: >I am still getting some unresolved symbols, but none that have anything to >do with OpenGL: > >/usr/bin/ld: Undefined symbols: >_ClipRect >_GetPort >_GetWindowPort >_SetPort >_SetRect >_GetWindowPortBounds >_AECountItems >_AECreateDesc >_AEDisposeDesc >_AEGetNthPtr >_AEGetParamDesc
For those functions, you need to link with Carbon. You don't need to link with Cocoa. -- ____________________________________________________________ Sean McBride, B. Eng [EMAIL PROTECTED] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
