Bug 10635

Summary: Tru64 compile fix (glxext.h)
Product: Mesa Reporter: Tobias Nygren <tnn+freedesktop>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: low    
Version: 6.4   
Hardware: Alpha   
OS: other   
Whiteboard:
i915 platform: i915 features:

Description Tobias Nygren 2007-04-13 02:03:29 UTC
$ 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__)
Comment 1 Brian Paul 2007-04-13 08:55:58 UTC
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.