Boost logo

Boost Testing :

From: Stephen Carson (StephenC_at_[hidden])
Date: 2005-02-17 22:44:52


Rene Rivera wrote:
>You can do this quickly with the aid of the boost sources by:
>
>1. cd [boost-root]/tools/build/v1/example/lib_use
>2. bjam -n -sTOOLS=cw -a
>
>And look at the output to see if there are any "@"'s in the commands.
>THe "-n" "-a" combination causes all to build and only outputs the
>commands without running them.

   Looks clean to me. I've attached the results. Are the warnings about
missing Jamrules and Jamfiles anything to worry about?

>> -Verify that Rene's change is ending up in the tarball.
>
>I could verify part of that.. Where is the tarball obtained from? (I'll
>see if I can figure this out by myself) So I can download it directly
>and see what it has. I it has the correct content then I can MD5 it so
>you can check if it's the same tarball you have.

I verified the md5 on cw-tools.jam and it matches what you sent.

----
Stephen W. Carson
 
_______________________________________________________
_________
Sent via the WebMail system at Mail.Dirxion.com
 
                   

% /Users/stephencarson/Development/boost/boost/tools/build/jam_src/bin.macosxppc/bjam -n -sTOOLS=cw -a
/Users/stephencarson/Development/boost/boost/tools/Jamrules: No such file or directory
/Users/stephencarson/Development/boost/boost/tools/tools/build/examples/lib_use/Jamfile: No such file or directory
...found 32 targets...
...updating 16 targets...
MkDir1 ../../../../bin

    mkdir "../../../../bin"

MkDir1 ../../../../bin/tools

    mkdir "../../../../bin/tools"

MkDir1 ../../../../bin/tools/tools

    mkdir "../../../../bin/tools/tools"

MkDir1 ../../../../bin/tools/tools/build

    mkdir "../../../../bin/tools/tools/build"

MkDir1 ../../../../bin/tools/tools/build/examples

    mkdir "../../../../bin/tools/tools/build/examples"

MkDir1 ../../../../bin/tools/tools/build/examples/lib_use

    mkdir "../../../../bin/tools/tools/build/examples/lib_use"

MkDir1 ../../../../bin/tools/tools/build/examples/lib_use/libsimple.a

    mkdir "../../../../bin/tools/tools/build/examples/lib_use/libsimple.a"

MkDir1 ../../../../bin/tools/tools/build/examples/lib_use/libsimple.a/cw

    mkdir "../../../../bin/tools/tools/build/examples/lib_use/libsimple.a/cw"

MkDir1 ../../../../bin/tools/tools/build/examples/lib_use/libsimple.a/cw/debug

    mkdir "../../../../bin/tools/tools/build/examples/lib_use/libsimple.a/cw/debug"

cw-C++-action ../../../../bin/tools/tools/build/examples/lib_use/libsimple.a/cw/debug/simple_lib.o

    
    
    mwcc -c -lang c++ -maxerrors 5 -warnings on -maxwarnings 20 -nowraplines -g -O0 -inline off -cwd include -warnings nounused -DNOMINMAX -RTTI on -iso_templates on "-I../../../../bin/tools/tools/build/examples/lib_use" -I- -o "../../../../bin/tools/tools/build/examples/lib_use/libsimple.a/cw/debug/simple_lib.o" "simple_lib.cpp"

cw-Archive-action ../../../../bin/tools/tools/build/examples/lib_use/libsimple.a/cw/debug/libsimple.a

    
    
    mwld -library -maxerrors 5 -warnings on -maxwarnings 20 -nowraplines -search -o "../../../../bin/tools/tools/build/examples/lib_use/libsimple.a/cw/debug/libsimple.a" "../../../../bin/tools/tools/build/examples/lib_use/libsimple.a/cw/debug/simple_lib.o"

Ranlib ../../../../bin/tools/tools/build/examples/lib_use/libsimple.a/cw/debug/libsimple.a

    ranlib "../../../../bin/tools/tools/build/examples/lib_use/libsimple.a/cw/debug/libsimple.a"

MkDir1 ../../../../bin/tools/tools/build/examples/lib_use/simple

    mkdir "../../../../bin/tools/tools/build/examples/lib_use/simple"

MkDir1 ../../../../bin/tools/tools/build/examples/lib_use/simple/cw

    mkdir "../../../../bin/tools/tools/build/examples/lib_use/simple/cw"

MkDir1 ../../../../bin/tools/tools/build/examples/lib_use/simple/cw/debug

    mkdir "../../../../bin/tools/tools/build/examples/lib_use/simple/cw/debug"

cw-C++-action ../../../../bin/tools/tools/build/examples/lib_use/simple/cw/debug/simple.o

    
    
    mwcc -c -lang c++ -maxerrors 5 -warnings on -maxwarnings 20 -nowraplines -g -O0 -inline off -cwd include -warnings nounused -DNOMINMAX -RTTI on -iso_templates on "-I../../../../bin/tools/tools/build/examples/lib_use" -I- -o "../../../../bin/tools/tools/build/examples/lib_use/simple/cw/debug/simple.o" "simple.cpp"

cw-Link-action ../../../../bin/tools/tools/build/examples/lib_use/simple/cw/debug/simple

    
    
    
    mwld -maxerrors 5 -warnings on -maxwarnings 20 -nowraplines -g -search "-L../../../../bin/tools/tools/build/examples/lib_use/libsimple.a/cw/debug" -o "../../../../bin/tools/tools/build/examples/lib_use/simple/cw/debug/simple" "../../../../bin/tools/tools/build/examples/lib_use/simple/cw/debug/simple.o" "../../../../bin/tools/tools/build/examples/lib_use/libsimple.a/cw/debug/libsimple.a"

Chmod1 ../../../../bin/tools/tools/build/examples/lib_use/simple/cw/debug/simple

    chmod 711 "../../../../bin/tools/tools/build/examples/lib_use/simple/cw/debug/simple"

...updated 16 targets...


Boost-testing list run by mbergal at meta-comm.com