<div class="gmail_quote">On Wed, Aug 10, 2011 at 6:21 PM, <a href="mailto:elison.niven@gmail.com">elison.niven@gmail.com</a> <span dir="ltr"><<a href="mailto:elison.niven@gmail.com">elison.niven@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Wed, Aug 10, 2011 at 5:04 PM, Milian Wolff <<a href="mailto:mail@milianw.de">mail@milianw.de</a>> wrote:<br>


><br>
>> I am not using cmake. Will using cmake help me here?<br>
><br>
> CMake would definitely help as it's much better integrated in KDevelop and<br>
> makes your live easier in general. Anyhow, it's your choice on whether you<br>
> want to use it or not. I'd say: try it out, it's worth it.<br>
<br>
</div>I did try out using cmake and I must say it worked like a charm.<br>
<br>
One more thing, KDevelop does not lead me to the declaration of a<br>
function if the file in which it has been declared is not included (<br>
#include "file.h") in the C/C++ source file although the include<br>
directory is given in the CMakeLists.txt file. Helped me get rid of a<br>
few implicit declaration warnings :)<br>
<div><div></div><div class="h5"><br>
Thanks,<br>
Elison<br>
<br>
--<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
</div></div></blockquote></div><br><div>Well, you usually want to include the files that have the functions's you use declarations in C and C++.</div><div><br></div><div>Aleix</div>