err: Package sndfile was not found in the pkg-config search path.
royi-klein opened this issue · 4 comments
royi-klein commented
I ran:
./waf configure --prefix=/usr --includeresampler --includeconvolver --optimization
found this error log
brummer10 commented
Install libsndfile1-dev
In case you run into more missing packages, have a look at the dependency list.
https://github.com/brummer10/guitarix?tab=readme-ov-file#build-dependencies
royi-klein commented
I have installed all dependencies but still getting errors:
err: ../test.cpp:1:10: fatal error: fftw3.h: No such file or directory
brummer10 commented
Ah, okay,
you need to install libfftw3-dev
I'll add it to the dependencies list asap.
brummer10 commented
I assume your issue is solved, so close this issue.