Re: LyX2.2 build fails on OS X

2015-09-20 Thread Stephan Witt
Am 21.09.2015 um 02:35 schrieb Guillaume Munch : > Le 21/09/2015 02:12, Guillaume Munch a écrit : >> Le 20/09/2015 20:06, Georg Baum a écrit : >>> Jürgen Spitzmüller wrote: >>> Am Sonntag 20 September 2015, 18:43:33 schrieb Guillaume Munch: > I understand that there are two separate issu

Re: LyX2.2 build fails on OS X

2015-09-20 Thread Guillaume Munch
Le 21/09/2015 02:12, Guillaume Munch a écrit : Le 20/09/2015 20:06, Georg Baum a écrit : Jürgen Spitzmüller wrote: Am Sonntag 20 September 2015, 18:43:33 schrieb Guillaume Munch: I understand that there are two separate issues: - There are errors looking like Uwe's if one uses --disable-cxx1

Re: LyX2.2 build fails on OS X

2015-09-20 Thread Guillaume Munch
Le 20/09/2015 20:06, Georg Baum a écrit : Jürgen Spitzmüller wrote: Am Sonntag 20 September 2015, 18:43:33 schrieb Guillaume Munch: I understand that there are two separate issues: - There are errors looking like Uwe's if one uses --disable-cxx11, probably due to my latest patches. I rather

Re: [LyX/master] Amend 94e992c5

2015-09-20 Thread Richard Heck
On 09/20/2015 01:26 PM, Guillaume Munch wrote: commit ec086243df0e8e35b255b37e42ddd553fbe457e7 Author: Guillaume Munch Date: Sun Sep 20 19:24:45 2015 +0200 Amend 94e992c5 Fix compilation with --disable-cxx11 diff --git a/src/TocBackend.h b/src/TocBackend.h index e18d28d..176

Re: 2 compilation errors with current master

2015-09-20 Thread Guillaume Munch
Le 20/09/2015 17:05, Uwe Stöhr a écrit : I get 2 compilation errors with current master: ..\..\src\TocBackend.cpp(191): error C2668: 'boost::make_shared': ambiguous call of an overloaded function [D:\LyXGit\Master\compile-result\src\LyX.vcxproj] ..\..\src\TocBackend.cpp(191): error C2228:

Re: lyxhtml math export missing some symbols

2015-09-20 Thread Guenter Milde
On 2015-09-20, Richard Heck wrote: > On 09/19/2015 06:15 PM, Guenter Milde wrote: >> Dear LyXers, >> when I try to export a document with some special arrows to HTML, >> LyXHTM's MathML export misses to convert some arrows. >> LaTeX: >> $a\mapsto b$ \emph{$a\mapsfrom b$} >> $a\hookleftarrow

Re: LyX2.2 build fails on OS X

2015-09-20 Thread Georg Baum
Jürgen Spitzmüller wrote: > Am Sonntag 20 September 2015, 18:43:33 schrieb Guillaume Munch: >> I understand that there are two separate issues: >> >> - There are errors looking like Uwe's if one uses --disable-cxx11, >> probably due to my latest patches. > > I rather have the impression that c++

Re: LyX2.2 build fails on OS X

2015-09-20 Thread Kornel Benko
Am Sonntag, 20. September 2015 um 19:08:55, schrieb Jürgen Spitzmüller > Am Sonntag 20 September 2015, 18:43:33 schrieb Guillaume Munch: > > I understand that there are two separate issues: > > > > - There are errors looking like Uwe's if one uses --disable-cxx11, > > probably due to my latest p

Re: LyX2.2 build fails on OS X

2015-09-20 Thread Jürgen Spitzmüller
Am Sonntag 20 September 2015, 18:43:33 schrieb Guillaume Munch: > I understand that there are two separate issues: > > - There are errors looking like Uwe's if one uses --disable-cxx11, > probably due to my latest patches. I rather have the impression that c++11 copilation somehow is scrambled wi

Re: LyX2.2 build fails on OS X

2015-09-20 Thread pdv
On 20/09/15 17:10, Guillaume Munch wrote: Le 20/09/2015 14:40, pdv a écrit : Hi, As of commit 9b7ccbf (the introduction of class InsetCaptionable) building LyX2.2 fails on OS X (with XCode and with autotools). This is the error message: /Applications/Xcode.app/Contents/Developer/Toolchains/Xc

Re: LyX2.2 build fails on OS X

2015-09-20 Thread Guillaume Munch
Le 20/09/2015 18:29, Jürgen Spitzmüller a écrit : Am Sonntag 20 September 2015, 18:08:38 schrieb Jürgen Spitzmüller: I have not explicitly disabled c++11, and it seems to use it: Configuration Host type: i686-pc-linux-gnu Special build flags: build=development warnings

Re: LyX2.2 build fails on OS X

2015-09-20 Thread Jürgen Spitzmüller
Am Sonntag 20 September 2015, 18:08:38 schrieb Jürgen Spitzmüller: > I have not explicitly disabled c++11, and it seems to use it: > > Configuration > Host type: i686-pc-linux-gnu > Special build flags: build=development warnings assertions > stdlib-debug concept-checks c++

Re: 2 compilation errors with current master

2015-09-20 Thread Kornel Benko
Am Sonntag, 20. September 2015 um 17:51:34, schrieb Guillaume Munch > Le 20/09/2015 17:05, Uwe Stöhr a écrit : > > I get 2 compilation errors with current master: > > > >..\..\src\TocBackend.cpp(191): error C2668: 'boost::make_shared': > > ambiguous call of an overloaded function > > [D:\LyXG

Re: LyX2.2 build fails on OS X

2015-09-20 Thread Jürgen Spitzmüller
Am Sonntag 20 September 2015, 17:46:05 schrieb Guillaume Munch: > If you configure again it should enable c++11 which is now activated by > default for "known good compilers". Unfortunately, recompiling (after make distclean) does not help. > This is still a bug because it has been decided that 2

Re: Compilation Problem on Fedora

2015-09-20 Thread Richard Heck
I tried building also with --disable-cxx11, and in that case I do not get the error above. But I do get the sort of error people are seeing on OSX: In file included from ../../../../src/frontends/qt4/Menus.cpp:56:0: ../../../../src/TocBackend.h: In instantiation of ‘void __gnu_cxx::_SGIAssigna

Compilation Problem on Fedora

2015-09-20 Thread Richard Heck
The error message is below. I can't make much of it. I think the key part must be: ../../../src/support/debug.cpp:205:39: required from here /usr/include/c++/4.9.2/bits/stl_algobase.h:336:18: error: use of deleted function ‘std::__detail::_StateSeq >& std::__detail::_StateSeq >::operator=(

Re: 2 compilation errors with current master

2015-09-20 Thread Guillaume Munch
Le 20/09/2015 17:05, Uwe Stöhr a écrit : I get 2 compilation errors with current master: ..\..\src\TocBackend.cpp(191): error C2668: 'boost::make_shared': ambiguous call of an overloaded function [D:\LyXGit\Master\compile-result\src\LyX.vcxproj] ..\..\src\TocBackend.cpp(191): error C2228:

Re: LyX2.2 build fails on OS X

2015-09-20 Thread Guillaume Munch
Le 20/09/2015 14:49, Jürgen Spitzmüller a écrit : Master fails to compile for me as well, this is on openSuse 13.1 with gcc- Version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux) and autotools: make[6]: Entering directory '/home/juergen/lyx/lyx-devel/src/frontends/qt4' CXX

Re: LyX2.2 build fails on OS X

2015-09-20 Thread Guillaume Munch
Le 20/09/2015 14:40, pdv a écrit : Hi, As of commit 9b7ccbf (the introduction of class InsetCaptionable) building LyX2.2 fails on OS X (with XCode and with autotools). This is the error message: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/m

2 compilation errors with current master

2015-09-20 Thread Uwe Stöhr
I get 2 compilation errors with current master: ..\..\src\TocBackend.cpp(191): error C2668: 'boost::make_shared': ambiguous call of an overloaded function [D:\LyXGit\Master\compile-result\src\LyX.vcxproj] ..\..\src\TocBackend.cpp(191): error C2228: left of ".first" must be a class/structur

Re: LyX2.2 build fails on OS X

2015-09-20 Thread Jürgen Spitzmüller
Master fails to compile for me as well, this is on openSuse 13.1 with gcc- Version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux) and autotools: make[6]: Entering directory '/home/juergen/lyx/lyx-devel/src/frontends/qt4' CXX Menus.o In file included from /usr/include/c++/4.8/

LyX2.2 build fails on OS X

2015-09-20 Thread pdv
Hi, As of commit 9b7ccbf (the introduction of class InsetCaptionable) building LyX2.2 fails on OS X (with XCode and with autotools). This is the error message: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:2075:40: Constructor for '