kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #20276
Any one else seeing build error's on Debian testing ?
Hi, just wondering if any one else is see the build error, on Debian
testing, amd 64 bits, GCC 4.9.3
Just started a few day's ago.
60%] Building CXX object
eeschema/CMakeFiles/eeschema_kiface.dir/dialogs/dialog_choose_component_base.cpp.o
[ 60%] Building CXX object
eeschema/CMakeFiles/eeschema_kiface.dir/dialogs/dialog_lib_edit_text.cpp.o
Linking CXX shared module _gerbview.kiface
[ 60%] Building CXX object
eeschema/CMakeFiles/eeschema_kiface.dir/dialogs/dialog_lib_edit_text_base.cpp.o
CMakeFiles/gerbview_kiface.dir/class_DCodeSelectionbox.cpp.o: In function
`DCODE_SELECTION_BOX::DCODE_SELECTION_BOX(wxAuiToolBar*, int, wxPoint
const&, wxSize const&, wxArrayString const&)':
class_DCodeSelectionbox.cpp:(.text+0x4d4): undefined reference to
`non-virtual thunk to wxChoice::GetCount() const'
class_DCodeSelectionbox.cpp:(.text+0x4ea): undefined reference to
`non-virtual thunk to wxChoice::DoInsertItems(wxArrayStringsAdapter const&,
unsigned int, void**, wxClientDataType)'
CMakeFiles/gerbview_kiface.dir/class_DCodeSelectionbox.cpp.o:(.data.rel.ro._ZTV19DCODE_SELECTION_BOX[_ZTV19DCODE_SELECTION_BOX]+0x760):
undefined reference to `non-virtual thunk to wxChoice::GetCount() const'
CMakeFiles/gerbview_kiface.dir/class_DCodeSelectionbox.cpp.o:(.data.rel.ro._ZTV19DCODE_SELECTION_BOX[_ZTV19DCODE_SELECTION_BOX]+0x768):
undefined reference to `non-virtual thunk to wxChoice::GetString(unsigned
int) const'
looks like something's change in linking, I'm not using gcc 5, as I
expect that would be asking for problems.
Lachlan
Follow ups