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

Daily .tar.gz build should bundle necessary libs #43

Open
qwertychouskie opened this issue Jun 19, 2019 · 1 comment
Open

Daily .tar.gz build should bundle necessary libs #43

qwertychouskie opened this issue Jun 19, 2019 · 1 comment
Assignees
Labels
C: Build system T: Bug Something isn't working

Comments

@qwertychouskie
Copy link
Member

@cddepppp256 gets this error when running the bin:

 ./cubosphere: error while loading shared libraries: libPocoZip.so.60: cannot open shared object file: No such file or directory

The libs needed by Cubosphere should either be bundled or statically linked to avoid these types of issues.

@qwertychouskie qwertychouskie added T: Bug Something isn't working C: Build system labels Jun 19, 2019
@qwertychouskie qwertychouskie self-assigned this Jun 19, 2019
@v1993
Copy link
Member

v1993 commented Jun 19, 2019

I don't think this static linkage is a good idea. Cubosphere rely on CMake for library search and it doesn't provide required tools.

As for bundling libs, it is better option but I still dislike it. Should we include libc? libstdc++? SDL2? SDL2_Image? This is complicated choice which can't be made easily and automated until you decide to include EVERY used lib into bundle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Build system T: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants