bbc / audiowaveform

C++ program to generate waveform data and render waveform images from audio files
https://waveform.prototyping.bbc.co.uk
GNU General Public License v3.0
1.89k stars 241 forks source link

Build fails on Deb 10 - RESOLVED #135

Closed thespicer21 closed 3 years ago

thespicer21 commented 3 years ago
make[2]: *** [CMakeFiles/audiowaveform_tests.dir/build.make:414: CMakeFiles/audiowaveform_tests.dir/test/Mp3AudioFileReaderTest.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/audiowaveform_tests.dir/all] Error 2
make: *** [Makefile:163: all] Error 2

And if I try to build without the tests I get...

CMake Error: The source directory "/root/audiowaveform/build" does not appear to contain CMakeLists.txt.

Any suggestions?

EDIT : I wiped the folder and tried again and it worked the second time around. So please ignore this.