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

Issue when invoking libsoloud.so from into-Nim-converted soloud header #346

Open
abdulbadii opened this issue Jun 13, 2022 · 0 comments
Open

Comments

@abdulbadii
Copy link

abdulbadii commented Jun 13, 2022

Expected behavior:

Run, produce sound test.ogg

Actual behavior:

interrupted :

/usr/lib/libsoloud.so: undefined symbol: snd_pcm_close
could not load: libsoloud.so

Steps to reproduce the problem:

So sorry not really 100% use this source code but really need help solve issue in that
calling this soloud.so from Nim that was obtained, converted from this header as in tutorial:

https://gist.github.com/zacharycarter/846869eb3423e20af04dea226b65c18f

the tutorial has few mistakes not go on inbuild step, this's the correct one after having soloud directory from git:

cd soloud
cd build
genie gmake
cd gmake
make
cp ../../lib/lisoloud.so /usr/lib

(or to /usr/local/lib or to CWD that is include)

SoLoud version, operating system, backend used, any other potentially useful information:

version: Latest here but clone the last one, ie. git clone --depth 1
OS : Arch Linux, actually Artix the no systemd one
backend : I don't know, not setting it around, so should default

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