|
From: Braden M. <br...@en...> - 2010-11-17 18:36:12
|
On Wed, 2010-11-17 at 13:36 +0100, Philip Lamb wrote: > Hi all, > > Compiling OpenVRML 0.18.6 on Mac OS X (updating the Fink package), the configuration script used to include an option --with-apple-opengl-framework. This option appears to be gone from 0.18.6. Yup; it's no longer needed... > If I just leave it out, the configure script finds the OpenGL framework OK, but then fails with "No OpenGL". Hard to say exactly what happened here without your config.log; but if configure finds an X11 implementation, it's going to assume you want to build against it unless you have said otherwise. It may not have been able to find a GLX implementation as well. > I tried using the --without-x option, since then the config and make steps run OK, and I can use the sdl-viewer to view a model, but I'm still wondering if this is the right way to do things, or am I missing something obvious here? That's the right way to do things--unless, of course, you are trying to build against X11. In that case, you'd also need an SDL built against X11 for sdl-viewer. -- Braden McDaniel <br...@en...> |