← Back to team overview

kicad-developers team mailing list archive

Regression with commit 1650d568388af7dfe05f138854298a07ef425cdf

 

	Hello,

	Commit 1650d568388af7dfe05f138854298a07ef425cdf breaks kicad. Build
process aborts now with :

/home/bertrand/git/kicad/common/widgets/lib_tree.cpp: In constructor
‘LIB_TREE::LIB_TREE(wxWindow*, LIB_TABLE*,
wxObjectDataPtr<LIB_TREE_MODEL_ADAPTER>&, LIB_TREE::WIDGETS, HTML_WINDOW*)’:
/home/bertrand/git/kicad/common/widgets/lib_tree.cpp:77:29: error:
‘wxEVT_SEARCH_CANCEL’ was not declared in this scope; did you mean
‘wxEVT_SEARCHCTRL_CANCEL_BTN’?
   77 |         m_query_ctrl->Bind( wxEVT_SEARCH_CANCEL,
&LIB_TREE::onQueryText, this );
      |                             ^~~~~~~~~~~~~~~~~~~
      |                             wxEVT_SEARCHCTRL_CANCEL_BTN
make[2]: *** [common/CMakeFiles/common.dir/build.make:1143 :
common/CMakeFiles/common.dir/widgets/lib_tree.cpp.o] Erreur 1
make[1]: *** [CMakeFiles/Makefile2:2748 :
common/CMakeFiles/common.dir/all] Erreur 2
make[1]: *** Attente des tâches non terminées....

	Best regards,

	JB