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

undefined reference to std::__exception_ptr::... #120

Open
cmencar opened this issue Mar 27, 2023 · 0 comments
Open

undefined reference to std::__exception_ptr::... #120

cmencar opened this issue Mar 27, 2023 · 0 comments

Comments

@cmencar
Copy link

cmencar commented Mar 27, 2023

When compiling the project, the following error is raised:

/usr/bin/ld: /home/corrado/anaconda3/envs/iamooc/lib/libQt5Core.so.5.15.2: undefined reference to `std::__exception_ptr::exception_ptr::_M_release()@CXXABI_1.3.13'
/usr/bin/ld: /home/corrado/anaconda3/envs/iamooc/lib/libQt5Network.so.5.15.2: undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.4.29'
/usr/bin/ld: /home/corrado/anaconda3/envs/iamooc/lib/libQt5Core.so.5.15.2: undefined reference to `std::__exception_ptr::exception_ptr::_M_addref()@CXXABI_1.3.13'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/VIBes-viewer.dir/build.make:202: VIBes-viewer] Error 1
make[1]: *** [CMakeFiles/Makefile2:77: CMakeFiles/VIBes-viewer.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

repository cloned on March 27, 2023.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant