Can't build wxWidgets on Mac OSX. Need help, please.

Posted by fd23 on Stack Overflow See other posts from Stack Overflow or by fd23
Published on 2010-03-09T08:09:12Z Indexed on 2010/03/09 8:36 UTC
Read the original article Hit count: 100

Filed under:
|
|

I've been trying everything but something or other always stops me cold. Now, I'm trying 2.8.10 (can't make 2.8.7 work) and I keep getting this linker error. Configure shows --with-opengl = no, yet it wants it but can't find it? Why? 10.5 on Macbook Pro

wxwidgets:

"_glFinish", referenced from: 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
"_CGLClearDrawable", referenced from: 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
"_glReadPixels", referenced from: 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
"_glReadBuffer", referenced from: 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
"_CGLDestroyPixelFormat", referenced from: 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
"_CGLChoosePixelFormat", referenced from: 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
"_CGLSetCurrentContext", referenced from: 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
"_CGLDestroyContext", referenced from: 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
"_glPixelStorei", referenced from: 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
"_CGLCreateContext", referenced from: 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 
"_CGLSetFullScreen", referenced from: 
  _grabViaOpenGL in libwx_macd_core-2.8.a(corelib_glgrab.o) 

Any help, please, is appreciated.

© Stack Overflow or respective owner

Related posts about wxwidgets

Related posts about c++