<div dir="ltr">I&#39;m having some issues building Xiphos on PPC64 architecture. In certain files of Xiphos that include Sword files within them the definition of __s64 and __u64 in Sword differs from what it is in the ppc64 system headers. A build log of it can be found here:<div><a href="https://kojipkgs.fedoraproject.org//work/tasks/4464/8274464/build.log">https://kojipkgs.fedoraproject.org//work/tasks/4464/8274464/build.log</a><br></div><div><br></div><div>It boils down to sysdata.h in Sword has</div><div>44: __extension__ typedef __signed__ long long __s64;</div><div>45: __extension__ typedef unsigned long long __u64;</div><div><br></div><div>Which conflicts with /usr/include/asm-generic/int-l64.h which has</div><div>typedef long int __s64;</div><div>typedef long unsigned int __u64;</div><div><br></div><div>Any help on this would be appreciated. Thanks!</div><div><br></div><div>--Greg</div></div>