'ZN11wxGLContextC1EP10wxGLCanvasPKS_', referenced from: _Z18OpenGL_MakeCurrentv in libvideoogl.a()
' ZNK14wxGLCanvasBase10SetCurrentERK11wxGLContext', referenced from: Undefined symbols for architecture x86_64: I get a link error as follows without the addition of wxw-gl
Yes, I used the options from build_wx.sh to build wx locally although I added -with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk -with-macosx-version-min=10.6 -enable-universal-binary=i386,x86_64 to make sure it supports 10.6 & 32/64bit.