On 09/08/2009 11:17 AM, Chris Marshall wrote: > > A hack-around that should work would be > > (1) Run the build manually on a redhat > system with an active display to > produce the needed utils/ glversion.txt > info file. > > (2) Extract a clean copy of OpenGL-0.58 and > copy the above utils/glverson.txt file > into that OpenGL-0.58/utils. > > (3) Edit Makefile.PL to comment out the line > unlinking a pre-existing utils/glversion.txt > file, line #752 or thereabouts.
Also needed to comment out running the make since that is what errors out in the rpm build. > (4) Now the configure and build should be > able to proceed using the offline generated > glversion.txt file. > > Plans for the future include enabling a link-only > build capability for OpenGL and, eventually, > dynamic probing for valid OpenGL extensions for > binding. Great, that's going to be critical before this can be packaged by linux distributions. -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division FAX: 303-415-9702 3380 Mitchell Lane [email protected] Boulder, CO 80301 http://www.cora.nwra.com _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
