I'm installing PyOpenGL 2.0.2.01. PyOpenGL asked for
GLUT libs, so I used FreeGLUT (freeglut.sf.net) 2.2.0.
This is the tail end of python setup.py --prefix=/usr.
The full output is attached as a file.
src/interface/_GLUT.0014.inc:2381: warning:
'_doc_glutHideOverlay' defined but not used
src/interface/_GLUT.0014.inc:2382: warning:
'_doc_glutGetModifiers' defined but not used
src/interface/_GLUT.0014.inc:2383: warning:
'_doc_glutLayerGet' defined but not used
src/interface/_GLUT.0014.inc:2384: warning:
'_doc_glutWarpPointer' defined but not used
src/interface/_GLUT.0014.inc:2385: warning:
'_doc_glutVideoResizeGet' defined but not used
src/interface/_GLUT.0014.inc:2386: warning:
'_doc_glutSetupVideoResizing' defined but not used
src/interface/_GLUT.0014.inc:2387: warning:
'_doc_glutStopVideoResizing' defined but not used
src/interface/_GLUT.0014.inc:2388: warning:
'_doc_glutVideoResize' defined but not used
src/interface/_GLUT.0014.inc:2389: warning:
'_doc_glutVideoPan' defined but not used
src/interface/_GLUT.0014.inc:2390: warning:
'_doc_glutInitDisplayString' defined but not used
src/interface/_GLUT.0014.inc:2391: warning:
'_doc_glutBitmapLength' defined but not used
src/interface/_GLUT.0014.inc:2392: warning:
'_doc_glutStrokeLength' defined but not used
src/interface/_GLUT.0014.inc:2393: warning:
'_doc_glutReportErrors' defined but not used
src/interface/_GLUT.0014.inc:2394: warning:
'_doc_glutPostWindowRedisplay' defined but not used
src/interface/_GLUT.0014.inc:2395: warning:
'_doc_glutPostWindowOverlayRedisplay' defined but not used
src/interface/_GLUT.0014.inc:2396: warning:
'_doc_glutIgnoreKeyRepeat' defined but not used
src/interface/_GLUT.0014.inc:2397: warning:
'_doc_glutSetKeyRepeat' defined but not used
src/interface/_GLUT.0014.inc:2398: warning:
'_doc_glutForceJoystickFunc' defined but not used
src/interface/_GLUT.0014.inc:2399: warning:
'_doc_glutGameModeString' defined but not used
src/interface/_GLUT.0014.inc:2400: warning:
'_doc_glutEnterGameMode' defined but not used
src/interface/_GLUT.0014.inc:2401: warning:
'_doc_glutLeaveGameMode' defined but not used
src/interface/_GLUT.0014.inc:2402: warning:
'_doc_glutGameModeGet' defined but not used
src/interface/_GLUT.0014.inc:2403: warning:
'_doc_glutMainLoopEvent' defined but not used
src/interface/_GLUT.0014.inc:2404: warning:
'_doc_glutLeaveMainLoop' defined but not used
src/interface/_GLUT.0014.inc:2413: warning:
'_doc_glutMouseWheelFunc' defined but not used
src/interface/_GLUT.0014.inc:2422: warning:
'_doc_glutCloseFunc' defined but not used
src/interface/_GLUT.0014.inc:2431: warning:
'_doc_glutMenuDestroyFunc' defined but not used
error: command 'gcc' failed with exit status 1
Logged In: YES
user_id=1187435
I've tried again using mesa3d.sourceforge.net. Same problem.