在ubuntu 10.04下安装最新的1.44 boost库

时间:2010-09-30 09:42:27

标签: c++ ubuntu boost zlib

我有ubuntu 10.04并想安装最新的boost库1.44_0

我下载了tar.gz文件并将其解压缩到/ usr / local / boost_1_44_0

我已经从synaptic安装了1.40版本的增强版。

所以我想编译和链接1.44,因为我想要使用一些新的库 不属于旧版本,例如属性树。

但是,我遇到了一些问题。

Ran sudo ./bootstrap.sh(很好)

Ran ./bjam install bzip2有错误。

gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.4.3/release/threading-multi/file_descriptor.o
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.4.3/release/threading-multi/mapped_file.o
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.4.3/release/threading-multi/zlib.o
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.4.3/release/threading-multi/gzip.o
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.4.3/release/threading-multi/bzip2.o
libs/iostreams/src/bzip2.cpp:20:56: error: bzlib.h: No such file or directory
libs/iostreams/src/bzip2.cpp:31: error: ‘BZ_OK’ was not declared in this scope
libs/iostreams/src/bzip2.cpp:32: error: ‘BZ_RUN_OK’ was not declared in this scope
...

虽然我没有使用bzip2所以我并不担心。

但是在编译过程中不久之后,出现了充满错误的屏幕。 这里列出的内容太多了,但是他们的名字通常都有python。

...     对::名单]”:     ./boost/python/str.hpp:285:从'boost :: python :: str boost :: python :: str :: join(const T&)const [with T = boost :: python :: list]实例化“     libs / python / src / object / function_doc_signature.cpp:321:从这里实例化     ./boost/python/object_core.hpp:334:错误:未在此范围内声明'object_base_initializer'

    "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.4.3/release/threading-multi/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.4.3/release/threading-multi/object/function_doc_signature.o...
...skipped <pstage/lib>libboost_python.so.1.44.0 for lack of <pbin.v2/libs/python/build/gcc-4.4.3/release/threading-multi>numeric.o...
...skipped <pstage/lib>libboost_python.so for lack of <pstage/lib>libboost_python.so.1.44.0...
gcc.compile.c++ bin.v2/libs/random/build/gcc-4.4.3/release/threading-multi/random_device.o

首先,为什么这么多错误? 还有其他的太多,无法在此列出。

但我遇到的主要问题是我想链接到库,但它们并没有放在预期的位置。我以为他们会在boost_1_44_0 / libs中,但是找不到它们。 我确实发现了一些分散在.a文件周围的文件。

我只是把这整件事弄错了吗?

2 个答案:

答案 0 :(得分:36)

你在这里想念的是特别是Boost Python库所依赖的bz2库。首先使用以下命令安装此库 - sudo apt-get install libbz2-dev

答案 1 :(得分:3)

您可以从此处下载ubuntu的最新boost二进制文件:https://launchpad.net/~boost-latest/+archive/ppa