brummer10 / guitarix

guitarix virtual versatile amplification for Jack/Linux
234 stars 24 forks source link

err: Package sndfile was not found in the pkg-config search path. #146

Closed royi-klein closed 4 months ago

royi-klein commented 4 months ago

I ran: ./waf configure --prefix=/usr --includeresampler --includeconvolver --optimization

found this error log

brummer10 commented 4 months ago

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 4 months ago

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 4 months ago

Ah, okay, you need to install libfftw3-dev

I'll add it to the dependencies list asap.

brummer10 commented 4 months ago

I assume your issue is solved, so close this issue.