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
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: https://launchpad.net/~kicad
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,
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
___
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 tr
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.
--
/home/dinogh
Le 26/06/2019 à 14:43, Nick Østergaard a écrit :
> You probably started the msys2 environment shell. You need to start
> the mingw shell environment.
Or run cmake with option -G "MSYS Makefiles"
cmake -G "MSYS Makefiles" ...
>
> On Wed, 26 Jun 2019 at 14:37, Pradeepa Senanayake
> wrote:
>>
>> H
You probably started the msys2 environment shell. You need to start
the mingw shell environment.
On Wed, 26 Jun 2019 at 14:37, Pradeepa Senanayake
wrote:
>
> Hello All,
>
> I tried to build the KiCad source in Windows 10 MSYS2 environment using the
> steps available in the
> http://docs.kicad-p
Hi Wayne,
On 11/06/2019 14:15, Wayne Stambaugh wrote:
As of the commit b9e07f2a706b719a5f86b6372c5a7cda2f6a7c55 I am getting
the following build errors on linux using clang:
I just fixed these in 1e4abac57 as they were blocking me.
The first one, I bisected down to c13ef839c, though I do not
9 matches
Mail list logo