Boost logo

Boost-Build :

Subject: Re: [Boost-build] Beginner problems - bjam
From: Alexander Sack (pisymbol_at_[hidden])
Date: 2009-02-02 13:22:05


On Mon, Feb 2, 2009 at 12:36 PM, Mariane Andreeta
<mariane.ceres_at_[hidden]> wrote:
> Hello everyone,
>
> I am a beginner not only with boost, but with programming in general.
> I was following the Getting started guide to boost.python ( I need to wrap
> python with C++).
> When I tried to use Bjam (3.1 Basic Procedure) I got a massive message of
> errors that ended with the following:
>
> ...failed gcc.compile.c++ bin/gcc-4.3.2/debug/embedding.o...
> ...skipped <pbin/gcc-4.3.2/debug>embedding for lack of
> <pbin/gcc-4.3.2/debug>embedding.o...
> ...failed updating 30 targets...
> ...skipped 3 targets...
> ...updated 9 targets...
>
> Does anyone know what could be the problem?
> Thank you very much

Mariane, please run bjam with the "-d+2" command line option so you
can see what steps bjam is doing to identify the failures. At least
if you can't figure it out you can post some of the output to the list
so we can diagnose the exact issues. Looks like you had a compilation
issue.

-aps


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk