1
Article Discussions / Re: Games with older SDL and FSLIB
« Last post by Dave Yeo on Today at 01:01:20 am »If you have the time can you please check the next in line Enigma, to see if it compiles?
- https://github.com/Enigma-Game/Enigma
Hmm, first try,
Code: [Select]
H:\tmp\Enigma>bash autogen.sh
Bootstrapping ./lib-src/enet autogen.sh: 2: set: Illegal option -o pipefail
ERROR
H:\tmp\Enigma>sh
# autoreconf -sfi
configure.ac:5: installing './compile'
configure.ac:3: installing './install-sh'
configure.ac:3: installing './missing'
Makefile.am: error: required file './AUTHORS' not found
Makefile.am: error: required file './ChangeLog' not found
Makefile.am: installing './INSTALL'
Makefile.am: error: required file './NEWS' not found
Makefile.am: installing './COPYING' using GNU General Public License v3 file
Makefile.am: Consider adding the COPYING file to the version control system
Makefile.am: for your code, to avoid questions about which license your project uses
Makefile.am: installing './depcomp'
autoreconf: error: failed to run automake: SYS0003=0x3: The system cannot find the path specified
#
Might have to use the original configure script.