UnrealKaraulov / newbspguy

Goldsrc map viewer/editor without decompiling. Also can view .MDL models.
The Unlicense
63 stars 13 forks source link

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

Open malespiaut opened 7 months ago

malespiaut commented 7 months ago

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 commented 7 months ago

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 :(