Search Criteria
Package Details: ogre-next-git r12498.507f6bbf0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ogre-next-git.git (read-only, click to copy) |
---|---|
Package Base: | ogre-next-git |
Description: | Scene-oriented, flexible 3D engine written in C++ |
Upstream URL: | http://ogre3d.org |
Licenses: | MIT |
Conflicts: | ogre |
Provides: | ogre |
Submitter: | tghosgor |
Maintainer: | None |
Last Packager: | tghosgor |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-12-03 07:58 (UTC) |
Last Updated: | 2020-12-03 08:05 (UTC) |
Dependencies (16)
- freeimage
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- glu (glu-gitAUR)
- libxaw (xawmAUR)
- libxrandr (libxrandr-gitAUR)
- rapidjson (rapidjson-gitAUR)
- tinyxml (tinyxml-gitAUR)
- zziplib
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- boost (boost-gitAUR) (optional) – for developing using ogre
- cppunit (optional) – unit testing
- intel-tbb (onetbb-gitAUR, onetbb) (optional) – better threading support
- poco (poco-gitAUR) (optional) – portability
Required by (17)
- btogre (requires ogre)
- caelum (requires ogre)
- caelum-git (requires ogre)
- cegui (requires ogre)
- cegui-git (requires ogre) (optional)
- mygui-git (requires ogre)
- mygui-ogre (requires ogre)
- ogre-pagedgeometry-git (requires ogre)
- ogremeshy-hg (requires ogre)
- rigsofrods (requires ogre)
- rigsofrods-noangelscript-git (requires ogre)
- ros-noetic-moveit-ros-visualization (requires ogre) (make)
- ros-noetic-rviz (requires ogre)
- ros-noetic-rviz-visual-tools (requires ogre)
- stuntrally-bin (requires ogre)
- visp (requires ogre) (optional)
Latest Comments
maz-1 commented on 2021-08-18 03:37 (UTC)
ogre-next is not compatible with system installed shaderc: https://github.com/OGRECave/ogre-next/issues/218 It need to be linked against shaderc from https://github.com/OGRECave/ogre-next-deps. I have post my workaround here: https://gist.github.com/maz-1/f3f9c30d77685299ab98dc262dc633b7
leuko commented on 2020-12-11 10:56 (UTC)
Teşekkürler Tolga!
tghosgor commented on 2020-12-11 09:25 (UTC) (edited on 2020-12-11 09:52 (UTC) by tghosgor)
Hello,
If I remember right I have submitted patches for these errors and they are merged.
https://github.com/OGRECave/ogre-next/commit/605d65e2eec7358150eff00db44ed365c5c57d42
https://github.com/OGRECave/ogre-next/commit/82cf2df8847f470b107e0e358a76d2d8fe48fb89
The latter should be for the errors you mention, but the first one also caused compilation failure.
Maybe try a clean clone or apply the patches manually?
EDIT:
I have tried a rebuild and apparently the build is broken again. I will have a look at it. I guess its related to the GCC update as you mentioned.
EDIT2:
Compilation should be fine with https://github.com/OGRECave/ogre-next/pull/160/commits/4939d6bfd855d670c8232b3a9a0121c1b225a5cc
leuko commented on 2020-12-11 00:59 (UTC) (edited on 2020-12-11 01:06 (UTC) by leuko)
Dear Tolga, I get gazillions of errors mentioning:
Maybe it is related to GCC 10.2. Do you have the same problem?