<div dir="ltr"><div>hello,<br><br></div><div>I was trying to solve this bug <a href="https://bugs.kde.org/show_bug.cgi?id=327760">https://bugs.kde.org/show_bug.cgi?id=327760</a> .After figuring out how this could be done i made some changes to /kdevelop/projectmanagers/cmakebuilddirchooser.cpp and /kdevplatform/shell/runcontroller.cpp <br></div><div><br></div><div>kdevplatforms builds fine but kdevelop doesn't build 100%<br><br></div><div>changes in cmakebuildirchooser.cpp<br><br></div><div>#include <shell/runcontroller.h> //included this header file<br><br>// inside funtion setbuildtype() called a function of class runcontroller <br><br>void CMakeBuildDirChooser::setBuildType(const QString& s)<br>{<br> KDevelop::RunController::buildtype(s); //new funtion that i have called .<br></div><div> / /buildtype() function has been defined in runcontroller.cpp <br><br></div><div><br>error that i am getting while building kdevelop<br><br>
<div>
<span style="font-family:monospace"><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)"> error: ‘buildtype’ is not a member of ‘KDeve</span>lop::RunController’
KDevelop::RunController::buildtype(s)<br></span></div>
<br><br></div><div>could anyone please explain why am i getting this error and how it can be solved?<br><br><br></div><div>thanks,<br></div><div>rishabh<br></div></div>