#5081 causes linking errors if SYCL is not used since GLIBCXX_USE_CXX11_ABI defaults to OFF #5127
Closed
3 tasks done
Labels
build/install
Build or installation issue
Checklist
master
branch).Steps to reproduce the issue
I first cloned Open3D by:
Then, I build Open3D (on Ubuntu 20.04) with:
This causes linking errors for a dependent project of mine:
If built instead with:
Then there are no linking errors.
Error message
undefined reference to `cv::imwrite(std::string const&, cv::_InputArray const&, std::vector<int, std::allocator<int> > const&)'
Open3D, Python and System information
Additional information
I think the specific commit that causes the issue is here: 0702325
I haven't investigated enough to determine the proper solution, but I thought I should make the issue visible here.
The text was updated successfully, but these errors were encountered: