-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
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
Compiling geogram with the latest version of imgui in vcpkg fails to compile #89
Comments
It will be updated in next release. |
It is weird, I have updated to imgui 1.89.5 WIP, and there three constants are there (and are not declared as deprecated either). Are you sure you are not using an older (instead of more recent) version of imgui ? |
|
Oooh I think I see, the version of the |
If the |
I see that docking branch's imgui.h has a version I guess that the folks who packaged it for Best thing to do is probably filing an issue here |
Would you explain me how to reproduce the problem ? (which command did you type ?), I'm not familiar with vcpkg. |
Host Environment
Steps to reproduce:
|
Thanks ! (I'll take a look and tell you) |
Examining the geogram port for
The "right way" of doing it will be sending a pull request to I have seen you have done it already here, wonderful ! In the meanwhile, before the
|
1.The version of imgui used by geogram in the library is 1.89.4, but some errors appear when compiling with the latest version of imgui.
F:\vcpkg\buildtrees\geogram\src\v1.8.3-0e25e29abd\src\lib\geogram_gfx\ImGui_ext\imgui_ext.cpp(409,35): error C2065: 'ImGuiWindowFlags_NoDocking': undeclared identifier
2.The latest version of imgui deletes the definition of the following variables.
3.Does geogram compilation have to rely on imgui version 1.89.4 or will it be updated to the latest version imgui?
The text was updated successfully, but these errors were encountered: