Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aquila dependency error #61

Open
RaulFdzbis opened this issue Nov 13, 2019 · 0 comments
Open

Aquila dependency error #61

RaulFdzbis opened this issue Nov 13, 2019 · 0 comments
Labels

Comments

@RaulFdzbis
Copy link
Member

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) .

@RaulFdzbis RaulFdzbis added the bug label Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant