-
Notifications
You must be signed in to change notification settings - Fork 179
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
Can't rebuild examples/fvadwav.c #18
Comments
I am also facing the same issue while making executable of fvadwav.c as "fvadwav" to run wavtest.sh in tests folder. when I run this : I got the same erro as yours: Can you confirm how did you solve that issue from above command: the solution is not working for me even I run your solution I get following error: Thanks |
Had you "-lsndfile -lfvad" flags in your run attempt? |
Thanks for the reply. Yes It worked for me. |
This issue has a fix and can be closed. CC @dpirch |
After building and installing I try:
cp examples/fvadwav.c ~/tmp_proj/ g++ -v -g fvadwav.c
and get an error:
my
/usr/include
is:➜ vad ll /usr/include | grep sndfile -rw-r--r-- 1 root root 29K июн 8 2019 sndfile.h -rw-r--r-- 1 root root 13K июн 8 2019 sndfile.hh
/usr/local/include
:➜ vad ll -t /usr/local/include | head -n 2 -rw-r--r-- 1 root root 2,6K янв 28 15:01 fvad.h
how can I reproduce your example code without errors?
Update
I found solution
Please, add it to description.
The text was updated successfully, but these errors were encountered: