Giter Site home page Giter Site logo

Comments (1)

joarb avatar joarb commented on July 18, 2024

I don't know exactly what error you are referring to, but I got the following (MacOS X 10.7.5 64 bit):

error: toolset gcc initialization:
error: version 'androidR9b' requested but 'g++-androidR9b' not found and version '4.2.1' of default 'g++' does not match

(where I have added the 'androidR9b' version in 'build-android.sh' myself). This target toolset has to match a section in the user configuration. Now, according to the documentation (http://www.boost.org/boost-build2/doc/html/bbv2/overview/configuration.html), boost searches some paths in sequence in order to locate the user config.

In my case, that meant finding a boost user config at /home/myuser/user-config.jam due to a previous boost build of mine. So I renamed my (modified to match the new toolset target) user-config-boost-1_53_0.jam to user-config.jam, and replaced this new config with that at /home/myuser/user-config.jam.

So far it looks like it solved my problem at least.

from boost-for-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.