Package Details: ceserver 7.5-9

Git Clone URL: https://aur.archlinux.org/ceserver.git (read-only, click to copy)
Package Base: ceserver
Description: Cheat Engine Server.
Upstream URL: https://github.com/cheat-engine/cheat-engine/tree/master/Cheat%20Engine/ceserver
Licenses: custom
Conflicts: ceserver-bin
Submitter: mrapplexz
Maintainer: alstruit
Last Packager: alstruit
Votes: 8
Popularity: 0.141516
First Submitted: 2018-04-30 14:29 (UTC)
Last Updated: 2024-11-13 09:16 (UTC)

Latest Comments

eriXD commented on 2024-09-26 08:50 (UTC)

I had the same error. The problem seems to be a race condition when compiling with multiple threads. After adding MAKEFLAGS="-j1" to the PKGBUILD it worked for me.

fenuks commented on 2024-09-18 08:55 (UTC)

It doesn't build for me, even in chroot. It compiles some time, but there are errors during linking.

gcc -o libceserver-extension.so obj/server.o obj/speedhack.o -lz -ldl -pthread -lm -shared
make: Leaving directory '/build/ceserver/src/cheat-engine-7.5/Cheat Engine/ceserver/extension/gcc'
make: Entering directory '/build/ceserver/src/cheat-engine-7.5/Cheat Engine/ceserver/extension/gcc'
rm -f ./obj/server.o ./obj/speedhack.o ./obj/server.d ./obj/speedhack.d ./libceserver-extension_x86.so
gcc -m32 -o libceserver-extension_x86.so obj/server.o obj/speedhack.o -l:libz.so.1 -ldl -pthread -lm -shared
/usr/bin/ld: cannot find obj/server.o: No such file or directory
/usr/bin/ld: cannot find obj/speedhack.o: No such file or directory