See <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/3942/display/redirect?page=changes>
Changes: [jeff] Don't map low-order keyCodes unless they really are Ctrl-Letter codes. [jeff] Don't delegate context menu to Selection Tool. [jeff] Remove repetitive calls to other cancel operations. [jeff] Don't leave a selection with a deleted item in it. ------------------------------------------ [...truncated 3.34 KB...] -- Check for installed GLEW -- found -- Boost version: 1.55.0 -- S3DSG version: 2.0.0 -- Boost version: 1.55.0 -- Found the following Boost libraries: -- unit_test_framework -- Boost version: 1.55.0 -- Found the following Boost libraries: -- unit_test_framework -- Boost version: 1.55.0 -- Found the following Boost libraries: -- unit_test_framework -- Configuring done -- Generating done -- Build files have been written to: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/build> + rm -f pcbnew/scripting/pcbnewPYTHON_wrap.cxx.o + rm -f pcbnew/scripting/pcbnewPYTHON_wrap.cxx + nice make -j2 [ 0%] Built target lib_table_lexer_source_files [ 2%] Built target gal [ 3%] Generating version string header -- Using Git to determine build version string. -- Found Git: /usr/bin/git (found version "2.1.0") [ 34%] Built target bitmaps [ 34%] Built target netlist_lexer_source_files [ 34%] Built target page_layout_lexer_source_files [ 34%] Built target legacy_gal [ 35%] Built target legacy_wx [ 35%] Built target pcb_lexer_source_files [ 35%] Built target pcb_plot_lexer_source_files [ 36%] Built target kicad_3dsg [ 37%] Built target polygon [ 37%] Built target cmp_library_lexer_source_files [ 37%] Built target dialog_bom_cfg_lexer_source_files [ 37%] Built target field_template_lexer_source_files [ 37%] Built target lib_dxf [ 37%] Built target idf3 [ 37%] Built target connectivity [ 37%] Built target specctra_lexer_source_files [ 37%] Built target potrace [ 37%] Built target pcb_calculator_lexer_source_files [ 39%] Built target s3d_plugin_vrml [ 39%] Built target dxf2idf [ 39%] Built target idfcyl [ 39%] Built target idfrect [ 39%] Built target unit_test_utils [ 43%] Built target pcbcommon Scanning dependencies of target pcbnew_kiface_objects [ 43%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/edit_tool.cpp.o -- Writing <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/build/kicad_build_version.h> file with version: (6.0.0-rc1-dev-1224-g5bb5aea) [ 43%] Built target version_header [ 44%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/footprint_editor_tools.cpp.o <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/footprint_editor_tools.cpp>: In member function ‘int MODULE_EDITOR_TOOLS::EnumeratePads(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/footprint_editor_tools.cpp>:164:18: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow] KIGFX::VIEW* view = m_toolMgr->GetView(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/footprint_editor_tools.cpp>: In member function ‘int MODULE_EDITOR_TOOLS::ExplodePadToShapes(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/footprint_editor_tools.cpp>:292:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] SELECTION& selection = m_toolMgr->GetTool<SELECTION_TOOL>()->GetSelection(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/footprint_editor_tools.cpp>: In member function ‘int MODULE_EDITOR_TOOLS::CreatePadFromShapes(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/footprint_editor_tools.cpp>:341:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] SELECTION& selection = m_toolMgr->GetTool<SELECTION_TOOL>()->GetSelection(); ^ Scanning dependencies of target common [ 44%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Main(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:338:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow] KIGFX::VIEW_CONTROLS* controls = getViewControls(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:344:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] auto& selection = m_selectionTool->RequestSelection( ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘bool EDIT_TOOL::changeTrackWidthOnClick(const SELECTION&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:580:69: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] bool EDIT_TOOL::changeTrackWidthOnClick( const SELECTION& selection ) ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Properties(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:625:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] const auto& selection = m_selectionTool->RequestSelection( ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Rotate(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:667:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] auto& selection = m_selectionTool->RequestSelection( ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Mirror(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:743:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] auto& selection = m_selectionTool->RequestSelection( ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Flip(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:822:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] auto& selection = m_selectionTool->RequestSelection( ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::MoveExact(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:928:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] const auto& selection = m_selectionTool->RequestSelection( ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Duplicate(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:1004:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] const auto& selection = m_selectionTool->RequestSelection( ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::CreateArray(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:1151:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] const auto& selection = m_selectionTool->RequestSelection( ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::ExchangeFootprints(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:1181:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] const auto& selection = m_selectionTool->RequestSelection( FootprintFilter ); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::MeasureTool(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:1208:11: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow] auto& view = *getView(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:1209:11: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow] auto& controls = *getViewControls(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::editFootprintInFpEditor(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:1351:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] const auto& selection = m_selectionTool->RequestSelection( FootprintFilter ); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::doCopyToClipboard(bool)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/edit_tool.cpp>:1431:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] SELECTION& selection = m_selectionTool->RequestSelection( ^ [ 44%] Building CXX object common/CMakeFiles/common.dir/tool/tool_dispatcher.cpp.o [ 44%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/pcb_editor_control.cpp.o Linking CXX static library libcommon.a <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::TrackWidthInc(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:352:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow] BOARD* board = getModel<BOARD>(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::TrackWidthDec(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:369:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow] BOARD* board = getModel<BOARD>(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ViaSizeInc(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:386:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow] BOARD* board = getModel<BOARD>(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ViaSizeDec(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:403:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow] BOARD* board = getModel<BOARD>(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::PlaceModule(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:420:13: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow] MODULE* module = aEvent.Parameter<MODULE*>(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:421:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow] KIGFX::VIEW_CONTROLS* controls = getViewControls(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:423:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] SELECTION& selection = selTool->GetSelection(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::modifyLockSelected(PCB_EDITOR_CONTROL::MODIFY_MODE)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:542:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] const SELECTION& selection = selTool->GetSelection(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::PlaceTarget(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:584:18: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow] KIGFX::VIEW* view = getView(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:585:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow] KIGFX::VIEW_CONTROLS* controls = getViewControls(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:586:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow] BOARD* board = getModel<BOARD>(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ZoneMerge(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:709:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] const SELECTION& selection = m_toolMgr->GetTool<SELECTION_TOOL>()->GetSelection(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:710:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow] BOARD* board = getModel<BOARD>(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ZoneDuplicate(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:768:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] const auto& selection = selTool->GetSelection(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::CrossProbePcbToSch(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:825:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] const SELECTION& selection = selTool->GetSelection(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ClearHighlight(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:1035:10: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow] auto frame = static_cast<PCB_EDIT_FRAME*>( m_toolMgr->GetEditFrame() ); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:1036:10: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow] auto board = static_cast<BOARD*>( m_toolMgr->GetModel() ); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ShowLocalRatsnest(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:1117:10: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow] auto board = getModel<BOARD>(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::UpdateSelectionRatsnest(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:1134:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] auto& selection = selectionTool->GetSelection(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘void PCB_EDITOR_CONTROL::calculateSelectionRatsnest()’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:1187:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow] auto& selection = selectionTool->GetSelection(); ^ [ 44%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/picker_tool.cpp.o <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/picker_tool.cpp>: In member function ‘int PICKER_TOOL::Main(const TOOL_EVENT&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/picker_tool.cpp>:45:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow] KIGFX::VIEW_CONTROLS* controls = getViewControls(); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/picker_tool.cpp>: In member function ‘void PICKER_TOOL::setControls()’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/picker_tool.cpp>:136:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow] KIGFX::VIEW_CONTROLS* controls = getViewControls(); ^ [ 58%] Built target pcbnew_kiface_objects [ 62%] Built target 3d-viewer [ 63%] Built target pcad2kicadpcb Scanning dependencies of target pnsrouter [ 63%] Building CXX object pcbnew/router/CMakeFiles/pnsrouter.dir/router_tool.cpp.o [ 63%] Building CXX object pcbnew/router/CMakeFiles/pnsrouter.dir/length_tuner_tool.cpp.o [ 74%] Built target common Linking CXX shared module _cvpcb.kiface Linking CXX static library libpnsrouter.a [ 76%] Built target pnsrouter [ 76%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/bom_plugins.cpp.o <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/eeschema/bom_plugins.cpp>: In constructor ‘BOM_PLUGIN::BOM_PLUGIN(const wxString&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/eeschema/bom_plugins.cpp>:31:84: error: no matching function for call to ‘std::runtime_error::runtime_error(wxString)’ throw std::runtime_error( _( "Cannot open plugin " ) + aFile.ToStdString() ); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/eeschema/bom_plugins.cpp>:31:84: note: candidates are: In file included from /usr/include/c++/4.9.2/array:38:0, from /usr/include/c++/4.9.2/tuple:39, from /usr/include/c++/4.9.2/functional:55, from /usr/include/c++/4.9.2/memory:79, from <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/eeschema/bom_plugins.h>:32, from <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/eeschema/bom_plugins.cpp>:25: /usr/include/c++/4.9.2/stdexcept:119:5: note: std::runtime_error::runtime_error(const string&) runtime_error(const string& __arg); ^ /usr/include/c++/4.9.2/stdexcept:119:5: note: no known conversion for argument 1 from ‘wxString’ to ‘const string& {aka const std::basic_string<char>&}’ /usr/include/c++/4.9.2/stdexcept:112:9: note: std::runtime_error::runtime_error(const std::runtime_error&) class runtime_error : public exception ^ /usr/include/c++/4.9.2/stdexcept:112:9: note: no known conversion for argument 1 from ‘wxString’ to ‘const std::runtime_error&’ eeschema/CMakeFiles/eeschema_kiface.dir/build.make:2049: recipe for target 'eeschema/CMakeFiles/eeschema_kiface.dir/bom_plugins.cpp.o' failed make[2]: *** [eeschema/CMakeFiles/eeschema_kiface.dir/bom_plugins.cpp.o] Error 1 CMakeFiles/Makefile2:1016: recipe for target 'eeschema/CMakeFiles/eeschema_kiface.dir/all' failed make[1]: *** [eeschema/CMakeFiles/eeschema_kiface.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 78%] Built target cvpcb_kiface Makefile:147: recipe for target 'all' failed make: *** [all] Error 2 Build step 'Execute shell' marked build as failure _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

