← Back to team overview

kicad-developers team mailing list archive

Re: Linux builds broken.

 

Fat fingered:

On 5/23/19 2:04 PM, Wayne Stambaugh wrote:
> I just got this:
> 

[ 27%] Building CXX object
common/CMakeFiles/legacy_wx.dir/legacy_wx/eda_draw_frame.cpp.o
In file included from
/home/wayne/src/kicad-trunk/common/legacy_wx/eda_draw_frame.cpp:70:
In file included from
/home/wayne/src/kicad-trunk/include/worksheet_shape_builder.h:37:
/home/wayne/src/kicad-trunk/include/bitmap_base.h:34:1: error: declaration
      conflicts with target of using declaration already in scope
class COLOR4D;
^
/home/wayne/src/kicad-trunk/include/gal/color4d.h:39:7: note: target of
using
      declaration
class COLOR4D
      ^
/home/wayne/src/kicad-trunk/include/config_params.h:40:14: note: using
      declaration
using KIGFX::COLOR4D;
             ^
In file included from
/home/wayne/src/kicad-trunk/common/legacy_wx/eda_draw_frame.cpp:70:
In file included from
/home/wayne/src/kicad-trunk/include/worksheet_shape_builder.h:37:
/home/wayne/src/kicad-trunk/include/bitmap_base.h:246:21: error:
reference to
      'COLOR4D' is ambiguous
                    COLOR4D aDefaultColor, int aDefaultPensize );
                    ^
/home/wayne/src/kicad-trunk/include/bitmap_base.h:34:7: note: candidate
found by
      name lookup is 'COLOR4D'
class COLOR4D;
      ^
/home/wayne/src/kicad-trunk/include/config_params.h:40:14: note:
candidate found
      by name lookup is 'COLOR4D'
using KIGFX::COLOR4D;
             ^
In file included from
/home/wayne/src/kicad-trunk/common/legacy_wx/eda_draw_frame.cpp:70:
/home/wayne/src/kicad-trunk/include/worksheet_shape_builder.h:66:5: error:
      reference to 'COLOR4D' is ambiguous
    COLOR4D         m_color;
    ^
/home/wayne/src/kicad-trunk/include/bitmap_base.h:34:7: note: candidate
found by
      name lookup is 'COLOR4D'
class COLOR4D;
      ^
/home/wayne/src/kicad-trunk/include/config_params.h:40:14: note:
candidate found
      by name lookup is 'COLOR4D'
using KIGFX::COLOR4D;
             ^
There is a whole lot more after this.


Follow ups

References