The configure script gives up after failing to find OpenGL, which is certainly present on my system (have all of the developer tools, and certainly have OpenGL!). How can the configure script be corrected to allow builds on MacOS X?
Logged In: YES user_id=33092
./configure --with-GL-prefix=/usr/X11R6 (Thanks to Jeff Biggus, HyperJeff.)
I found downstream: configure: error: Cannot find GtkGLArea library You can install this easily if you're using fink: gtkglarea pkg
Then I got lightspeed.c:121: error: `optind' undeclared and am at a loss.
Log in to post a comment.
Logged In: YES
user_id=33092
./configure --with-GL-prefix=/usr/X11R6
(Thanks to Jeff Biggus, HyperJeff.)
I found downstream:
configure: error: Cannot find GtkGLArea library
You can install this easily if you're using fink: gtkglarea pkg
Then I got
lightspeed.c:121: error: `optind' undeclared
and am at a loss.