piglit: 6b9cecad342d0d76e5668fa0a779668ac3e7a133 (master) The build fails with freeglut 2.6, where glutInitErrorFunc doesn't exist. Linking C executable ../../../../bin/crash-cubemap-order ../../../../lib/libpiglitutil_gl.so: undefined reference to `glutInitErrorFunc' commit 6b9cecad342d0d76e5668fa0a779668ac3e7a133 Author: José Fonseca <jfonseca@vmware.com> Date: Fri Jun 6 11:10:55 2014 +0100 util/framework/glut: Report skip when GLUT is unable to create the requested context. Trivial. It won't affect platforms which use waffle.
> Linking C executable ../../../../bin/crash-cubemap-order ../../../../lib/libpiglitutil_gl.so: undefined reference to `glutInitErrorFunc' I imagined that support for glutInitErrorFunc came before glutInitContextVersion, so the. However, there is no way to distinguish freeglut 2.8 from 2.6 ... :-/ BTW, would it be better to build piglit with waffle? I'm only doing these GLUT changes to get piglit working on Windows which has no waffle support.
Created attachment 100749 [details] [review] Patch Vinson, please see if the attached patch fixes the problem for you.
(In reply to comment #2) > Created attachment 100749 [details] [review] [review] > Patch > > Vinson, please see if the attached patch fixes the problem for you. attachment 100749 [details] [review] fixes the build for me. Tested-by: Vinson Lee <vlee@freedesktop.org>
Thanks! Pushed.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.