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
I am working on an university project and need your help. I am trying to package the project for Linux using the AugmentedUnrealityEx_for425. I can successfully build, run and package for Windows but could not achieve for Linux.
Could you please help me with this or Share your project so that I can run and verify?
Hello @adynathos @SanchezSobrino @gordeevbr !
I am working on an university project and need your help. I am trying to package the project for Linux using the
AugmentedUnrealityEx_for425
. I can successfully build, run and package for Windows but could not achieve for Linux.Could you please help me with this or Share your project so that I can run and verify?
The errors are the following:
PackagingResults: Error: linker command failed with exit code 1 (use -v to see invocation) PackagingResults: Error: undefined symbol: cv::error(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const*, char const*, int) PackagingResults: Error: undefined symbol: cv::FileStorage::FileStorage(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) PackagingResults: Error: undefined symbol: cv::operator<<(cv::FileStorage&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) PackagingResults: Error: undefined symbol: cv::internal::WriteStructContext::WriteStructContext(cv::FileStorage&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) PackagingResults: Error: undefined symbol: cv::write(cv::FileStorage&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, cv::Mat const&) PackagingResults: Error: undefined symbol: cv::FileStorage::releaseAndGetString() PackagingResults: Error: undefined symbol: cv::aur::setLogCallback(std::__1::function<void (cv::aur::LogLevel, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)>) PackagingResults: Error: undefined symbol: cv::imwrite(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, cv::_InputArray const&, std::__1::vector<int, std::__1::allocator<int> > const&) PackagingResults: Error: undefined symbol: cv::putText(cv::_InputOutputArray const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, cv::Point_<int>, int, double, cv::Scalar_<double>, int, int, bool) PackagingResults: Error: undefined symbol: cv::VideoCapture::open(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) PackagingResults: Error: undefined symbol: cv::FileNodeIterator::readRaw(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, void*, unsigned long) PackagingResults: Error: undefined symbol: cv::FileStorage::writeRaw(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, void const*, unsigned long)
The text was updated successfully, but these errors were encountered: