$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Beginner problems - bjam
From: Mariane Andreeta (mariane.ceres_at_[hidden])
Date: 2009-02-02 12:36:19
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