$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: axilla_i (axilla_i_at_[hidden])
Date: 2004-05-18 16:24:19
I am trying to learn boost-build but I can't seem to get the examples
to build.
Here is the error:
C:\boost-build\example\hello>bjam
(no frame):*** argument error
* rule scanner.hdrrule ( target : matches * )
* called with: ( <.-object(c-scanner)@1>hello.cpp : <iostream> :
hello.cpp )
* extra argument hello.cpp
C:/boost-build/build\scanner.jam:118:see definition of
rule 'scanner.hdrrule' being called
If I change the example to not use any headers then it builds
correctly. But any example that uses headers results in this error.
thank you