The installation for
audacity-2.0.5-2.fc20.x86_64.rpm (rpm -i <audacity....> was not successful:-
error: Failed dependencies:
libc.so.6(GLIBC_2.14)(64bit) is needed by audacity-2.0.5-2.fc20.x86_64
libc.so.6(GLIBC_2.15)(64bit) is needed by audacity-2.0.5-2.fc20.x86_64
libm.so.6(GLIBC_2.15)(64bit) is needed by audacity-2.0.5-2.fc20.x86_64
libportaudio.so.2()(64bit) is needed by audacity-2.0.5-2.fc20.x86_64
libsoxr.so.0()(64bit) is needed by audacity-2.0.5-2.fc20.x86_64
libstdc++.so.6(GLIBCXX_3.4.15)(64bit) is needed by audacity-2.0.5-2.fc20.x86_64
portaudio(x86-64) >= 19-16 is needed by audacity-2.0.5-2.fc20.x86_64
Download
audacity-minsrc-2.0.5.tar.xz from
http://audacity.sourceforge.net/download/source.
This version requires 1) wxWidgets 2) cmake which I installed using sudo yum install <program> successfully.
untared audacity-minsrc-2.0.5.tar.xz. However when I
./configure && make in the Audacity source directory:-
[lawg@centOS6 audacity-src-2.0.5]$ ./configure && make
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for C compiler vendor... gnu
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for pkg-config... yes
checking for a sed that does not truncate output... /bin/sed
checking whether the linker accepts the -rdynamic flag... yes
checking for an ANSI C-conforming const... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for alloca.h... yes
checking CFLAGS for strict prototypes... -Wstrict-prototypes
checking wall_flags for maximum warnings... -Wall
checking whether the C++ compiler accepts the -Wall flag... yes
checking whether the C++ preprocessor accepts the -Wall flag... yes
checking for simple visibility declarations... yes
checking for wx-config... no
configure: error: "Could not find wx-config: is wxWidgets installed? is wx-config in your path?"
Question: 1)How do I find the wx-config 2)How do I change/configure the path 3)Do I also need to include the path for cmake