[ 58%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/viewlib_frame.cpp.o In file included from /usr/include/wx-3.0/wx/wx.h:24:0, from /home/user/Projects/Kicad/kicad/include/fctsys.h:28, from /home/user/Projects/Kicad/kicad/eeschema/viewlib_frame.cpp:30: /home/user/Projects/Kicad/kicad/eeschema/viewlib_frame.cpp:80:40: error: ISO C++ forbids taking the address of a bound member function to form a pointer to member function. Say ‘&LIB_VIEW_FRAME::onUpdateViewDoc’ [-fpermissive] EVT_UPDATE_UI( ID_LIBVIEW_VIEWDOC, onUpdateViewDoc ) ^ /home/user/Projects/Kicad/kicad/eeschema/viewlib_frame.cpp:81:54: error: ISO C++ forbids taking the address of a bound member function to form a pointer to member function. Say ‘&LIB_VIEW_FRAME::onUpdateNormalBodyStyleButton’ [-fpermissive] EVT_UPDATE_UI( ID_LIBVIEW_DE_MORGAN_NORMAL_BUTT, onUpdateNormalBodyStyleButton ) ^ /home/user/Projects/Kicad/kicad/eeschema/viewlib_frame.cpp:82:55: error: ISO C++ forbids taking the address of a bound member function to form a pointer to member function. Say ‘&LIB_VIEW_FRAME::onUpdateAlternateBodyStyleButton’ [-fpermissive] EVT_UPDATE_UI( ID_LIBVIEW_DE_MORGAN_CONVERT_BUTT, onUpdateAlternateBodyStyleButton ) ^ make[2]: *** [eeschema/CMakeFiles/eeschema_kiface.dir/viewlib_frame.cpp.o] Error 1 make[1]: *** [eeschema/CMakeFiles/eeschema_kiface.dir/all] Error 2 make: *** [all] Error 2