neurodroid / cryptonite

EncFS and TrueCrypt on Android
GNU General Public License v2.0
203 stars 49 forks source link

build boost fail, how to fix it? #79

Open scue opened 9 years ago

scue commented 9 years ago

$ ./build.sh ‘../user-config.jam’ -> ‘./tools/build/v2/user-config.jam’ /home/sinfor/work/cryptonite/boost/boost_1_46_1/tools/build/v2/build/project.jam:266: unbalanced parentheses

Building the Boost C++ Libraries.

warn: Unable to construct libs/date_time/build/boost_date_time warn: Unable to construct libs/system/build/boost_system warn: Unable to construct libs/filesystem/build/boost_filesystem warn: Unable to construct libs/graph/build/boost_graph warning: Graph library does not contain MPI-based parallel components. note: to enable them, add "using mpi ;" to your user-config.jam warn: Unable to construct libs/iostreams/build/boost_zlib warn: Unable to construct libs/iostreams/build/boost_zlib warn: Unable to construct libs/iostreams/build/boost_iostreams warn: Unable to construct libs/math/build/boost_math_tr1 warn: Unable to construct libs/math/build/boost_math_tr1f warn: Unable to construct libs/math/build/boost_math_tr1l warn: Unable to construct libs/math/build/boost_math_c99 warn: Unable to construct libs/math/build/boost_math_c99f warn: Unable to construct libs/math/build/boost_math_c99l warning: skipping optional Message Passing Interface (MPI) library. note: to enable MPI support, add "using mpi ;" to user-config.jam. note: to suppress this message, pass "--without-mpi" to bjam. note: otherwise, you can safely ignore this message. warn: Unable to construct libs/program_options/build/boost_program_options warn: Unable to construct libs/random/build/boost_random error: No best alternative for libs/regex/build/icuuc next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/regex/build/icudt next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/regex/build/icuin next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched warn: Unable to construct libs/regex/build/has_icu error: no generators were found for type 'EXE' error: and the requested properties error: make sure you've configured the needed tools See http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html To debug this problem, try the --debug-generators option.

environment: $ uname -a: Linux Power 3.13.0-36-generic #63-Ubuntu SMP Wed Sep 3 21:30:07 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux build host: Ubuntu 14.04 x86_64 ndk version: android-ndk-r10b

bounlu commented 7 years ago

How could you solve your problem?