Instale o emulador es40 do código-fonte no Ubuntu 14.04.3

1

Eu tento instalar o emulador es40 no Ubuntu 14.04.3

  1. descompacte o pacote zip
  2. Em seguida, excute "sed -i -e / \ r $ // 'configure *" para limpar meu código para caractere desconhecido no meu arquivo de configuração e depois excute ./configure
  3. Execute o comando "make", mas obtenha este erro:

root@aaaa-PC:~/Desktop/es40_cvs_20080503_1030_src# make cd . &&

aclocal-1.10 /bin/bash: aclocal-1.10: command not found make: ***

[aclocal.m4] Error 127

eu instalei algum pacote dizendo lá: link

mas eu recebo algum erro depois de fazer assim:

root@hamed-PC:~/Desktop/es40_cvs_20080503_1030_src# make cd . && /bin/bash /home/hamed/Desktop/es40_cvs_20080503_1030_src/missing --run aclocal-1.10 main::scan_file() called too early to check prototype at /usr/bin/aclocal-1.10 line 616. configure.ac:52: warning: macro AM_PATH_SDL' not found in library configure.ac:57: warning: macro AM_PATH_PCAP' not found in library configure.ac:62: warning: macro 'AM_PATH_X11' not found in library cd . && /bin/bash /home/hamed/Desktop/es40_cvs_20080503_1030_src/missing --run automake-1.10 --gnu cd . && /bin/bash /home/hamed/Desktop/es40_cvs_20080503_1030_src/missing --run autoconf configure.ac:55: error: possibly undefined macro: AM_PATH_SDL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:60: error: possibly undefined macro: AM_PATH_PCAP configure.ac:65: error: possibly undefined macro: AM_PATH_X11 make: *** [configure] Error 1

    
por user3121138 24.09.2015 / 21:02

1 resposta

0

Acredito que você ainda tenha alguns makefiles ou outros arquivos com a codificação incorreta.

Tente usar "unzip -a es40.zip" para permitir que seu programa de descompactação gerencie a conversão de CRLF. Veja se isso ajuda.

    
por Robert 08.10.2015 / 21:15