[Mesa-dev] [Bug 39846] can' t compile mesa ‘__u64’problem .

2011-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39846

Soohyun Lee sol...@ucsd.edu changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #2 from Soohyun Lee sol...@ucsd.edu 2011-08-05 12:12:10 PDT ---
(In reply to comment #1)
 __u64 is supposed to be defined by the userspace headers from the Linux kernel
 (/usr/include/linux/, /usr/include/asm*). Where are you getting those from?

I am using CentOS operating system.
I did not checked directly yet (check with gcc -E flag on CentOS), but 
The __u64 seems to be define only in one place:

/usr/include/asm/types.h

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 39846] can' t compile mesa ‘__u64’problem .

2011-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39846

--- Comment #3 from Chad Versace c...@chad-versace.us 2011-08-05 14:41:32 PDT 
---
(In reply to comment #2)
 (In reply to comment #1)
  __u64 is supposed to be defined by the userspace headers from the Linux 
  kernel
  (/usr/include/linux/, /usr/include/asm*). Where are you getting those from?
 
 I am using CentOS operating system.
 I did not checked directly yet (check with gcc -E flag on CentOS), but 
 The __u64 seems to be define only in one place:
 
 /usr/include/asm/types.h

On Fedora, /usr/include/asm/types.h is provided by the kernel-headers package.
Since CentOS and Fedora are both RedHat-ish, I assume the package name is the
same on CentOS.

From the build log, I see you're building libdrm. It's a good idea to install
libdrm-devel too.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 39846] can' t compile mesa ‘__u64’problem .

2011-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39846

--- Comment #1 from Michel Dänzer mic...@daenzer.net 2011-08-04 22:51:25 PDT 
---
__u64 is supposed to be defined by the userspace headers from the Linux kernel
(/usr/include/linux/, /usr/include/asm*). Where are you getting those from?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev