You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to update the ogre package released for Debian (and Ubuntu) to the current 1.12.4 and to enable some language bindings as well. As imgui is not included in the release tarball I'm currently disabling it (I read about #1332 ) by setting -DOGRE_BUILD_COMPONENT_OVERLAY_IMGUI:BOOL=FALSE
However it then fails to find the imgui include later on if I enable python bindings generation:
System Information
Detailled description
I'm trying to update the ogre package released for Debian (and Ubuntu) to the current 1.12.4 and to enable some language bindings as well. As imgui is not included in the release tarball I'm currently disabling it (I read about #1332 ) by setting
-DOGRE_BUILD_COMPONENT_OVERLAY_IMGUI:BOOL=FALSE
However it then fails to find the imgui include later on if I enable python bindings generation:
log
fix
seems to be a missing conditional in OgreOverlay.i if I change lines 23& 24 to
it compiles successfully
The text was updated successfully, but these errors were encountered: