Instalando o editor de texto

Instalando o editor de texto

Estou tentando executar o editor de texto eletrônico. Eu leiohttp://www.e-texteditor.com/forum/viewtopic.php?p=14953#14953e compilar editor de texto eletrônico no Linux também. Mas no meu Lucid 10.04 ele falha na seguinte etapa:

./build_externals_linux.sh depuração

com as seguintes mensagens de erro:

Building debug binaries
Building 32-bit binaries
Going to place output in /opt/etexteditor/external/out.debug
./build_externals_linux.sh: line 41: pushd: bakefile: No such file or directory
./build_externals_linux.sh: line 42: ./configure: No such file or directory
Cannot compile bakefile
./build_externals_linux.sh: line 46: popd: directory stack empty
./build_externals_linux.sh: line 49: pushd: metakit: No such file or directory
./build_externals_linux.sh: line 50: cd: builds: No such file or directory
Cannot compile MetaKit
./build_externals_linux.sh: line 56: popd: directory stack empty
./build_externals_linux.sh: line 59: pushd: pcre: No such file or directory
./build_externals_linux.sh: line 60: ./configure: No such file or directory
Cannot compile pcre
./build_externals_linux.sh: line 66: popd: directory stack empty
./build_externals_linux.sh: line 69: pushd: tinyxml: No such file or directory
make: *** No rule to make target `clean'.  Stop.
cannot compile TinyXML
./build_externals_linux.sh: line 77: popd: directory stack empty
./build_externals_linux.sh: line 80: pushd: libtommath: No such file or directory
make: *** No rule to make target `clean'.  Stop.
Cannot compile LTM
./build_externals_linux.sh: line 85: popd: directory stack empty
./build_externals_linux.sh: line 88: pushd: libtomcrypt: No such file or directory
make: *** No rule to make target `clean'.  Stop.
Cannot compile LTC
./build_externals_linux.sh: line 93: popd: directory stack empty
./build_externals_linux.sh: line 96: pushd: wxwidgets: No such file or directory
./build_externals_linux.sh: line 97: ./configure: No such file or directory
Cannot compile wxWidgets
./build_externals_linux.sh: line 104: popd: directory stack empty
./build_externals_linux.sh: line 107: pushd: webkit: No such file or directory
make: *** No rule to make target `clean'.  Stop.
./build_externals_linux.sh: line 109: ./WebKitTools/Scripts/build-webkit: No such file or directory
Cannot compile WebKit
./build_externals_linux.sh: line 113: popd: directory stack empty

o que estou perdendo?

Responder1

Você precisa instalar o bakefile, não existe nenhum pacote nos repositórios oficiais, tente:http://www.bakefile.org/wiki/Debian

Responder2

Quais arquivos de origem você está usando?

Parece ser respondido em:

https://stackoverflow.com/questions/2404998/compile-e-text-editor-on-linux

sugere usar:

https://github.com/ajpalkovic/e/tarball/linux

Responder3

  1. instale o bakefile a partir das fontes
  2. tente compilar a partir do mais recentehttp://github.com/tea/efilial

informação relacionada