Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-10-03 15:12:02


Rene Rivera wrote:
> Reece Dunn wrote:
>
>>Hi all,
>>
>>I am using the latest CVS version of BJam and BBv2 that incorporate
>>Rene's and Volodya's changes. If I have:
>>
>> lib tidy : [ glob src/*.c ] ;
>>
>>I get the folloring error:
>>
>>bash-2.05b$ bjam release msvc-7.1
>>error: Unable to find file or target named
>>error: '/F:/devel/import/tidy/src/access.c'
>>error: referred from project at
>>error: '../../../import/tidy'
>>
>>I am running bash on a WinXP machine, building with msvc-7.1. I assume
>>it is trying to use CYGWIN paths, but sending it to a toolset that
>>requires NT paths.
>
> It certainly looks like like it's trying to use Unix paths. Is this a
> CYGWIN compile of bjam? As that's the only way I can immediately think
> it would do that.

Nope. It's a vc7 compile from build.bat.

> Could you post the output using "-d+7",

See the debug7.zip file. I had to compress it as the output was 4.90MB!

> and perhaps also "-d+11".

And here:

error: Unable to find file or target named
error: '/f:/devel/import/tidy/src/access.c'
error: referred from project at
error: 'tidy'
 --------------000108020500010209040206 Content-Type: application/x-zip-compressed;
name="debug7.zip"
Content-Transfer-Encoding: base64
Content-Disposition: inline;
filename="debug7.zip"

[Attachment content not displayed.] --------------000108020500010209040206--


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