Boost logo

Boost Testing :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-04-29 21:00:12


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!

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - Grafik/jabber.org

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