Boost logo

Boost-Build :

From: andrewjmcd (andrewjmcd_at_[hidden])
Date: 2004-10-01 07:14:32


Hi,

I've been using bjam 3.1.8 for some time now.

Thought I try the latest and greatest bjam and it gave me the
following error

C:\MinGW\local\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:/MinGW/local/boost-build/build\scanner.jam:118:see definition of
rule 'scanner
.hdrrule' being called

using version
C:\MinGW\local\boost-build\example\hello>bjam -v
Boost.Jam Version 3.1.10. OS=NT.

just for kicks I built version 3.1.8 again, since you guys made it so
easy to do.

C:\MinGW\local\boost-build\example\hello>bjam -v
Boost.Jam Version 3.1.8. OS=NT.

C:\MinGW\local\boost-build\example\hello>bjam
...found 9 targets...
...updating 5 targets...
MkDir1 bin
MkDir1 bin\gcc
MkDir1 bin\gcc\debug
gcc.compile.c++ bin\gcc\debug\hello.o
gcc.link bin\gcc\debug\hello.exe
...updated 5 targets...

-----------------
gcc info
gcc version 3.4.2 (mingw-special)
GNU ld version 2.15.91 20040904

need anything else?
.....

also could someone point me in the right direction, other than RTM, on
how to incorporate a dll.

in other words put this

gcc -o foo.exe foo.c bar.dll

into the Jamfile

Regards

Andrew

 


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