|
Boost : |
From: Bronek Kozicki (brok_at_[hidden])
Date: 2003-12-17 08:23:19
John Maddock <john_at_[hidden]> wrote:
> Looking at the command line - the regex lib is listed on the command
> line twice, and I *think* this is the cause of the problems, although
maybe it's some problem with bjam or Jamfile? Not only boost_regex-mgw-mt-d-1_31.lib is listed twice; the same goes
about libboost_prg_exec_monitor.lib. I was experimenting and edited boost/libs/regex/test/Jamfile . It was (starting
with line 117):
<jamfile>
[ regex-test regex_regress_dll
: <template>regression-dll # sources
: # requirements
: regress/tests.txt # input files
]
</jamfile>
now it is:
<jamfile>
[ regex-test regex_regress_dll
: <template>regression-dll # sources
: <define>TEST_UNICODE=0 # requirements
: regress/tests.txt # input files
]
</jamfile>
and now regex/test builds fine. Sincerely, I have no idea if this change does have any sense. Anyway, I cleared bin
directory and started regression tests again.
Kind regards
B.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk