Package Details: mygui-ogre 3.4.3-1

Git Clone URL: https://aur.archlinux.org/mygui-ogre.git (read-only, click to copy)
Package Base: mygui-ogre
Description: A library for creating Graphical User Interfaces for games and 3D applications (Build with the OGRE rendersystem)
Upstream URL: http://mygui.info/
Licenses: LGPL
Conflicts: mygui, mygui-svn
Provides: mygui-ogre
Submitter: AnotherFoxGuy
Maintainer: AnotherFoxGuy
Last Packager: AnotherFoxGuy
Votes: 1
Popularity: 0.008042
First Submitted: 2023-05-24 12:05 (UTC)
Last Updated: 2023-08-25 08:46 (UTC)

Latest Comments

Mr.Smith1974 commented on 2023-08-24 16:43 (UTC)

Also, the web site http://mygui.info/ is not available.

Mr.Smith1974 commented on 2023-08-24 16:41 (UTC)

Not building:

[ 34%] Linking CXX shared library ../../bin/Plugin_StrangeButton.so
[ 34%] Built target Plugin_StrangeButton
/home/qwerty/.cache/yay/mygui-ogre/src/mygui-MyGUI3.4.2/Platforms/Ogre/OgrePlatform/src/MyGUI_OgreRenderManager.cpp: In member function ‘virtual void MyGUI::OgreRenderManager::windowResized(Ogre::RenderWindow*)’:
/home/qwerty/.cache/yay/mygui-ogre/src/mygui-MyGUI3.4.2/Platforms/Ogre/OgrePlatform/src/MyGUI_OgreRenderManager.cpp:251:31: error: ‘OrientationMode’ is not a member of ‘Ogre’
  251 |                         Ogre::OrientationMode orient = port->getOrientationMode();
      |                               ^~~~~~~~~~~~~~~
/home/qwerty/.cache/yay/mygui-ogre/src/mygui-MyGUI3.4.2/Platforms/Ogre/OgrePlatform/src/MyGUI_OgreRenderManager.cpp:252:29: error: ‘orient’ was not declared in this scope; did you mean ‘rint’?
  252 |                         if (orient == Ogre::OR_DEGREE_90 || orient == Ogre::OR_DEGREE_270)
      |                             ^~~~~~
      |                             rint
/home/qwerty/.cache/yay/mygui-ogre/src/mygui-MyGUI3.4.2/Platforms/Ogre/OgrePlatform/src/MyGUI_OgreRenderManager.cpp:252:45: error: ‘OR_DEGREE_90’ is not a member of ‘Ogre’
  252 |                         if (orient == Ogre::OR_DEGREE_90 || orient == Ogre::OR_DEGREE_270)
      |                                             ^~~~~~~~~~~~
/home/qwerty/.cache/yay/mygui-ogre/src/mygui-MyGUI3.4.2/Platforms/Ogre/OgrePlatform/src/MyGUI_OgreRenderManager.cpp:252:77: error: ‘OR_DEGREE_270’ is not a member of ‘Ogre’
  252 |                         if (orient == Ogre::OR_DEGREE_90 || orient == Ogre::OR_DEGREE_270)
      |                                                                             ^~~~~~~~~~~~~
make[2]: *** [Platforms/Ogre/OgrePlatform/CMakeFiles/MyGUI.OgrePlatform.dir/build.make:118: Platforms/Ogre/OgrePlatform/CMakeFiles/MyGUI.OgrePlatform.dir/src/MyGUI_OgreRenderManager.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:367: Platforms/Ogre/OgrePlatform/CMakeFiles/MyGUI.OgrePlatform.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...