Instalando o editor de texto

1

Estou tentando fazer com que o editor de texto eletrônico seja executado. Eu li link e também compile o editor de e-text no Linux. Mas no meu 10,04 Lucid ele falha no seguinte passo:

./ build_externals_linux.sh debug

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?

    
por kristian nissen 06.11.2010 / 12:26

3 respostas

2

Você precisa instalar o bakefile, não há nenhum pacote dos repositórios oficiais, tente: link

    
por João Pinto 06.11.2010 / 12:40
0

Quais arquivos de origem você está usando?

parece ser respondida em:

link

sugere usar:

link

    
por david6 05.12.2011 / 21:24
0
  1. instale o bakefile de fontes
  2. experimente compilar a partir do mais recente link link
por tea 16.11.2010 / 05:32