Re: Master uncompilable on cygwin

2022-03-06 Thread Enrico Forestieri
On Sat, Mar 05, 2022 at 04:30:09AM +0100, Thibaut Cuvelier wrote: > > On Sat, 5 Mar 2022 at 03:40, Enrico Forestieri wrote: > > > On Sat, Mar 05, 2022 at 03:00:08AM +0100, Thibaut Cuvelier wrote: > > > > > > What I don't get is why casting one value is easy, but a vector is not... > > > What

Re: Master uncompilable on cygwin

2022-03-04 Thread Thibaut Cuvelier
On Sat, 5 Mar 2022 at 03:40, Enrico Forestieri wrote: > On Sat, Mar 05, 2022 at 03:00:08AM +0100, Thibaut Cuvelier wrote: > > > > What I don't get is why casting one value is easy, but a vector is not... > > What about adding a manual cast around this line? > > > > std::vector mathCommands()

Re: Master uncompilable on cygwin

2022-03-04 Thread Enrico Forestieri
On Sat, Mar 05, 2022 at 03:00:08AM +0100, Thibaut Cuvelier wrote: > > What I don't get is why casting one value is easy, but a vector is not... > What about adding a manual cast around this line? > > std::vector mathCommands() const { return math_commands_; } The attached patch works for me.

Re: Master uncompilable on cygwin

2022-03-04 Thread Enrico Forestieri
On Sat, Mar 05, 2022 at 03:00:08AM +0100, Thibaut Cuvelier wrote: > > On Sat, 5 Mar 2022 at 02:54, Enrico Forestieri wrote: > > > On Sat, Mar 05, 2022 at 02:47:16AM +0100, Thibaut Cuvelier wrote: > > > > > > What's strange is that strfwd.h typeders trivdocstring as docstring > > (unless > > >

Re: Master uncompilable on cygwin

2022-03-04 Thread Thibaut Cuvelier
On Sat, 5 Mar 2022 at 02:54, Enrico Forestieri wrote: > On Sat, Mar 05, 2022 at 02:47:16AM +0100, Thibaut Cuvelier wrote: > > > > On Sat, 5 Mar 2022 at 02:24, Enrico Forestieri wrote: > > > > > This is the error: > > > > > > In file included from ../../../../src/frontends/qt/GuiBibtex.cpp:21: >

Re: Master uncompilable on cygwin

2022-03-04 Thread Enrico Forestieri
On Sat, Mar 05, 2022 at 02:47:16AM +0100, Thibaut Cuvelier wrote: > > On Sat, 5 Mar 2022 at 02:24, Enrico Forestieri wrote: > > > This is the error: > > > > In file included from ../../../../src/frontends/qt/GuiBibtex.cpp:21: > > ../../../../src/Encoding.h: In member function > > ‘std::vector >

Re: Master uncompilable on cygwin

2022-03-04 Thread Thibaut Cuvelier
On Sat, 5 Mar 2022 at 02:24, Enrico Forestieri wrote: > This is the error: > > In file included from ../../../../src/frontends/qt/GuiBibtex.cpp:21: > ../../../../src/Encoding.h: In member function > ‘std::vector int>, std::allocator > > lyx::CharInfo::textCommands() const’: >

Master uncompilable on cygwin

2022-03-04 Thread Enrico Forestieri
This is the error: In file included from ../../../../src/frontends/qt/GuiBibtex.cpp:21: ../../../../src/Encoding.h: In member function ‘std::vector, std::allocator > > lyx::CharInfo::textCommands() const’: ../../../../src/Encoding.h:82:62: error: could not convert ‘((const

Re: Current master uncompilable on cygwin

2020-07-11 Thread Enrico Forestieri
On Sat, Jul 11, 2020 at 08:34:13AM -0400, Richard Kimberly Heck wrote: > On 7/11/20 8:02 AM, Enrico Forestieri wrote: > > On Fri, Jul 10, 2020 at 10:18:27PM +0200, Enrico Forestieri wrote: > > > >> This is what I get: > >> > >> CXX Buffer.o > >> In file included from > >>

Re: Current master uncompilable on cygwin

2020-07-11 Thread Kornel Benko
Am Sat, 11 Jul 2020 08:34:13 -0400 schrieb Richard Kimberly Heck : > On 7/11/20 8:02 AM, Enrico Forestieri wrote: > > On Fri, Jul 10, 2020 at 10:18:27PM +0200, Enrico Forestieri wrote: > > > >> This is what I get: > >> > >> CXX Buffer.o > >> In file included > >> from

Re: Current master uncompilable on cygwin

2020-07-11 Thread Richard Kimberly Heck
On 7/11/20 8:02 AM, Enrico Forestieri wrote: > On Fri, Jul 10, 2020 at 10:18:27PM +0200, Enrico Forestieri wrote: > >> This is what I get: >> >> CXX Buffer.o >> In file included from >> /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/include/c++/unordered_set:46, >> from

Re: Current master uncompilable on cygwin

2020-07-11 Thread Enrico Forestieri
On Fri, Jul 10, 2020 at 10:18:27PM +0200, Enrico Forestieri wrote: > This is what I get: > > CXX Buffer.o > In file included from > /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/include/c++/unordered_set:46, > from ../../src/OutputParams.h:19, > from

Current master uncompilable on cygwin

2020-07-10 Thread Enrico Forestieri
This is what I get: CXX Buffer.o In file included from /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/include/c++/unordered_set:46, from ../../src/OutputParams.h:19, from ../../src/Format.h:18, from ../../src/BufferParams.h:21, from