2011-09-04 3 views
11

부스트를 설치하지 못했습니다.홈 브루를 통해 부스트를 설치하는 방법?

==> Exit Status: 1http://github.com/mxcl/homebrew/blob/master/Library/Formula/boost.rb#L69 
==> Environment 
HOMEBREW_VERSION: 0.8 
HEAD: 97fa532a10613cd314f08b15b06a20b866919689 
HOMEBREW_PREFIX: /usr/local 
HOMEBREW_CELLAR: /usr/local/Cellar 
HOMEBREW_REPOSITORY: /usr/local 
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew 
Hardware: dual-core 64-bit penryn 
OS X: 10.6.8 
Kernel Architecture: i386 
Ruby: 1.8.7-174 
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby 
Xcode: 4.0.2 
GCC-4.0: build 5494 
GCC-4.2: build 5666 
LLVM: build 2335 
MacPorts or Fink? false 
X11 installed? true 
==> Build Flags 

CC: /Developer/usr/bin/llvm-gcc => /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 
CXX: /Developer/usr/bin/llvm-g++ => /Developer/usr/llvm-gcc-4.2/bin/llvm-g++-4.2 
LD: /Developer/usr/bin/llvm-gcc => /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe 
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe 
MAKEFLAGS: -j2 

Error: Failed executing: ./bjam --prefix=/usr/local/Cellar/boost/1.47.0 --libdir=/usr/local/Cellar/boost/1.47.0/lib -j2 --layout=tagged --user-config=user-config.jam threading=multi install 
If `brew doctor' does not help diagnose the issue, please report the bug: 
    https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue 

어떻게 부스트를 설치할 수 있습니까?

시스템 버전 : 맥 OS X 10.6.8은 (10K549)는
는 커널 Vesion : 다윈 10.8.0

+0

'의사 양반'을 시도해 보셨습니까? – evotopid

+0

양조 의사의 결과는 다음과 같습니다. https://gist.github.com/1192578 부스트를 설치하는 것이 효과가 없다고 생각합니까? 아닙니다. – sanemat

답변

7

는 샤피이 고정! https://github.com/mxcl/homebrew/issues/7633

내 로컬 파이썬의 문제입니다. (이해)

나는 --without-python option을 사용하며 부스트를 설치할 수 있습니다.

+1

네,'brew install --without-python boost'는 10.7.2에서 작동했습니다. –

관련 문제