Boost logo

Boost-Build :

From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-07-10 15:44:13


I still was not able to find out what is going wrong.

But I found a work around:

In Jamrules I write

rule make-absolute-path
{
         return [ tokens-to-simple-path [ split-path [ PWD ] ] [
split-path $(<) ] ] ;
}

path-global BOOST_ROOT : [ make-absolute-path ../boost/thread_rewrite ] ;
project boost : $(BOOST_ROOT) ;

Perhaps it isn't worth the effort to find the "bug". Al tough I am
wondering whether this is working in bbv2?

Regards,
Roland


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk