Boost logo

Boost :

From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2004-12-01 16:18:48


On Wed, 1 Dec 2004 04:20:30 -0600, Aleksey Gurtovoy
<agurtovoy_at_[hidden]> wrote:

> [snip various issues]

A couple more. When bjam is not found in the regression directory and the
script tries to build it, it runs "./build.sh ...", but the build.sh
in the tarballs is not executable. This should be changed to "sh
./build.sh ..."

Also, was the CVS-ROOT tarfile assembled on a Windows machine? I'm
hitting several new issues having to do with files being formatted
with MS-DOS CR-LF terminators. At least one test
(regex/example/regex_timer) is never finishing because it is expecting
to read the input string "quit" but it gets "quit^M".

There is also a minor error spit out as a result of the
tools/build/v1/testing.jam file being CR-LF'd:

---snip---
    if test $verbose -eq 0 ; then
        echo ====== BEGIN OUTPUT ======
        cat /home/nbde52d/src/boost-regression/results/bin/boost/libs/graph/tes
t/bellman-test.test/gcc/debug/bellman-test.output
        echo ====== END OUTPUT ======
    fi
    exit $status

/bin/sh: ^M: not found
---snip---

-- 
Caleb Epstein
caleb dot epstein at gmail dot com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk