tiny-csgo-client icon indicating copy to clipboard operation
tiny-csgo-client copied to clipboard

Compilation error.

Open Denis-Raev opened this issue 1 year ago • 1 comments

Hello! When I try to compile the client on Ubuntu 22.04 I get the following:

root@gamecsgo:/home/cs/tiny-csgo-client-main# ./build.sh CMake Warning: No source or binary directory provided. Both will be assumed to be the same as the current working directory, but note that this warning will become a fatal error in future CMake releases.

-- Configuring done -- Generating done -- Build files have been written to: /home/cs/tiny-csgo-client-main Consolidate compiler generated dependencies of target tiny-csgo-client [ 10%] Linking CXX executable build/Release/tiny-csgo-client /usr/bin/ld: /home/cs/hl2sdk/lib/linux32/release/libprotobuf.a(common.o): warning: relocation in read-only section .text' /usr/bin/ld: /home/cs/hl2sdk/lib/linux/libtier0.so: undefined reference to pthread_yield' /usr/bin/ld: warning: creating DT_TEXTREL in a PIE collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/tiny-csgo-client.dir/build.make:232: build/Release/tiny-csgo-client] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/tiny-csgo-client.dir/all] Error 2 make: *** [Makefile:91: all] Error 2

gcc version 10.4.0

Denis-Raev avatar Dec 04 '22 10:12 Denis-Raev

Use glibc 2.31 version

menesakdeniz avatar May 07 '23 16:05 menesakdeniz