Thanks for help!
Don't compile too, I receive a lot of errors like:
C:\boost_1_54_0\boost/spirit/home/qi/detail/parse.hpp(32) : error C2338:
error_i
nvalid_expression
C:\boost_1_54_0\boost/spirit/home/qi/parse.hpp(36) : see reference
to cl
ass template instantiation 'boost::spirit::qi::detail::parse_impl<Expr>'
being c
ompiled
with
[
Expr=boost::proto::exprns_::expr>,0> &,const
boost::proto::exprns_::expr>,0> &>,2>
&,const b
oost::proto::exprns_::expr>,0> &>,2> &,const
boost::proto::exprns_::expr>,0> &>,2>
&>,1> &
,const
boost::proto::exprns_::expr
&,boost::proto::exprns_::expr>
&>,0>>,2> &>,1> &>,2> &,const
boost::proto::exprns_::expr>,0> &,const boost::spirit::terminalboost::spirit::tag::uint_
&>,2>
&>,1> &>,2> &,const
boost::proto::exprns_::expr>,0> &>,2>
]
C:\boost_1_54_0\boost/spirit/home/qi/parse.hpp(36) : error C2039: 'call' :
is no
t a member of 'boost::spirit::qi::detail::parse_impl<Expr>'
with
[
Expr=boost::proto::exprns_::expr>,0> &,const
boost::proto::exprns_::expr>,0> &>,2>
&,const b
oost::proto::exprns_::expr>,0> &>,2> &,const
boost::proto::exprns_::expr>,0> &>,2>
&>,1> &
,const
boost::proto::exprns_::expr
&,boost::proto::exprns_::expr>
&>,0>>,2> &>,1> &>,2> &,const
boost::proto::exprns_::expr>,0> &,const boost::spirit::terminalboost::spirit::tag::uint_
&>,2>
&>,1> &>,2> &,const
boost::proto::exprns_::expr>,0> &>,2>
]
C:\boost_1_54_0\boost/spirit/home/qi/parse.hpp(36) : error C3861: 'call':
identi
fier not found
call "C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\vcvarsall.bat"
x86 >nul
cl /Zm800 -nologo
@"bin.v2\libs\log\build\msvc-11.0\debug\threading-multi\text_f
ile_backend.obj.rsp"
...failed compile-c-c++
bin.v2\libs\log\build\msvc-11.0\debug\threading-multi\te
Any other sugestion? Thanks!
-----Mensagem original-----
De: Boost [mailto:boost-bounces@lists.boost.org] Em nome de Andrey Semashev
Enviada em: quinta-feira, 4 de julho de 2013 10:34
Para: boost@lists.boost.org
Assunto: Re: [boost] [log] Build fail : log (1.44.0) on vc 11 using
cxxflags=-Zc:wchar_t-
On Thu, Jul 4, 2013 at 5:16 PM, Renato Forti wrote:
Hi All,
I need use cxxflags=-Zc:wchar_t-, because I will use boost with my QT
project!
Anyone can helpeme? Thanks
If I'm not mistaken, Boost builds with native wchar_t by default. I'm not
sure if fake wchar_t is even supported by Boost.
Regarding Boost.Log, I did not add any special support for fake wchar_t, it
may or may not work. If it doesn't, your best bet is to disable wchar_t
support in Boost.Log by defining BOOST_LOG_WITHOUT_WCHAR_T during the Boost
and your application build time.
_______________________________________________
Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost