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

Bug: Version of glibc is too new #164

Open
calvertdw opened this issue Mar 3, 2023 · 1 comment
Open

Bug: Version of glibc is too new #164

calvertdw opened this issue Mar 3, 2023 · 1 comment
Labels
3rd party Everything out of the Dear ImGui scope enhancement New feature or request

Comments

@calvertdw
Copy link
Contributor

calvertdw commented Mar 3, 2023

Version

1.86.9

What happened?

We upgraded from 1.86.4.

Relevant log output

Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/imgui-java-natives_1677873782038/libimgui-java64.so:
/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found
(required by /tmp/imgui-java-natives_1677873782038/libimgui-java64.so)
@calvertdw calvertdw added the bug Something isn't working label Mar 3, 2023
@SpaiR SpaiR added the api Connected with imgui-java API label Mar 9, 2023
@SpaiR
Copy link
Owner

SpaiR commented Mar 9, 2023

To build native libraries binding uses dependencies provided with GitHub Action runners. I think it's possible to reconfigure it use a custom provided version of libstdc++, but the question need to be investigated. If you'll do a PR with changes to CI workflow - I'll review it for sure. Downgrading of libstdc++ to make it more compatible is a good point.

@SpaiR SpaiR added enhancement New feature or request 3rd party Everything out of the Dear ImGui scope and removed bug Something isn't working api Connected with imgui-java API labels Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rd party Everything out of the Dear ImGui scope enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants