Boost logo

Boost Testing :

From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-04-29 22:43:42


On Apr 29, 2005, at 9:00 PM, Rene Rivera wrote:

> When it hits you, it really hits you... I sat down with a fresh
> outlook and found the problem with CodeWarrior on MacOS-X with the
> missing ctype, locale, etc. This diff.. which fixes the problem
> explains it all.
>
> Index: cw-tools.jam
> ===================================================================
> RCS file: /cvsroot/boost/boost/tools/build/v1/cw-tools.jam,v
> retrieving revision 1.14
> diff -u -r1.14 cw-tools.jam
> --- cw-tools.jam 16 Mar 2005 05:28:53 -0000 1.14
> +++ cw-tools.jam 30 Apr 2005 01:53:56 -0000
> @@ -77,6 +77,11 @@
> flags cw CFLAGS <include-search>relative : "-cwd include" ;
> flags cw C++FLAGS <rtti>off : "-RTTI off" ;
> flags cw C++FLAGS <rtti>on : "-RTTI on" ;
> +# CodeWarrior on MacOS defaults to wchar_t support off, contrary
> +# to what it does on Windows. So "fix" this discrepancy. Don't
> +# bother with OS type just set this to on for all. After all it's
> +# standard!
> +flags cw CFLAGS : "-wchar_t on" ;
> ===================================================================
>
> Woohoo :-) --- And @*!& the discrepancies!

Thanks!

        Doug


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