Boost logo

Boost-Build :

From: Martin Wille (mw8329_at_[hidden])
Date: 2004-10-14 04:56:14


Vladimir Prus wrote:

> - the compiler version message is output to stderr, which make the test system
> to consider tests as failed.

This can be fixed by modifying the driver script for como.

I replaced

COMO_OPTIONS="--version --display_mode --wchar_t_keyword --bool
--enum_overloading --explicit --typename --extern_inline --new_for_init
--exceptions --export --alternative_tokens --diag_suppress=161"

by

COMO_OPTIONS="--no_prelink_verbose --wchar_t_keyword --bool
--enum_overloading --explicit --typename --extern_inline --new_for_init
--exceptions --export --alternative_tokens --diag_suppress=161"

Regards,
m

 


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