$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] building problem of boost 1.54.0
From: Vladimir Prus (ghost_at_[hidden])
Date: 2013-07-02 03:17:11
On 02.07.2013 05:33, Prakhar Mishra wrote:
> Hi ,
> I am building boost 1.54.0, but getting below error:
> c:\prakhar\boost-1.54.0\bin>b2 --build-dir=c:\prakhar\boost-1.54.0\ toolset=msvc
> *error: no Jamfile in current directory found, and no target references specified*.
> I have followed all the instruction written in:
> http://www.boost.org/doc/libs/1_54_0/more/getting_started/windows.html
> version 1.53.0 was successfully build , but not 54.
> Please advice.
You are running b2 from the 'bin' folder, which indeed does not have any Jamfiles. Can you
run from Boost root?
HTH,