
On 9/8/07, Ronald Guida
Clearly, I'm missing something here. Where do I have to go to get the latest version of GLUT?
You can get it using darcs: darcs get http://darcs.haskell.org/packages/GLUT/
Also, after I built freeglut with VS-2003, I copied the include files, the lib file, and the dll to the correct places (relative to VS-2003) and I could successfully compile the examples that came with freeglut. MinGW/MSYS doesn't know about VS-2003 include directories, so where am I supposed to put the freeglut include and lib files relative to MinGW/MSYS?
Maybe put the include files in /MinGW/include? I'm not sure if you need the lib or dll files for compilation, as it's dynamically linked. But I could be wrong, as MinGW barely works on my Vista.