I hope this is okay to post stuff like this here. Anyway, it seems odd that the qsynth configure script, by default, can't find my fluidsynth installed in /usr/lib and /usr/include...
checking for main in -lfluidsynth... no
configure: error: fluidsynth library not found.
make: *** No targets specified and no makefile found. Stop.
fluidsynth /usr/bin/fluidsynth
fluidsynth /usr/include/fluidsynth.h
fluidsynth /usr/lib/libfluidsynth.so
fluidsynth /usr/lib/pkgconfig/fluidsynth.pc
fluidsynth /usr/man/man1/fluidsynth.1.gz
Re: configure can't find fluidsynth in /usr
Sounds like libfluidsynth is not there or is the wrong object image (eg. 32bit vs. 64bit?). Anyway there should be a
config.log
which can give us enough details on what's failing on configure.Byee
install fluidsynth fom packman
I got the same problem and fixed it by installing fluidsynth (suse 11.3 64bit). Me i have had to install all three packages one by one. The one-click-install didn't work.
Add new comment