Bug 10635 - Tru64 compile fix (glxext.h)
Summary: Tru64 compile fix (glxext.h)
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: 6.4
Hardware: Alpha other
: low minor
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-13 02:03 UTC by Tobias Nygren
Modified: 2007-04-13 08:55 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.