Skip to content
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

Could not load symbol "igPushStyleColor" #27

Closed
IanButterworth opened this issue Jul 16, 2020 · 2 comments
Closed

Could not load symbol "igPushStyleColor" #27

IanButterworth opened this issue Jul 16, 2020 · 2 comments

Comments

@IanButterworth
Copy link
Collaborator

I'm guessing this is an upstream change

could not load symbol "igPushStyleColor":
/home/ian/.julia/artifacts/5fdf8d579573e724b2fbe994a29d113ca81b108e/lib/libcimgui.so: undefined symbol: igPushStyleColor
Stacktrace:
 [1] igPushStyleColor at /home/ian/.julia/packages/CImGui/OGzct/gen/libcimgui_api.jl:310 [inlined]
 [2] PushStyleColor at /home/ian/.julia/packages/CImGui/OGzct/src/wrapper.jl:549 [inlined]
  [5d785b6c] CImGui v1.77.0
@IanButterworth
Copy link
Collaborator Author

I don't understand why, but even though CImGui.jl was reporting to be 1.77 in the environment I was launching, it seems to have loaded 1.74. ]up in the main environment surprisingly updated to 1.77 and fixed this issue (?!?)

Gnimuc added a commit that referenced this issue Aug 23, 2020
Since ImGui may introduce breaking changes between minor versions and `CImGui_jll` is compiled with `IMGUI_DISABLE_OBSOLETE_FUNCTIONS` flag, it's highly recommended to cap `CImGui` in downstream packages as well.
@Gnimuc
Copy link
Owner

Gnimuc commented Aug 23, 2020

This may caused by the version mismatch between CImGui and CImGui_jll, should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants