Compiling audacity-minsrc-2.2.1 in CentOS 7
Posted: Sat Dec 09, 2017 7:15 pm
Hi I have
Bow I'm trying to configure and make.
now trying to make
How solve this error?
Code: Select all
$ gcc --version
gcc (GCC) 7.2.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ make --version
GNU Make 4.2.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
$ Bow I'm trying to configure and make.
Code: Select all
$ ./configure --prefix=/usr/local/Custom/audacity --with-ffmpeg --with-lame --with-libid3tag --with-libmad --with-sbsms --with-libsndfile --with-soundtouch --with-libsoxr --with-libtwolame --with-libvorbis --with-lv2 --with-midi --with-portmidi --with-widgetextra --with-portmixer --with-portaudio=local --with-libflac --with-libvampCode: Select all
effects/vamp/audacity-LoadVamp.o: In function `VampEffectsModule::FindPlugins(PluginManagerInterface&)':
LoadVamp.cpp:(.text+0x2dd): undefined reference to `_VampHost::Vamp::HostExt::PluginLoader::listPlugins[abi:cxx11]()'
LoadVamp.cpp:(.text+0x375): undefined reference to `_VampHost::Vamp::HostExt::PluginLoader::loadPlugin(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, float, int)'
effects/vamp/audacity-LoadVamp.o: In function `VampEffectsModule::FindPlugin(wxString const&, int&, bool&)':
LoadVamp.cpp:(.text+0xcd2): undefined reference to `_VampHost::Vamp::HostExt::PluginLoader::loadPlugin(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, float, int)'
effects/vamp/audacity-VampEffect.o: In function `VampEffect::Init()':
VampEffect.cpp:(.text+0x1bff): undefined reference to `_VampHost::Vamp::HostExt::PluginLoader::loadPlugin(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, float, int)'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:2348: audacity] Error 1
make[2]: Leaving directory '/usr/local/Sources/audacity-minsrc-2.2.1-rc3/src'
make[1]: *** [Makefile:1585: all] Error 2
make[1]: Leaving directory '/usr/local/Sources/audacity-minsrc-2.2.1-rc3/src'
make: *** [Makefile:808: all-recursive] Error 1
$