2015-02-05 8 views
1
여기

내가 무슨 짓을 구축하지 않습니다 1. 다운로드 부스트 1.57.0 BZ2 파일의 지시에 따라 로컬 디렉토리 3. cd boost_1_57_0/libs/python/example/quickstart 4. 파일 명령에 2. untar을 turtorial : bjam toolset=gcc --verbose-test test 5.있어 오류 : 부스트 1.57.0 파이썬 예제

$ bjam toolset=gcc --verbose-test test 

Unable to load Boost.Build: could not find build system. --------------------------------------------------------- /home/XXX/tmp/boost_1_57_0/libs/python/example/quickstart/boost-build.jam attempted to load the build system by invoking 'boost-build ../../../../tools/build/v2 ;'

but we were unable to find bootstrap.jam in the specified directory or in BOOST_BUILD_PATH (searching /home/XXX/tmp/boost_1_57_0/libs/python/example/quickstart/../../../../tools/build/v2 , /usr/share/boost-build).

Please consult the documentation at http://www.boost.org .

내가 무슨 일을 했는가?

답변

1

부스트 빌드 디렉토리 레이아웃이 최근 버전에서 변경되었지만 Boost Python 빠른 시작 예제가이를 반영하도록 업데이트되지 않았습니다.

당신은 빠른 시작 예에서 부스트 build.jam 파일을 변경해야합니다

는 대답 :

boost-build ../../../../tools/build/src ; 

대신 :

boost-build ../../../../tools/build/v2 ;