On Sun, 2020-11-22 at 10:32 -0700, Jerry James wrote:
> On Sun, Nov 22, 2020 at 10:17 AM Sérgio Basto <[email protected]>
> wrote:
> > /builddir/build/BUILD/ogre-
> > 1.12.6/OgreMain/include/OgreImageCodec.h: In
> > static member function 'static void
> > Ogre::ImageCodec::flipEndian(void*,
> > size_t, size_t)':
> > /builddir/build/BUILD/ogre-
> > 1.12.6/OgreMain/include/OgreImageCodec.h:53:13: error: 'Bitwise'
> > has
> > not been declared
> >    53 |             Bitwise::bswapChunks(pData, size, count);
> > 
> > What this means [1] , any known workaround ?
> 
> It looks like upstream forgot about the namespace.  Try patching
> OgreImageCodec.h to change "Bitwise" to "Ogre::Bitwise".  That code
> is
> only used on big endian architectures, which is why you only see the
> build failure on s390x.

thank you , it was a missing include 
https://src.fedoraproject.org/rpms/ogre/blob/37f66aeef3df964bfe8269841b5a7f45ef5d47d6/f/Bitwise.patch


> Jerry James
> http://www.jamezone.org/
> _______________________________________________
> devel mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: 
> https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/[email protected]
-- 
Sérgio M. B.
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to