quicklisp / quicklisp-projects

Metadata for projects tracked by Quicklisp.
http://www.quicklisp.org/
417 stars 45 forks source link

Please Add cl-soloud #1304

Closed Shinmera closed 7 years ago

Shinmera commented 7 years ago

This is a bindings library to SoLoud which allows easy cross-platform mixing and playback.

Author: Nicolas Hafner Source: https://github.com/Shirakumo/cl-soloud Documentation: https://shirakumo.github.io/cl-soloud/

quicklisp commented 7 years ago

Do you know of a debian packaging of soloud? I looked at building the source, but it requires some build tools I don't have.

Shinmera commented 7 years ago

Do you need to build the source? It should load out of the box as I include the binaries like usual.

I don't know of any ready to use packages of SoLoud for any distribution unfortunately, and indeed the build system is rather annoying as it needs an obscure python script to actually generate a makefile first.

quicklisp commented 7 years ago

It doesn't build out of the box for me, it complains about missing foreign libraries. I see that there are binaries in the source, but for whatever reason, they are not found during the build for me.

Shinmera commented 7 years ago

Hmm. Might be due to missing dependencies. What's your debian version? I'll see if I can reproduce it as soon as I can.

quicklisp commented 7 years ago

I'm using Debian 8. "ldd" shows this:

/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.9' not found 
Shinmera commented 7 years ago

Alright, I've recompiled the binary for Linux on a clean system. It loads now in my Debian 8 VM.