ekumachidi / audioscout

Automatically exported from code.google.com/p/audioscout
GNU General Public License v3.0
0 stars 0 forks source link

Can't build in Fedora 14 #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Make install all libs (zeromq/libsndfile/libsamplerate)
2./build/cmake .
3.make all

What is the expected output? What do you see instead?
I want to see it successfully build the lib
but I see:
Linking C shared library libAudioData.so
/usr/bin/ld: cannot find -llibsndfile-1
/usr/bin/ld: cannot find -llibsamplerate-0
collect2: ld returned 1 exit status
make[2]: *** [libs/libAudioData.so] Error 1
make[1]: *** [libs/CMakeFiles/AudioData.dir/all] Error 2
make: *** [all] Error 2

What version of the product are you using? On what operating system?
Fedora 14, gcc-4.5

Please provide any additional information below.
I can find such so files:
/usr/lib/libsndfile.so.1
/usr/lib/libsndfile.so.1.0.21

and so is the libsamplerate.so

Original issue reported on code.google.com by Antinucl...@gmail.com on 22 Nov 2011 at 10:08

GoogleCodeExporter commented 8 years ago
in the cmakelists.txt file , in the lib folder, you can change the names of the 
libraries to "sndfile" and "samplerate"  without the numerical appendage.  That 
was for a windows build.  

Original comment by starkd88@gmail.com on 23 Nov 2011 at 6:32