Boost logo

Boost Users :

Subject: [Boost-users] simple Jamroot build fails
From: Ronny Herzog (herzog_at_[hidden])
Date: 2012-10-17 08:13:19


Dear all,

I have a simple Jamroot file for which I don't know why it does not
work. Bjam is always complaining:

error: Unable to find file or target named
error: '/boost/filesystem//fs'
error: referred from project at
error: '.'

However, since I use "use-project boost : c:/boost_1_50_0 ; ", I would
assume that it would find it easily. Here is the Jamroot:

using msvc ;

use-project boost
   : c:/boost_1_50_0 ;

project spectraImport
     : requirements <library>/boost/filesystem//fs
     : build-dir ../boost-build
     ;

exe spectraImport
     : [ glob *.cpp ]
     ;

install ../boost-build : spectraImport ;

I appriciate any help.

Thank you,
Ronny


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