kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #40759
Re: Linux builds broken.
On 23/05/2019 19:05, Wayne Stambaugh wrote:
/home/wayne/src/kicad-trunk/include/bitmap_base.h:34:1: error: declaration
conflicts with target of using declaration already in scope
class COLOR4D;
Odd, I don't see this at all, even on Jenkins. Must be a compiler thing?
COLOR4D is actually in KIGFX, but it's a bit confused, as there are as
few using directives in headers hoiking it out of its namespace.
I've pushed a fix that I think will fix it.
Cheers,
John
Follow ups
References