Hi, I'm getting this error when trying to compile Whysynth: ========================================= checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for dssi >= 0.9... yes checking for fftw3f >= 3.0.1... no configure: error: Package requirements (fftw3f >= 3.0.1) were not met:
Package 'fftw3f', required by 'virtual:world', not found =========================================
As far as I can tell, I installed fftw3f properly and PKG_CONFIG_PATH is set correctly to /usr/local/lib/pkgconfig ++++++++++++++++++++++++++++++++++++ [batte@fedora whysynth]$ pkg-config --list-all fftw3 FFTW - fast Fourier transform library fftw3f FFTW - fast Fourier transform library plasma-key-data PlasmaKeyData - Plasma's key data used for key-holding behaviour dssi dssi - A plugin API for software instruments ++++++++++++++++++++++++++++++++++++
Any ideas? Other info I can supply? dnf/yum search for Whysynth and Hexter (2 of my favorite Linux synths} comes up empty. I was able to get Hexter compiled, would like to be able to compile Whysynth also to alter the stock patches. Thanks