我已经在 /opt/moses 中安装了 libxmlrpc-core-c3-dev 包(使用 aptitude)和 irstlm
之后我跑
./bjam -j4 --with-irstlm=/opt/moses/irstlm --with-xmlrpc-c=/usr/ --prefix=/opt/moses > install.txt
看起来一切都已成功安装异常 mosesserver 二进制文件。在安装.txt 之后,我发现了这一点:
gcc.compile.c++ contrib/server/bin/gcc-4.8/release/debug-symbols-on/link-static/threading-multi/mosesserver.o
contrib/server/mosesserver.cpp:16:29: fatal error: xmlrpc-c/base.hpp: No such file or directory
"g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -I/usr/include -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_DLL -DKENLM_MAX_ORDER=6 -DLM_IRST -DMAX_NUM_FACTORS=4 -DNDEBUG -DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I"." -I"moses/TranslationModel/DynSAInclude" -I"util/double-conversion" -c -o "contrib/server/bin/gcc-4.8/release/debug-symbols-on/link-static/threading-multi/mosesserver.o" "contrib/server/mosesserver.cpp"
...failed gcc.compile.c++ contrib/server/bin/gcc-4.8/release/debug-symbols-on/link-static/threading-multi/mosesserver.o...
...skipped <pcontrib/server/bin/gcc-4.8/release/debug-symbols-on/link-static/threading-multi>mosesserver for lack of <pcontrib/server/bin/gcc-4.8/release/debug-symbols-on/link-static/threading-multi>mosesserver.o...
...skipped <p/opt/moses/bin>mosesserver for lack of <pcontrib/server/bin/gcc-4.8/release/debug-symbols-on/link-static/threading-multi>mosesserver.o...
我做错了什么?