Re: [Kicad-developers] Build errors on linux

2019-07-16 Thread Dino Ghilardi
Hi, "GCC has full support for the previous revision of the C++ standard, which was published in 2014." [gcc official documentation] gcc documentation also reports that gcc6 supports c++14, excluding the "Clarifying memory allocation" language feature. If you are interested in it, a list of

Re: [Kicad-developers] Build errors on linux

2019-07-16 Thread Simon Richter
Hi, On Tue, Jul 16, 2019 at 03:24:14PM +0100, Jeff Young wrote: > I assume gcc 6 is still new enough to support C++14? It didn't complain about -std=g++14, so the answer is a resounding "maybe". Simon ___ Mailing list:

Re: [Kicad-developers] Build errors on linux

2019-07-16 Thread Jeff Young
Ahh, cool. I assume gcc 6 is still new enough to support C++14? Cheers, Jeff. > On 16 Jul 2019, at 15:20, Simon Richter wrote: > > Hi Jeff, > > On Tue, Jul 16, 2019 at 03:13:43PM +0100, Jeff Young wrote: > >> Wow. I thought gcc was a “real” compiler. ;) > > To be fair, that is gcc 6 only,

Re: [Kicad-developers] Build errors on linux

2019-07-16 Thread Simon Richter
Hi Jeff, On Tue, Jul 16, 2019 at 03:13:43PM +0100, Jeff Young wrote: > Wow. I thought gcc was a “real” compiler. ;) To be fair, that is gcc 6 only, which is in Debian oldstable (so we need to support it for a year or so still). gcc 7 doesn't have that problem. Simon

Re: [Kicad-developers] Build errors on linux

2019-07-16 Thread Jeff Young
Wow. I thought gcc was a “real” compiler. ;) Change pushed. It’ll probably fix it, but then lldb handled it fine to start with so I can’t be sure. Cheers, Jeff. > On 16 Jul 2019, at 14:57, Dino Ghilardi wrote: > > I see that too (linux - Debian 9.9), same error got from line 455. > > I

Re: [Kicad-developers] Build errors on linux

2019-07-16 Thread Dino Ghilardi
I see that too (linux - Debian 9.9), same error got from line 455. I tried also a "git clean -fx" and a clean build to see if it was from an auto-generated file, but the problem persists, also using cmake to re-generate everygthing. --

[Kicad-developers] Build errors on linux

2019-07-16 Thread Nick Østergaard
Hello Devs, Currently I see this error on master: /var/lib/jenkins/workspace/linux-kicad-head/src/eeschema/tools/sch_editor_control.cpp: In lambda function: /var/lib/jenkins/workspace/linux-kicad-head/src/eeschema/tools/sch_editor_control.cpp:496:92: error: lvalue required as unary '&' operand