Uwe Stöhr wrote:

> So with a clean git tree one only had to apply the attached patch to get
> cxx11 for MSVC but compiling leads to these 2 errors:
> 
>    D:\LyXGit\Master\src\frontends\qt4\GuiView.cpp(3357): error C3848:
> expression having type 'const
> 
std::_Bind<true,lyx::Buffer::ExportStatus,std::_Pmf_wrap<lyx::Buffer::ExportStatus
> (__thiscall lyx::Buffer::* )(const std::string
> &,bool)const,lyx::Buffer::ExportStatus,lyx::Buffer,const std::string
> &,bool>,lyx::Buffer *&,std::_Ph<1> &,bool>' would lose some
> const-volatile qualifiers in order to call 'lyx::Buffer::ExportStatus
> 
std::_Bind<true,lyx::Buffer::ExportStatus,std::_Pmf_wrap<lyx::Buffer::ExportStatus
> (__thiscall lyx::Buffer::* )(const std::string &,bool)
> const,lyx::Buffer::ExportStatus,lyx::Buffer,const std::string
> &,bool>,lyx::Buffer *&,std::_Ph<1> &,bool>::operator ()<const
> std::string&>(conststd::string &)'
> [D:\LyXGit\Master\compile-2013\src\frontends\qt4\frontend_qt.vcxproj]
> 
>    C:\MSVC2013\VC\include\functional(1241): error C2100: illegal
> indirection (D:\LyXGit\Master\src\insets\InsetText.cpp)
> [D:\LyXGit\Master\compile-2013\src\insets\insets.vcxproj]

Unfortunately I do not understand either of the error messages. Nevertheless 
I would like to fix at least the compiler detection (see other mail), since 
that all the investigation work is not lost, and if somebody tries to 
continue the work he does not need to solve all problems again.


Georg

Reply via email to