Search Criteria
Package Details: ceserver-git r5666.afeb8029-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ceserver-git.git (read-only, click to copy) |
---|---|
Package Base: | ceserver-git |
Description: | Cheat Engine Server. |
Upstream URL: | https://github.com/cheat-engine/cheat-engine/tree/master/Cheat%20Engine/ceserver |
Licenses: | custom |
Provides: | ceserver |
Submitter: | Bartkk |
Maintainer: | Bartkk |
Last Packager: | Bartkk |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-02-28 14:55 (UTC) |
Last Updated: | 2022-02-28 14:55 (UTC) |
Dependencies (3)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
jackass28 commented on 2024-07-04 22:25 (UTC)
Fails to compile with error ..//api.c:2884:16: error: assignment to ‘PROCESS_VM_WRITEV’ {aka ‘long int ()(int, const struct iovec , long unsigned int, const struct iovec , long unsigned int, long unsigned int)’} from incompatible pointer type ‘ssize_t ()(pid_t, struct iovec , struct iovec , int, int)’ {aka ‘long int ()(int, struct iovec , struct iovec , int, int)’} [-Wincompatible-pointer-types] 2884 | write_v=process_vm_writev2; | ^ ..//api.c: In function ‘ReadProcessMemory’: ..//api.c:3319:14: error: assignment to ‘PROCESS_VM_READV’ {aka ‘long int ()(int, const struct iovec , long unsigned int, const struct iovec , long unsigned int, long unsigned int)’} from incompatible pointer type ‘ssize_t ()(pid_t, struct iovec , struct iovec , int, int)’ {aka ‘long int ()(int, struct iovec , struct iovec , int, int)’} [-Wincompatible-pointer-types] 3319 | readv=process_vm_readv2; | ^