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

faust2jaqt wants alsa #473

Closed
magnetophon opened this issue Jul 31, 2020 · 2 comments
Closed

faust2jaqt wants alsa #473

magnetophon opened this issue Jul 31, 2020 · 2 comments

Comments

@magnetophon
Copy link
Contributor

When I run faust2jaqt test.dsp I get:

/nix/store/k6rnzlmcvm37d0nw4fkz6ivmykmrdn39-binutils-2.31.1/bin/ld: cannot find -lasound
collect2: error: ld returned 1 exit status
make: *** [Makefile:105: test] Error 1

When I run faust2jaqt -midi test.dsp, I get:

test_tmp.cpp:15259:10: fatal error: alsa/asoundlib.h: No such file or directory
15259 | #include <alsa/asoundlib.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:223: test_tmp.o] Error 1

When I make alsa available, it works.

Does that make sense?
I thought jack fully wraps alsa?

magnetophon added a commit to magnetophon/nixpkgs that referenced this issue Aug 1, 2020
@sletz
Copy link
Member

sletz commented Aug 3, 2020

Should be fixed in b6045f4.

@magnetophon
Copy link
Contributor Author

Wow, that was a lot more work than I expected!
Thank you very much!

I'm building it as we speak.

magnetophon added a commit to magnetophon/nixpkgs that referenced this issue Aug 3, 2020
there was a release in the meantime, ut it has a bug that is fixed in
this commit.

See: grame-cncm/faust#473
@sletz sletz closed this as completed Aug 4, 2020
wchresta pushed a commit to wchresta/nixpkgs that referenced this issue Aug 17, 2020
there was a release in the meantime, ut it has a bug that is fixed in
this commit.

See: grame-cncm/faust#473
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

2 participants