Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

darwin-x64 compilation is broken #6

Open
sharkone opened this issue Feb 13, 2015 · 0 comments
Open

darwin-x64 compilation is broken #6

sharkone opened this issue Feb 13, 2015 · 0 comments

Comments

@sharkone
Copy link
Contributor

make build-envs PLATFORMS=darwin-x64
...
...
INFO[0088] The command [/bin/sh -c curl -L http://sourceforge.net/projects/boost/files/boost/${BOOST_VERSION}/boost_`echo ${BOOST_VERSION} | sed 's/\\./_/g'`.tar.bz2/download | tar xvj &&     cd boost_`echo ${BOOST_VERSION} | sed 's/\\./_/g'`/ &&     ./bootstrap.sh --prefix=${CROSS_ROOT} &&     echo "using clang : darwin : ${CROSS_TRIPLE}-c++ ;" > ${HOME}/user-config.jam &&     ./b2 --with-date_time --with-system --prefix=${CROSS_ROOT} toolset=clang-darwin link=static variant=release threading=multi target-os=darwin install &&     ${CROSS_TRIPLE}-ranlib ${CROSS_ROOT}/lib/*.a &&     rm -rf ${HOME}/user-config.jam &&     rm -rf `pwd`] returned a non-zero code: 1 
make: *** [build-envs] Error 1

See steeve/cross-compiler#1

@sharkone sharkone changed the title darwin-x64 is broken darwin-x64 compilation is broken Feb 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant