GLUT_XLIB_IMPLEMENTATION Not Set in src/config.h
Brought to you by:
mcfletch
Distribution: Fedora Core 3
Compiler: gcc-3.3.5
Python Version: 2.4
SWIG: 1.3.13
During the GLUT build process, GLUT_XLIB_IMPLEMENTATION
is not defined in src/config.h during the build
process, resulting in the Python GLUT bindings only
including GLUT interface version 1. Many importent
bindings are then left out, including glutSpecialFunc().