Closed deepsystm closed 9 years ago
Hi @deepsystm,
I was able to reproduce the error you posted on Debian with clang 3.0. The audiowaveform code uses C++11 features, so needs a reasonably up-to-date compiler. The software builds OK with g++ 4.7.2, and also with more recent versions of clang. I was able to build successfully using clang 3.5, which I installed from the LLVM repository.
Chris
Thanks Chris,i do some tricky things to build it on debian 7 x32 and x64but with you answer next time i hope it will be less difficult than now 05.01.2015, 14:48, "Chris Needham" notifications@github.com:Hi @deepsystm,I was able to reproduce the error you posted on Debian with clang 3.0. The audiowaveform code uses C++11 features, so needs a reasonably up-to-date compiler. The software builds OK with g++ 4.7.2, and also with more recent versions of clang. I was able to build successfully using clang 3.5, which I installed from the LLVM repository.Chris—Reply to this email directly or view it on GitHub.
Hi all!
why it can happens?