-
Notifications
You must be signed in to change notification settings - Fork 3
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
Build error: #include "faust/dsp/libfaust.h" #1
Comments
Hmm. Interesting. It can't find the Faust source. Did you run the submodule update command as described in the readme ?
git submodule update --init --recursive
This should download a folder called Faust within the project.
Get Outlook for Android
|
I runned There is a |
Ah then it has something to do with where Faust is installed on your system. Did you install Faust before running this ? I might have to tweak cmakelists to better pick this up on macos |
Faust is installed on my system, version I'll try to uninstall Faust to see if it changes something. |
Yeah you're right. As far as I can see, the CMake setup as it is now should pick this up if the submodule has been downloaded correctly. Hmm. |
@madskjeldgaard : tried again this morning but stumbled upon the same error as two years ago.
|
Thanks. I'm not working on this anymore or at the moment at least, but I think this might be solved by having CMake manage Faust as a dependency using CPM, sort of how PortedPlugins does it https://github.com/madskjeldgaard/portedplugins/blob/main/CMakeLists.txt |
Hi! I ended up with a compilation error that you might want to investigate. I am using macOS Big Sur version 11.5.2. The system is up to date, to the best of my knowledge:
supercollider
andfaustgen
sources are stored in myroot
directory.cmake --build . --config Release
from thebuild
directory.I do not use Cmake very often. It might be something trivial that I overlooked.
The text was updated successfully, but these errors were encountered: