我正在尝试运行电子文本编辑器。我读到http://www.e-texteditor.com/forum/viewtopic.php?p=14953#14953并在 Linux 上编译电子文本编辑器。但在我的 10.04 Lucid 上,它在以下步骤失败:
./build_externals_linux.sh 调试
出现以下错误消息:
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
我错过了什么?
答案1
您需要安装 bakefile,官方存储库中没有该包,请尝试:http://www.bakefile.org/wiki/Debian
答案2
您正在使用哪些源文件?
似乎已在以下位置得到答复:
https://stackoverflow.com/questions/2404998/compile-e-text-editor-on-linux
建议使用:
答案3
- 从源代码安装 bakefile
- 尝试从最新版本进行编译http://github.com/tea/e分支