-
Notifications
You must be signed in to change notification settings - Fork 11
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
Building on Librazik 3: make: *** [Makefile:130: all] Error 2 #161
Comments
Hello, Librazik is not an OS that we tested. We did our tests on Ubuntu 10.04 and 10.06. Were you able to test on Ubuntu ? It seams to me that the compile error is due to the fact that "#include " is missing at the top of file Modules/KiwiDsp/KiwiDsp_Chain.hpp. You can try to add this line and launch compilation again. Please get back to us with your results. Thanks for your interest in Kiwi |
No, sorry, I don't have the time to install it on my computer... So I added #include at the first line of the file Modules/KiwiDsp/KiwiDsp_Chain.cpp (as the .hpp file doesn't exist) and get the same result as previously:
|
Hello, The line you need to add is: and not just: Best regards |
Hi Jean, Thanks for your answer. Sorry but i don't understand the difference between the two... The first one has a space at the end that the second one doesn't have. Is it that difference which I have to add in the file? |
Sorry github deletes automatically my syntax. I meant: #include <functional> |
Did it, we go further but it seems there is a problem line 207 of the file KiwiDsp-Chain.h :
|
Hello,
It's the first time I report an issue on GitHub, so, if you need more details or if you have some advice to give, let me know!
So, I followed the instructions that are in the README.md file of the folder Source code (tar.gz).
At this step:
cmake --build .
I get:
The text was updated successfully, but these errors were encountered: