$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2004-07-22 21:03:58
> This is with mingw-2.0
>
> c:\boost\libs\test\build\../src/test_tools.cpp:37: `wcscmp' is already
declared in this scope
>
> #if defined( __GNUC__ ) && defined( BOOST_NO_CWCHAR )
> namespace std { using ::wcscmp; } <===================== here
> #endif
This is the line that was changed yesterday to handle no wcscmp in namespace
std sometimes. According to an analysis here http://tinyurl.com/3kmyz above
supposed to work. Now what are the possible issues are:
1. BOOST_NO_CWCHAR got defined, while it shouldn't. Why is that?
2. Analysis is not completely correct. What is a complete solution?
Gennadiy.