Hi, my emulator had the following errors, despite having not made significant changes to the source.
Spoiler
Spoiler
2) Configurando e preparando para compilar o emulador ( configure.in ): (Setting up and preparing to compile the emulator (configure.in):)
stdin: is not a tty
configure: error: cannot find sources (src/common/cbasetypes.h) in . or ..
Spoiler
3) Compilar emulador: (Compile emulator:)
stdin: is not a tty
MAKE mt19937ar
make[1]: Entering directory `/home/--------/emulador/3rdparty/mt19937ar'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/--------/emulador/3rdparty/mt19937ar'
MAKE libconfig
make[1]: Entering directory `/home/--------/emulador/3rdparty/libconfig'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/--------/emulador/3rdparty/libconfig'
touch: cannot touch `src/common/sysinfo_new.inc': No such file or directory
Cannot create output file
make: *** [sysinfo] Error 1
Edited by Neferupitou, 07 August 2014 - 02:38 PM.