$ uname -smvr OSF1 V5.1 2650 alpha $ /usr/sbin/sizer -v HP Tru64 UNIX V5.1B (Rev. 2650); Wed Feb 28 02:19:23 CET 2007 Needs similar fix to Sun due to having inttypes.h but not stdint.h. --- glxext.h.orig 2007-04-13 10:52:46.000000000 +0200 +++ glxext.h 2007-04-13 10:53:18.000000000 +0200 @@ -331,7 +331,7 @@ } GLXBufferClobberEventSGIX; #endif -#if defined(__sun__) +#if defined(__sun__) || defined(__digital__) #include <inttypes.h> #if defined(__STDC__) #if defined(__arch64__)
fixed in git.
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.