<div class="gmail_quote"><div>Lol, solved! Some comments:<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">So you installed kdevelop into /usr? That is you executed<br>

<br>
cmake -DCMAKE_INSTALL_PREFIX=/usr ../<br>
and later on did a make install as root?<br>
<div class="im"></div></blockquote><div><br>I saw now kdevelop is in /usr/local/, I had tried with  -DCMAKE_INSTALL_PREFIX=/usr since I remember, but I think in my first tries to compile I forgot the option and not paying attention in this... Thanks for advice.<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
</div>What does which kdevelop say?<br>
<div class="im"></div></blockquote><div><br>Was this errors, but they aren't important anymore:<br>"Sorry - KDevelop; Could not load project management plugin KDevGenericManager."<br>
"Sorry - KDevelop; project importing plugin (KDevGenericManager) does<br>
not support IProjectFileManager interface."<br>
"Error - KDevelop; Project could not be opened:<br>
file:///home/saulo/....../quanta.kdevelop"<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">

</div>Hmm, I guess you built in Release mode, which I think disables all<br>
output, please rebuild kdevplatform and kdevelop using<br>
<br>
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo<br>
<br>
and make sure to remove the build directory before doing so.<br>
</blockquote><div><br>Done! I updated all from CVS and compiling again with this option.<br><br> <br>Thanks for all<br><br>Saulo<br></div></div><br>