You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error when trying to install xgnitive in Ubuntu Bionic:
/usr/bin/ld: warning: libOoura_fft.so, needed by /usr/local/lib/libAquila.so, not found (try using -rpath or -rpath-link)
CMakeFiles/cgdaExecution.dir/CgdaExecution.cpp.o: In function`cv::String::~String()':
CgdaExecution.cpp:(.text._ZN2cv6StringD2Ev[_ZN2cv6StringD5Ev]+0x14): undefined reference to `cv::String::deallocate()'CMakeFiles/cgdaExecution.dir/CgdaExecution.cpp.o: In function `cv::String::operator=(cv::String const&)':
CgdaExecution.cpp:(.text._ZN2cv6StringaSERKS0_[_ZN2cv6StringaSERKS0_]+0x28): undefined reference to `cv::String::deallocate()'CMakeFiles/cgdaExecution.dir/CgdaFitnessFunction.cpp.o: In function `teo::CgdaFitnessFunction::registerParameters(boost::shared_ptr<State>)':
CgdaFitnessFunction.cpp:(.text+0x16c9): undefined reference to `Registry::registerEntry(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, boost::shared_ptr<void>, ECF::type, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, unsigned int)'CMakeFiles/cgdaExecution.dir/CgdaFitnessFunction.cpp.o: In function `teo::CgdaFitnessFunction::initialize(boost::shared_ptr<State>)':CgdaFitnessFunction.cpp:(.text+0x182c): undefined reference to `Registry::getEntry(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, unsigned int)'/usr/local/lib/libAquila.so: undefined reference to `cdft'
collect2: error: ld returned 1 exit status
programs/cgdaExecution/CMakeFiles/cgdaExecution.dir/build.make:157: recipe for target 'bin/cgdaExecution' failed
make[2]: *** [bin/cgdaExecution] Error 1
CMakeFiles/Makefile2:336: recipe for target 'programs/cgdaExecution/CMakeFiles/cgdaExecution.dir/all' failed
make[1]: *** [programs/cgdaExecution/CMakeFiles/cgdaExecution.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
Looks like the problem comes due to not being able to find the library Ooura_fft required by Aquila (zsiciarz/aquila#60) .
The text was updated successfully, but these errors were encountered:
Getting this error when trying to install xgnitive in Ubuntu Bionic:
Looks like the problem comes due to not being able to find the library Ooura_fft required by Aquila (zsiciarz/aquila#60) .
The text was updated successfully, but these errors were encountered: