http://bugs.freedesktop.org/show_bug.cgi?id=10635
Summary: Tru64 compile fix (glxext.h)
Product: Mesa
Version: 6.4
Platform: Alpha
OS/Version: other
Status: NEW
Severity: minor
Priority: low
Component: Mesa core
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
$ 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__)
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mesa3d-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev