Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Trouble compiling #2

@harskish

Description

@harskish

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions