$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-10-03 14:19:02
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.
- Reece