kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #36706
Re: Build failure?
Looking at it, the file includes <wx/combobox.h>. I think you wanted
<wx/combo.h> Does that work on Mac?
-S
Am Fr., 20. Juli 2018 um 11:28 Uhr schrieb Jeff Young <jeff@xxxxxxxxx>:
> Hi Seth,
>
> That looks different. Is wxComboCtrl not implemented on Linux? (Or
> perhaps it has a different header file?)
>
> Cheers,
>
> Jeff.
>
> On 20 Jul 2018, at 19:25, Seth Hillbrand <seth@xxxxxxxxxxxxx> wrote:
>
> Hi Jeff-
>
> I get a build failure here (Linux):
>
> In file included from
> /home/seth/code/kicad/kicad-launchpad/eeschema/fields_grid_table.cpp:34:0:
> /home/seth/code/kicad/kicad-launchpad/include/widgets/grid_text_button_helpers.h:51:5:
> error: ‘wxComboCtrl’ does not name a type
> wxComboCtrl* Combo() const { return static_cast<wxComboCtrl*>(
> m_control ); }
>
> -S
>
> Am Fr., 20. Juli 2018 um 11:11 Uhr schrieb Jeff Young <jeff@xxxxxxxxx>:
>
>> I just merged out and my build now fails trying to link the Eagle plugin
>> test.
>>
>> But I can’t find any commits that have anything to do with that (in fact
>> I should have only picked up one commit, which is completely unrelated).
>>
>> Anyone else seeing this?
>>
>> Cheers,
>> Jeff.
>> _______________________________________________
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help : https://help.launchpad.net/ListHelp
>>
>
>
Follow ups
References