imgui-java icon indicating copy to clipboard operation
imgui-java copied to clipboard

Bug: Version of glibc is too new

Open calvertdw opened this issue 1 year ago • 1 comments

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 avatar Mar 03 '23 20:03 calvertdw

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 avatar Mar 09 '23 09:03 SpaiR