Re: [Anjuta-list] Project Structure and Configuration



Never mind, I figured it out, I added a variable which points to an the
project directory and added that as an Include argument in the compiler
options.

George

On Mon, 2008-12-29 at 09:24 +0000, George McLachlan wrote:
> Hi,
>    I reorganised the structure of the project I am working on, I added a
> Group called "libdroplet" and added a target of libdropletserver.la and
> added some source files to that. 
> 
> With the default configuration I can easily include the header in main
> with "#include libdroplet/DropletServer.hpp"
> 
> However when I changed the configuration of the project to Debug, which
> creates a sub directory called Debug, I get compile errors saying it
> cannot find the header file. I can get round that by changing 
> 
> #include libdroplet/DropletServer.hpp
> to
> #include ../libdroplet/DropletServer.hpp
> 
> That is not really practical. if there a way to configure it so that
> this doesn't have to be done. 
> 
> George 
> 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/anjuta-list





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]