$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] error importing hello_ext
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-02-17 03:32:54
hitesh dhiman wrote:
> Hi,
> I managed to get it working, by following the link:
> http://selcuk-ozturk.com/post/2009/09/15/C2b2b-and-Python-with-BoostPython-1.aspx
>
> <http://selcuk-ozturk.com/post/2009/09/15/C2b2b-and-Python-with-BoostPython-1.aspx>Basically,
> during the test mode, bjam deletes the pyd file. I had to use
> --preserve-test-targets
You must be using an old version of Boost. 1.42 does not delete any test targets, for
all I can tell.
- Volodya