Page 1 of 1

Compile error [SOLVED]

Posted: Sat Aug 22, 2015 12:53 pm
by kollins
I'm trying to compile audacity on fedora 22 64-bits, but it fail on configure.

It gives me configure: error: ./configure failed for lib-src/libsoxr

Code: Select all

./configure: line 17: cmake: command not found
configure: error: ./configure failed for lib-src/libsoxr

Re: Compile error

Posted: Sat Aug 22, 2015 12:55 pm
by steve
If libsoxr is not present on the system, it has to be built from the source code (included in the Audacity source code). Building libsoxr requires cmake.

Re: Compile error [SOLVED]

Posted: Sat Aug 22, 2015 1:08 pm
by kollins
Nice, I just installed cmake and it works.

Thanks.