Compile error [SOLVED]

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
Please state:
  • which version of Linux you are using,
  • the exact three-section version number of Audacity from Help menu > About Audacity,
  • whether you installed your distribution's release, PPA version, or compiled Audacity from source code.

Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Locked
kollins
Posts: 8
Joined: Sat Aug 22, 2015 12:41 pm
Operating System: Please select

Compile error [SOLVED]

Post by kollins » Sat Aug 22, 2015 12:53 pm

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

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Compile error

Post by steve » Sat Aug 22, 2015 12:55 pm

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.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

kollins
Posts: 8
Joined: Sat Aug 22, 2015 12:41 pm
Operating System: Please select

Re: Compile error [SOLVED]

Post by kollins » Sat Aug 22, 2015 1:08 pm

Nice, I just installed cmake and it works.

Thanks.

Locked