Getting down to business, I'm on an iMac G5 running OSX 10.4.10 with xCode 2 installed from the operating system DVD. The Configure fails because it says GLUT is too old a version. This is the output of stdout:
- Code: Select all
checking for XmuGetHostname in -lXmu... no
checking for XListInputDevices in -lXi... no
checking for glut32 library... -F/Developer/SDKs/MacOSX10.3.0.sdk/System/Library/Frameworks -framework OpenGL -framework GLUT -framework CoreAudio -lobjc -L -L/sw/lib -lSDLmain -lSDL -framework Cocoa -framework OpenGL -L/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/GLUT.framework/ -framework GLUT
no
checking for glut library... -F/Developer/SDKs/MacOSX10.3.0.sdk/System/Library/Frameworks -framework OpenGL -framework GLUT -framework CoreAudio -lobjc -L -L/sw/lib -lSDLmain -lSDL -framework Cocoa -framework OpenGL -L/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/GLUT.framework/ -framework GLUT
no
configure: WARNING: Glut might fail because of missing libXmu-dev and/or headers!
configure: WARNING: Glut might fail because of missing libXi-dev and/or headers!
configure: error: GLUT library not found or too old version. 3.7 (beta) or later required.
Ill attach my config.log too. Hope someone can shed some light.