http://oss.sgi.com/bugzilla/show_bug.cgi?id=707
------- Additional Comments From markus@xxxxxxxxxxxxxx 2006-09-25 08:27 CST
-------
So this is the error message from xfsprogs-2.8.10:
In file included from /usr/include/asm/elf.h:8,
from /usr/include/asm/sigcontext.h:13,
from /usr/include/bits/sigcontext.h:28,
from /usr/include/signal.h:333,
from /usr/include/aio.h:28,
from lio.c:3:
/usr/include/asm/types.h:44: error: conflicting types for '__s64'
../include/xfs/platform_defs.h:42: error: previous declaration of '__s64' was
here
/usr/include/asm/types.h:45: error: conflicting types for '__u64'
../include/xfs/platform_defs.h:41: error: previous declaration of '__u64' was
here
This happens because asm/sigcontext.h does only include asm/elf.h and so
asm/elf.h if __powerpc64__ is defined (needed for
elf_gregset_t/elf_fpregset_t).
--
Configure bugmail: http://oss.sgi.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|