<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>


<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">
<style>
.hmmessage P
{margin:0px;padding:0px;}
body.hmmessage
{font-size:10pt;font-family:Verdana;}
</style>

I can't manage to put it to work. <br><br> - I've checked "Preprocess and parse included headers into a database (experimental)"<br><br> - I've added as "Code completion database" the path containing the folder Common<br><br> - I've added #include "Common/Compat.h" at the start of a cpp file.<br><br> - I've run "Compile file".<br><br>I get:<br><br>7:27: error: Common/Compat.h: No such file or directory<br><br>Just in case, I've also tried to add as "Code completion database" the whole path to Compat.h and just writting #include "Compat.h", but I get the same error:<br>7:27: error: Compat.h: No such file or directory<br><br>Is there something else I can be missing?<br><br>Thanks,<br><br>S.<br><br><br>> Date: Mon, 26 Jan 2009 10:57:52 +0100<br>> From: apaku@gmx.de<br>> To: kdevelop@barney.cs.uni-potsdam.de<br>> Subject: Re: Cmake and Kdevelop.<br>> <br>> On 26.01.09 10:02:45, S. G. wrote:<br>> > I can't get Kdevelop to pick paths to includes...<br>> > I've found, in Project Options, C++ support tab, a form to provide custom<br>> > include paths. When I pass my mouse over, I get this tip: "A<br>> > semicolon-separated list of include-paths to be used while searching for<br>> > headers. Paths not starting with / will be interpreted as relative to the<br>> > project folder". I've tried to enter there my path, but it's still not<br>> > working... Any idea about how it is done? Thanks in advance, S.<br>> <br>> For that to work you need to enable the "preprocess and parse included headers<br>> into a database" option under incremental parsing on the same page. However<br>> that feature is experimental. The alternative is to add code completion<br>> databases for all external libraries you want to use. Its right beside the<br>> incremental parsing group on that page. Make sure to use the "custom importer"<br>> and don't try to give it /usr/include with recursing into subdirectories being<br>> on, thats just too much to handle.<br>> <br>> Andreas<br>> <br>> -- <br>> You will engage in a profitable business activity.<br>> <br>> _______________________________________________<br>> kdevelop mailing list<br>> kdevelop@kdevelop.org<br>> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop<br><br /><hr />Tienes un nuevo Messenger por descubrir.  <a href='http://download.live.com/' target='_new'>¡Descárgatelo! </a></body>
</html>