This repository was archived by the owner on Mar 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
This repository was archived by the owner on Mar 7, 2024. It is now read-only.
Trouble compiling #2
Copy link
Copy link
Open
Description
Hi!
I'd love to use this project in my research, but I cannot seem to get it to compile. Configurations I've tried:
- Ubuntu 20.04 (WSL), branch use-libimplot-so-3, with CYTHON:
implot/cimplot.pxd:11:0: 'imgui/cimgui/ImGuiMouseButton.pxd' not found - Ubuntu 20.04 (WSL), branch use-libimplot-so-3, without CYTHON:
implot-cpp/implot.h:26:10: fatal error: imgui.h: No such file or directory - Ubuntu 20.04 (WSL), branch main, with CYTHON:
implot-cpp/implot.h:26:10: fatal error: imgui.h: No such file or directory - Ubuntu 20.04 (WSL), branch main, without CYTHON:
config-cpp/py_imconfig.cpp:2:10: fatal error: plot.h: No such file or directory - Windows 11, branch use-libimplot-so-3, with CYTHON:
implot\cimplot.pxd:11:0: 'imgui\cimgui\ImGuiMouseButton.pxd' not found - Windows 11, branch use-libimplot-so-3, without CYTHON:
implot\cimplot.pxd:11:0: 'implot-cpp\implot.h(26): fatal error C1083: Cannot open include file: 'imgui.h': No such file or directory
If I work around the missing plot.h by unsetting PYIMGUI_CUSTOM_EXCEPTION, I still run into 'imgui.h': No such file or directory
Additionally, setup.py references 'imgui.data', but I cannot seem to find such a file or directory, where is it supposed to reside?
Would you be able to provide more up-to-date compilation instructions? Including information about which exact compiler and library versions are confirmed working? Also, which version of pyimgui should users install?
Thanks,
Erik
Metadata
Metadata
Assignees
Labels
No labels