Am Sonntag, 23. Oktober 2016 um 17:24:08, schrieb Tommaso Cucinotta 
<tomm...@lyx.org>
> commit e85b0d01
> Author: Tommaso Cucinotta <tomm...@lyx.org>
> Date:   Wed Oct 16 22:55:40 2013 +0100
> 
>      LyX XMPP Chat
> 
>      This patch enables XMPP-based chatting within LyX.
> 

This is from branch "features/chat3"
I was/am trying to adapt cmake, but I have difficulties to compile 
src/support/FileMonitor.cpp with the gcc6.2 compiler.
There are many warnings because of std::auto_ptr declared in our boost source
        boost/boost/smart_ptr/shared_ptr.hpp:459:22: warning: ‘template<class> 
class std::auto_ptr’ is deprecated
                shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
and also in gcc6.2 include
        .../gcc6.2/include/c++/6.2.0/bits/unique_ptr.h:49
                template<typename> class auto_ptr;

The real trouble starts with
        src/support/strfwd.h:55:9: error: reference to ‘basic_string’ is 
ambiguous
                typedef basic_string<char, char_traits<char>, allocator<char> > 
string;
        src/support/strfwd.h:54:64: note: candidates are: template<class Char, 
class Traits, class Alloc> class std::basic_string
                template<typename Char, typename Traits, typename Alloc> class 
basic_string;

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to