← Back to team overview

kicad-developers team mailing list archive

Build Failed

 

I'm trying to build the rev 6403 and it is failing. I don't know exactly on
what revision it started.

the log:

[ 56%] Building CXX object
cvpcb/CMakeFiles/cvpcb_kiface.dir/__/pcbnew/dialogs/dialog_fp_plugin_options.cpp.o
[ 56%] Building CXX object
cvpcb/CMakeFiles/cvpcb_kiface.dir/__/pcbnew/dialogs/dialog_fp_plugin_options_base.cpp.o
[ 56%] Building CXX object
cvpcb/CMakeFiles/cvpcb_kiface.dir/__/pcbnew/dialogs/wizard_add_fplib_base.cpp.o
[ 56%] Building CXX object
cvpcb/CMakeFiles/cvpcb_kiface.dir/__/pcbnew/dialogs/wizard_add_fplib.cpp.o
[ 56%] Linking CXX shared module _cvpcb.kiface
CMakeFiles/cvpcb_kiface.dir/class_components_listbox.cpp.o:(.data.rel.ro._ZTV18COMPONENTS_LISTBOX[_ZTV18COMPONENTS_LISTBOX]+0x770):
undefined reference to `non-virtual thunk to
wxGenericListCtrl::GetSizeAvailableForScrollTarget(wxSize const&)'
CMakeFiles/cvpcb_kiface.dir/class_footprints_listbox.cpp.o:(.data.rel.ro._ZTV18FOOTPRINTS_LISTBOX[_ZTV18FOOTPRINTS_LISTBOX]+0x770):
undefined reference to `non-virtual thunk to
wxGenericListCtrl::GetSizeAvailableForScrollTarget(wxSize const&)'
CMakeFiles/cvpcb_kiface.dir/class_library_listbox.cpp.o:(.data.rel.ro._ZTV15LIBRARY_LISTBOX[_ZTV15LIBRARY_LISTBOX]+0x770):
undefined reference to `non-virtual thunk to
wxGenericListCtrl::GetSizeAvailableForScrollTarget(wxSize const&)'
CMakeFiles/cvpcb_kiface.dir/listboxes.cpp.o:(.data.rel.ro._ZTV18ITEMS_LISTBOX_BASE[_ZTV18ITEMS_LISTBOX_BASE]+0x770):
undefined reference to `non-virtual thunk to
wxGenericListCtrl::GetSizeAvailableForScrollTarget(wxSize const&)'
collect2: error: ld returned 1 exit status
cvpcb/CMakeFiles/cvpcb_kiface.dir/build.make:793: recipe for target
'cvpcb/_cvpcb.kiface' failed
make[2]: *** [cvpcb/_cvpcb.kiface] Error 1
CMakeFiles/Makefile2:888: recipe for target
'cvpcb/CMakeFiles/cvpcb_kiface.dir/all' failed
make[1]: *** [cvpcb/CMakeFiles/cvpcb_kiface.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2


Arch Linux 64
GCC 5.3.0
wxWidgets 3.0.2 (compiled here)
-DCMAKE_BUILD_TYPE=Release
-DKICAD_SKIP_BOOST=ON

What could be wrong?

Thanks!

Follow ups