Either I am not making myself clear or I am not understanding how your answers. But I am functional<br>To me what I want is just something nice to do. I using kdevelop 4.2.3 so I will wait for the official release of 4.3<br>
<br>There is not sample to send. It is as simple as taking two files and only wanting to compile one without building the entire project <br><br> <br><br><div class="gmail_quote">On Wed, Sep 7, 2011 at 11:43 AM, Andreas Pakulat <span dir="ltr"><<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">On 07.09.11 10:36:53, Michael Hart wrote:<br>
> >The CMake+Make support also allows to build individual object files, simply<br>
> select the .cpp in the Project tree and hit Build.<br>
> Yes, I would have thought that would be the logical way to compile a single<br>
> file.<br>
> When I do as you recommend, the whole project get built. Which is not what I<br>
> want.<br>
<br>
Are you using Project->Build Selection? and the List labelled "Project<br>
Selection" has only your .cpp file? That works fine for me with the<br>
attached example cmake project. If the attached project does not work<br>
for you, please file a bugreport at <a href="http://bugs.kde.org" target="_blank">http://bugs.kde.org</a>. Please include<br>
the output from the Build toolview at the bottom, it should contain only<br>
the make foo.o (or make main.o) call.<br>
<br>
If the attached project works and your real one does not, please try<br>
running make yourfile.o in the build directory of your project. If that<br>
also rebuilds everything then your cmake files created a dependency that<br>
causes this. If it works on the commandline, again file a bugreport, if<br>
possible with a reference to your real project.<br>
<br>
Oh and I'm currently using KDevelop 4.3 (i.e. from git directly) not the<br>
last release.<br>
<font color="#888888"><br>
Andreas<br>
<br>
</font><br>_______________________________________________<br>
kdevelop mailing list<br>
<a href="mailto:kdevelop@kdevelop.org">kdevelop@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop</a><br>
<br></blockquote></div><br>