Ultimate Stunts Activity
Status: Alpha
Brought to you by:
cornware-cjp
Fixed by adding #include <unistd.h> to metaserver.cpp and running make clean, make and make install succeed after that. My System: target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' $ uname -a Linux pogo-ThinkPad-T430 5.15.0-60-generic #66-Ubuntu SMP Fri Jan 20 14:29:49 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ERRORS before adding unstd.h to metaserver.cpp: if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../shared -DSYSCONFDIR="\"/usr/local/etc\"" -Wall -g...
Updated version number to 0.7.8
Updated automake/autoconf/gettext/libintl/etc.;...
configure runs fine but when I run make I get the below failure. I've installed libsdl1.2-dev...