ppc64 packages that did not build for dist-fc7

Hans de Goede j.w.r.degoede at hhs.nl
Thu May 24 06:37:40 UTC 2007


Bill Nottingham wrote:
> ogre-1.2.5-1.fc7

This failure is caused by this piece of code:

     /* Find the arch type */
#if defined(__x86_64__) || defined(_M_X64)
#   define OGRE_ARCH_TYPE OGRE_ARCHITECTURE_64
#else
#   define OGRE_ARCH_TYPE OGRE_ARCHITECTURE_32
#endif

Which obviously needs to check for something like __ppc64__ too, can anyone 
tell me what exactly it needs to check for?


Regards,

Hans




More information about the Fedora-maintainers mailing list