Boost logo

Boost Users :

Subject: Re: [Boost-users] large variant performance compared (50 elements)
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-01-23 20:36:12


AMDG

On 1/23/2011 4:57 PM, Peter Foelsche wrote:
>
> First I figured I had to install boost book.
> This was a nightmare! I gave up on this.
>
> So I just started reading the .qbk with a texteditor.
> But it still does not work.
>
> C:\Users\Peter\sources7\diode>set BOOST_BUILD_PATH
> BOOST_BUILD_PATH=c:\Users\Peter\Sources\boost_1_45_0
>
> C:\Users\Peter\sources7\diode>type *.jam
>
> jamroot.jam
>
> import template-profile ;
> template-profile diode : main.cpp ;
>
> C:\Users\Peter\sources7\diode>type ..\..\user-config.jam
> using msvc : 10.0 : "C:\Program Files (x86)\Microsoft Visual Studio
> 10.0\VC\BIN\amd64\cl.exe" : address-model=64 ;
>
> modules.load template-profile :
> c:/users/peter/Sources/profile_templates/template-profile.jam ;
>
> C:\Users\Peter\sources7\diode>bjam address-model=64
> error: Unable to find file or target named
> error: '/boost//regex'
> error: referred from project at
> error: '/c:/Users/Peter/Sources/profile_templates/src'
>

Add
use-project boost : c:\Users\Peter\Sources\boost_1_45_0 ;
to your user-config.jam or to jamroot.jam.
(I will fix this eventually...)

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net