Can not compile on Fedora14
Hi
This is what I get when I type make install:
[ 12%] Building CXX object mscore/CMakeFiles/mscore.dir/exportaudio.cpp.o
/home/tahmoores/mscore-1.0/mscore/mscore/exportaudio.cpp:25:21: fatal error: sndfile.h: No such file or directory
compilation terminated.
make[3]: *** [mscore/CMakeFiles/mscore.dir/exportaudio.cpp.o] Error 1
make[3]: Leaving directory `/home/tahmoores/mscore-1.0/build'
make[2]: *** [mscore/CMakeFiles/mscore.dir/all] Error 2
make[2]: Leaving directory `/home/tahmoores/mscore-1.0/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/tahmoores/mscore-1.0/build'
make: *** [install] Error 2
How can I solve this?
Comments
You need to install
libsndfile
andlibsndfile-devel
.You may want to check the official fedora build directory at http://pkgs.fedoraproject.org/gitweb/?p=mscore.git