Bump.
LeoD, on 07 March 2020 - 12:40 PM, said:
Compiling on Raspbian fails as of r8147. Different errors in different revisions. Since some may have been fixed in the meantime, dealing with the current issue (r8699) first seems appropriate
Fixing
zpl.h seems easy, patch attached. Now I'm running into the next issue, though, probably beyond my scope:
/usr/bin/ld: obj/build/enet.o: in function `enet_time_get':
/var/packages/sources/eduke32/source/build/include/enet.h:4946: undefined reference to `__atomic_load_8'
/usr/bin/ld: /var/packages/sources/eduke32/source/build/include/enet.h:4956: undefined reference to `__atomic_compare_exchange_8'
collect2: error: ld returned 1 exit status
Failed linking eduke32!
If the build options, environment, or system packages have changed, run \'make clean\' and try again.
make: *** [GNUmakefile:967: eduke32] Error 1