Uh oh!
There was an error while loading. Please reload this page.
[makefile] Update supercollider to v3.12 - #59
Conversation
Update supercollider to v3.12 instead of using old vcv-prototype-support branch. Fixes#54 (comment)
Nice, Do I have to install |
Installing Boost via pacman works: |
Some other obseravtions:
So make fails to recognize that the library was already built and tries to rebuild it, which fails, because the build folder is already there. |
mxa
commented
Sep 21, 2021
Related: #52 (comment) |
I just read your other #54 (comment) about the boost headers. That helped! I think we can also add While that resolves the error in #59 (comment), (so boost/filesystem works) it throws new errors about the flags So when compiling with When I remove those flags, I get linker errors, so I guess those libraries are really needed. |
What I can tell from my cursory searches is that asound is a linux package related to Advanced Linux Sound Architecture (ALSA). udev is another Linux package "libudev-dev" needed by hidapi test program (remove?) |
Updates supercollider to v3.12 instead of using old vcv-prototype-support branch.
Fixes#54 (comment)