Closed cyberhuman closed 1 year ago
I spent a few weeks working on this issue, but I was unable to come to a one-size-fits-all solution. If I build for newer libstdc++ then it breaks compatibility with older linux releases. For now I have decided to stick with Ubuntu-20.04 as the build environment. For users of newer linux releases I recommend you follow the pip installation instructions (which ideally should be done in a fresh conda/mamba/poetry/etc environment so as not to affect your system).
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
pip install --pre git+https://github.com/cadquery/cadquery
Thanks for your interest in these builds, and if there are other ways of solving this issue I am definitely open and eager to fix this.
Thanks for the reply! I was actually able to launch it by pre-loading the system library instead of the bundled one. It segfaults on exit, but at least it runs. It is good enough.
Hi! Thank you for providing the static builds of the CQ-Editor. I have an issue however. On my Arch system, it starts but won't render anything. I see the following in the console:
apparently the latest build provides libstdc++ 3.4.28. Can the later/latest version be provided instead?