[CMake] CMake Tutorial and Error: undefined symbols

Sean McBride sean at rogue-research.com
Mon Jan 29 10:13:45 EST 2007


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                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada




More information about the CMake mailing list