zamaudio / zam-plugins

Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality processing
http://www.zamaudio.com/?p=976
GNU General Public License v2.0
265 stars 37 forks source link

Error compile (make) "ZamHeadX2" samplerate was not found in the pkg-config #96

Closed davidben009 closed 1 year ago

davidben009 commented 1 year ago

im receiving error on make command !!! how to fix this?

make -C plugins/ZamHeadX2 make[1]: Entering directory '/home/david/Downloads/zam-plugins/plugins/ZamHeadX2' Package samplerate was not found in the pkg-config search path. Perhaps you should add the directory containing `samplerate.pc' to the PKG_CONFIG_PATH environment variable Package 'samplerate', required by 'virtual:world', not found Package 'fftw3f', required by 'virtual:world', not found Compiling convolution.cpp convolution.cpp:45:10: fatal error: samplerate.h: No such file or directory 45 | #include | ^~~~~~ compilation terminated. make[1]: [../../dpf/Makefile.plugins.mk:384: ../../build/ZamHeadX2/convolution.cpp.o] Error 1 make[1]: Leaving directory '/home/david/Downloads/zam-plugins/plugins/ZamHeadX2' make: [Makefile:29: ZamHeadX2] Error 2

zamaudio commented 1 year ago

Perhaps read the error message? It says you are missing libsamplerate and libfftw3f libraries/headers.

zamaudio commented 1 year ago

Closing as user error.