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

Can compile, but can't link on Arch Linux #103

Open
malespiaut opened this issue Feb 21, 2024 · 1 comment
Open

Can compile, but can't link on Arch Linux #103

malespiaut opened this issue Feb 21, 2024 · 1 comment

Comments

@malespiaut
Copy link

Hello,

I've downloaded the latest revision 3560fb4 with all the dependencies.

I've generated the Makefile using the command cmake -S . -B build.

Linking bspguy fails, and throw the following error:

/usr/bin/ld: CMakeFiles/bspguy.dir/src/editor/BspRenderer.cpp.o: in function `BspRenderer::loadClipnodes()':
BspRenderer.cpp:(.text._ZN11BspRenderer13loadClipnodesEv+0x239): undefined reference to `tbb::detail::r1::isolate_within_arena(tbb::detail::d1::delegate_base&, long)'

Best regards

@karakakarkarkar
Copy link

Hello,

I've downloaded the latest revision 3560fb4 with all the dependencies.

I've generated the Makefile using the command cmake -S . -B build.

Linking bspguy fails, and throw the following error:

/usr/bin/ld: CMakeFiles/bspguy.dir/src/editor/BspRenderer.cpp.o: in function `BspRenderer::loadClipnodes()':
BspRenderer.cpp:(.text._ZN11BspRenderer13loadClipnodesEv+0x239): undefined reference to `tbb::detail::r1::isolate_within_arena(tbb::detail::d1::delegate_base&, long)'

Best regards

This is "for each" loop (with multithreading)? I don't know why not works linking ... I bad know linux arch :(

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

2 participants