Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-05-13 Thread Khem Raj
On Mon, May 13, 2019 at 4:40 AM wrote: > On Mon, 2019-05-13 at 14:34 +0300, Mark Hatle wrote: > > On 5/11/19 4:42 AM, Khem Raj wrote: > > > > > > Can we require centos7 and other hosts which use old compilers to > > > install the additional packages to have newer compilers ? e.g. for > > > centos

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-05-13 Thread Bas Mevissen
On 2019-05-13 13:34, Mark Hatle wrote: On 5/11/19 4:42 AM, Khem Raj wrote: On 4/29/19 6:51 AM, richard.pur...@linuxfoundation.org wrote: On Mon, 2019-04-29 at 15:47 +0200, Andreas Müller wrote: On Mon, Apr 29, 2019 at 2:21 PM Andreas Müller < schnitzelt...@gmail.com> wrote: On Mon, Apr 29,

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-05-13 Thread richard . purdie
On Mon, 2019-05-13 at 14:34 +0300, Mark Hatle wrote: > On 5/11/19 4:42 AM, Khem Raj wrote: > > > > Can we require centos7 and other hosts which use old compilers to > > install the additional packages to have newer compilers ? e.g. for > > centos installing devtoolset-7 will fix this issue > >

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-05-13 Thread Mark Hatle
On 5/11/19 4:42 AM, Khem Raj wrote: > > > On 4/29/19 6:51 AM, richard.pur...@linuxfoundation.org wrote: >> On Mon, 2019-04-29 at 15:47 +0200, Andreas Müller wrote: >>> On Mon, Apr 29, 2019 at 2:21 PM Andreas Müller < >>> schnitzelt...@gmail.com> wrote: On Mon, Apr 29, 2019 at 12:56 PM Bas Me

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-05-13 Thread Bas Mevissen
On 2019-05-11 03:42, Khem Raj wrote: On 4/29/19 6:51 AM, richard.pur...@linuxfoundation.org wrote: On Mon, 2019-04-29 at 15:47 +0200, Andreas Müller wrote: On Mon, Apr 29, 2019 at 2:21 PM Andreas Müller < schnitzelt...@gmail.com> wrote: On Mon, Apr 29, 2019 at 12:56 PM Bas Mevissen wrote: On

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-05-10 Thread Khem Raj
On 4/29/19 6:51 AM, richard.pur...@linuxfoundation.org wrote: On Mon, 2019-04-29 at 15:47 +0200, Andreas Müller wrote: On Mon, Apr 29, 2019 at 2:21 PM Andreas Müller < schnitzelt...@gmail.com> wrote: On Mon, Apr 29, 2019 at 12:56 PM Bas Mevissen wrote: On 2019-04-29 11:29, Andreas Müller wro

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-04-29 Thread Bas Mevissen
On 2019-04-29 15:47, Andreas Müller wrote: On Mon, Apr 29, 2019 at 2:21 PM Andreas Müller wrote: On Mon, Apr 29, 2019 at 12:56 PM Bas Mevissen wrote: > > On 2019-04-29 11:29, Andreas Müller wrote: > > (...) > > >> > > Understood - hope to find time till tomorrow for this. Need to find an >

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-04-29 Thread richard . purdie
On Mon, 2019-04-29 at 15:47 +0200, Andreas Müller wrote: > On Mon, Apr 29, 2019 at 2:21 PM Andreas Müller < > schnitzelt...@gmail.com> wrote: > > On Mon, Apr 29, 2019 at 12:56 PM Bas Mevissen > > wrote: > > > On 2019-04-29 11:29, Andreas Müller wrote: > > > > > > (...) > > > > > > > Understood -

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-04-29 Thread Burton, Ross
On Mon, 29 Apr 2019 at 14:48, Andreas Müller wrote: > So I see two ways to go: > > 1. set vte-native requirements to c++14. That worked here with > CXXFLAGS_append_class-native = " --std=c++14" but looking into logs of > centos 7 there are several '--std=gnu++11'. Have no idea where they > come fr

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-04-29 Thread Andreas Müller
On Mon, Apr 29, 2019 at 2:21 PM Andreas Müller wrote: > > On Mon, Apr 29, 2019 at 12:56 PM Bas Mevissen wrote: > > > > On 2019-04-29 11:29, Andreas Müller wrote: > > > > (...) > > > > >> > > > Understood - hope to find time till tomorrow for this. Need to find an > > > old machine for test becaus

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-04-29 Thread Andreas Müller
On Mon, Apr 29, 2019 at 12:56 PM Bas Mevissen wrote: > > On 2019-04-29 11:29, Andreas Müller wrote: > > (...) > > >> > > Understood - hope to find time till tomorrow for this. Need to find an > > old machine for test because otherwise further fixes might remain > > incomplete again. > > > > Why no

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-04-29 Thread Bas Mevissen
On 2019-04-29 11:29, Andreas Müller wrote: (...) Understood - hope to find time till tomorrow for this. Need to find an old machine for test because otherwise further fixes might remain incomplete again. Why not add the g++ option --std=c++11 when test building this recipe? $cat test.cc

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-04-29 Thread Andreas Müller
On Mon, Apr 29, 2019 at 10:49 AM Richard Purdie wrote: > > On Sat, 2019-04-27 at 13:37 +0200, Andreas Müller wrote: > > This should fix build on ancient hosts > > > > Signed-off-by: Andreas Müller > > --- > > ...uce-gcc-required-support-downto-c-11.patch | 34 ++ > > ...001-Revert-pa

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-04-29 Thread Richard Purdie
On Sat, 2019-04-27 at 13:37 +0200, Andreas Müller wrote: > This should fix build on ancient hosts > > Signed-off-by: Andreas Müller > --- > ...uce-gcc-required-support-downto-c-11.patch | 34 ++ > ...001-Revert-parser-glue-Use-std-clamp.patch | 44 > +++ > ...replace-