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

Angelscript files should not be installed to the system #3088

Open
kc2zgu opened this issue Aug 17, 2022 · 0 comments
Open

Angelscript files should not be installed to the system #3088

kc2zgu opened this issue Aug 17, 2022 · 0 comments

Comments

@kc2zgu
Copy link

kc2zgu commented Aug 17, 2022

What happened?

The bundled angelscript library installs angelscript.a and angelscript.h files; not only are these not required at runtime, they can clobber existing files if angelscript is already installed on the system.

See https://bugs.gentoo.org/865457

Most likely the install commands for angelscript should be removed, or the top level CMakeLists could be modified to detect and use an already installed copy instead of building the bundled version.

Project file & How to reproduce

Install angelscript on the system
Build and install SuperSlicer 2.4

Version

2.4.58.3

Operating system

Gentoo Linux

Printer model

No response

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

1 participant