We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The vulkan external device header is guarded by GZ_RENDERING_HAVE_VULKAN https://github.com/gazebosim/gz-rendering/blob/22b2bbfbe06ac68558d77948d339fbc294876c85/include/gz/rendering/RenderEngineVulkanExternalDeviceStructs.hh#L27-L63
This is essentially only set for builds using OGRE2/ogre-next and vulkan support. https://github.com/gazebosim/gz-rendering/blob/22b2bbfbe06ac68558d77948d339fbc294876c85/CMakeLists.txt#L134-L159
The build therefore fails for gz-rendering8 with only ogre 1.9 or non-vulkan ogre-next.
Edit: due to the following include
gz-gui/src/plugins/minimal_scene/MinimalScene.cc
Line 43 in 872222a
The text was updated successfully, but these errors were encountered:
@iche033 do you mind to take a look?
Sorry, something went wrong.
Fixed with #589, thanks @iche033 !
iche033
No branches or pull requests
The vulkan external device header is guarded by GZ_RENDERING_HAVE_VULKAN
https://github.com/gazebosim/gz-rendering/blob/22b2bbfbe06ac68558d77948d339fbc294876c85/include/gz/rendering/RenderEngineVulkanExternalDeviceStructs.hh#L27-L63
This is essentially only set for builds using OGRE2/ogre-next and vulkan support.
https://github.com/gazebosim/gz-rendering/blob/22b2bbfbe06ac68558d77948d339fbc294876c85/CMakeLists.txt#L134-L159
The build therefore fails for gz-rendering8 with only ogre 1.9 or non-vulkan ogre-next.
Edit: due to the following include
gz-gui/src/plugins/minimal_scene/MinimalScene.cc
Line 43 in 872222a
The text was updated successfully, but these errors were encountered: