Cmake and Kdevelop.

Marcelo Magno T. Sales mmtsales at gmail.com
Tue Jan 27 19:43:45 GMT 2009


I have the same problem here, couldn't get the custom include path to 
work.

[]'s
Marcelo

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






More information about the KDevelop mailing list