$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-04-06 12:26:21
Robert Ramey <ramey <at> rrsd.com> writes:
> 
> The message below indicate that codecvt_null is being built for the 
> non-wchar_t
> library.  The Jamfile.v2 doesn't currently specify this file.  
Looking at:
http://svn.boost.org/trac/boost/browser/branches/release/libs/serialization/build/Jamfile.v2
I see:
SOURCES = 
    ...
    codecvt_null
    ...
lib boost_serialization 
    : $(SOURCES).cpp
So indeed, codecvt_null is used for non-wchar_t library.
- Volodya