Re: [E-devel] #includes in Eina.h

2010-10-20 Thread Raphael Kubo da Costa
At Wed, 20 Oct 2010 08:08:21 +0900, Carsten Haitzler (The Rasterman) wrote: > aaah and this is where things clash. we TOTALLY rely on pkg-config as part of > the solution. if you try to not use it, you are fighting against EFL. > literally > we DEPEND on pkg-config to be able to, in future, change

Re: [E-devel] #includes in Eina.h

2010-10-19 Thread The Rasterman
On Tue, 19 Oct 2010 13:34:17 -0200 Raphael Kubo da Costa said: > At Tue, 19 Oct 2010 16:31:38 +0200 (CEST), > Vincent Torri wrote: > > On Tue, 19 Oct 2010, Raphael Kubo da Costa wrote: > > > > > Hey all, > > > > > > The installed Eina.h includes the files in the eina/ subdirectory via > > > #inc

Re: [E-devel] #includes in Eina.h

2010-10-19 Thread Gustavo Sverzut Barbieri
On Tue, Oct 19, 2010 at 2:43 PM, Vincent Torri wrote: > > > On Tue, 19 Oct 2010, Gustavo Sverzut Barbieri wrote: > >> On Tue, Oct 19, 2010 at 1:47 PM, Vincent Torri >> wrote: >>> >>> >>> On Tue, 19 Oct 2010, Raphael Kubo da Costa wrote: >>> At Tue, 19 Oct 2010 16:31:38 +0200 (CEST), Vin

Re: [E-devel] #includes in Eina.h

2010-10-19 Thread Vincent Torri
On Tue, 19 Oct 2010, Gustavo Sverzut Barbieri wrote: > On Tue, Oct 19, 2010 at 1:47 PM, Vincent Torri wrote: >> >> >> On Tue, 19 Oct 2010, Raphael Kubo da Costa wrote: >> >>> At Tue, 19 Oct 2010 16:31:38 +0200 (CEST), >>> Vincent Torri wrote: On Tue, 19 Oct 2010, Raphael Kubo da Costa wrot

Re: [E-devel] #includes in Eina.h

2010-10-19 Thread Gustavo Sverzut Barbieri
On Tue, Oct 19, 2010 at 1:47 PM, Vincent Torri wrote: > > > On Tue, 19 Oct 2010, Raphael Kubo da Costa wrote: > >> At Tue, 19 Oct 2010 16:31:38 +0200 (CEST), >> Vincent Torri wrote: >>> On Tue, 19 Oct 2010, Raphael Kubo da Costa wrote: >>> Hey all, The installed Eina.h includes the

Re: [E-devel] #includes in Eina.h

2010-10-19 Thread Vincent Torri
On Tue, 19 Oct 2010, Raphael Kubo da Costa wrote: > At Tue, 19 Oct 2010 16:31:38 +0200 (CEST), > Vincent Torri wrote: >> On Tue, 19 Oct 2010, Raphael Kubo da Costa wrote: >> >>> Hey all, >>> >>> The installed Eina.h includes the files in the eina/ subdirectory via >>> #include "foo.h" instead of

Re: [E-devel] #includes in Eina.h

2010-10-19 Thread Raphael Kubo da Costa
At Tue, 19 Oct 2010 16:31:38 +0200 (CEST), Vincent Torri wrote: > On Tue, 19 Oct 2010, Raphael Kubo da Costa wrote: > > > Hey all, > > > > The installed Eina.h includes the files in the eina/ subdirectory via > > #include "foo.h" instead of #include "eina/foo.h" or #include > > . > > > > Are peopl

Re: [E-devel] #includes in Eina.h

2010-10-19 Thread Vincent Torri
On Tue, 19 Oct 2010, Raphael Kubo da Costa wrote: > Hey all, > > The installed Eina.h includes the files in the eina/ subdirectory via > #include "foo.h" instead of #include "eina/foo.h" or #include > . > > Are people always expected to -I both eina-1's path and eina-1/eina? I > thought #includ'

[E-devel] #includes in Eina.h

2010-10-19 Thread Raphael Kubo da Costa
Hey all, The installed Eina.h includes the files in the eina/ subdirectory via #include "foo.h" instead of #include "eina/foo.h" or #include . Are people always expected to -I both eina-1's path and eina-1/eina? I thought #includ'ing and -I'ing $PATH_TO_EINA-1 was enough, and the rest was detail