0

新しくインストールしたmacosxMountainLionにブーストをインストールしたいと思います。

boost_1_53_0をダウンロードし、見つけたすべてのガイドのすべての手順を実行しましたが、同じエラーで終了し続けます"Failed to build Boost.Build build engine"

ビルドすらできず、インストールする./b2も見つかりません。

ここで私を助けて、macportsを使用せずにboostをインストールする方法を教えてくれる人はいますか?

bootstrap.log:

###
### Using 'darwin' toolset.
###
rm -rf bootstrap
mkdir bootstrap
cc -o bootstrap/jam0 command.c compile.c constants.c debug.c function.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c object.c option.c output.c parse.c pathunix.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c pwd.c class.c native.c md5.c w32_getreg.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c execunix.c fileunix.c
./build.sh: line 15: cc: command not found
4

1 に答える 1

2

Homebrew を使用する (またはHomebrew のビルド方法を参照)

それからbrew install boost

于 2013-09-22T09:37:47.160 に答える