|
Boost Testing : |
Subject: Re: [Boost-testing] Error Reasons in Regression Tests
From: Artyom Beilis (artyomtnk_at_[hidden])
Date: 2011-07-21 16:06:59
>From: "Belcourt, Kenneth" <kbelco_at_[hidden]>
>
>../libs/locale/src/posix/numeric.cpp: In member function 'const char* boost::locale::impl_posix::ctype_posix<char>::do_is(const char*, const char*, __rw::__rw_ctype_mask*) const':
>../libs/locale/src/posix/numeric.cpp:213: error: invalid conversion from 'int' to '__rw::__rw_ctype_mask'
>../libs/locale/src/posix/numeric.cpp: In member function 'virtual const wchar_t* boost::locale::impl_posix::ctype_posix<wchar_t>::do_is(const wchar_t*, const wchar_t*, __rw::__rw_ctype_mask*) const':
>../libs/locale/src/posix/numeric.cpp:308: error: invalid conversion from 'int' to '__rw::__rw_ctype_mask'
>...failed pathscale.compile.c++ /scratch/boost/results/boost/bin.v2/libs/locale/build/pathscale-4.0.8/debug/threading-multi/posix/numeric.o...
>
>
>Hope that helps.
>
Yes it is!
Thank you very much.
I've committed a changeset that hopefully would solve this problem.
BTW is there any chance to get a configuration log on Darwin I can't find
a reason why iconv is not found on Darwin?
Can there be by any chance multiple installations of iconv (multiple iconv.h and/or libiconv.dylib)
Artyom Beilis
--------------
CppCMS - C++ Web Framework: http://cppcms.sf.net/
CppDB - C++ SQL Connectivity: http://cppcms.sf.net/sql/cppdb/