I’m trying to port my project to OSX i just downloaded the latest Xcode 2.1
I build the libjuce.a file and i’m trying to run the Hello World demo to make sure juce is linking i’m getting these errors
/usr/bin/ld: Undefined symbols:
_aglChoosePixelFormat
_aglCreateContext
_aglDestroyContext
_aglEnable
_aglSetCurrentContext
_aglSetDrawable
_aglSetInteger
_aglSwapBuffers
collect2: ld returned 1 exit status
I’m not to Mac savy anyone have any ideas?
Thanks