|
Boost-Build : |
From: Johannes Brunen (JBrunen_at_[hidden])
Date: 2005-05-04 02:10:10
Hi,
I have just downloaded the latest nighly build (BBv2) and installed it to my current project.
Unfortunately, I run into the following problem:
First my project jamfiles...
##
## project root jamfile
##
project CADdy++ : requirements <threading>multi
<link>static
;
PROJECT_ROOT_DIR = . ;
build-project Comp/Zinc ;
##
## Comp/Zinc jamfile
##
project znc : source-location src
: usage-requirements <include>./inc
;
SOURCES = file1 file2 ;
lib Zinc : $(SOURCES).cpp [ lib kernel32.lib user32.lib ] : : <indlude>inc <include>src ;
With the new BBv2 installation running bjam gives this error message:
error: Unable to find file or target named
error: ´Zinc..kernel32.lib´
error: referred from project at
error: ´Comp/Zinc´
When I replace the BBv2 tree by the former one (also a nightly build from around 08/11/2004)
the project compiles fine.
Can anyone please give me a hint what I'm doing wrong.
Best
Johannes
____________
Virus checked by G DATA AntiVirusKit
Version: AVK 15.0.4640 from 04.05.2005
Virus news: www.antiviruslab.com
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