Re: [E-devel] Priority (bis)

2004-02-18 Thread Alan Schmitt
* Alan Schmitt ([EMAIL PROTECTED]) wrote: > * Carsten Haitzler ([EMAIL PROTECTED]) wrote: > > i did a handy dependency graph: > > > > http://www.rasterman.com/files/efl2.png > > > > :) most projects have their dependencies clearly documented in their respective > > README's and docs. > > This gr

Re: [E-devel] Priority (bis)

2004-02-18 Thread The Rasterman
On Wed, 18 Feb 2004 08:59:18 +0100 Alan Schmitt <[EMAIL PROTECTED]> babbled: > * Alan Schmitt ([EMAIL PROTECTED]) wrote: > > * Carsten Haitzler ([EMAIL PROTECTED]) wrote: > > > i did a handy dependency graph: > > > > > > http://www.rasterman.com/files/efl2.png > > > >

Re: [E-devel] Priority (bis)

2004-02-18 Thread Vincent Torri
> > > > Sorry, I saw it there: http://enlightenment.org/pages/efl.html > > oh and it has 1 small mistake i noticed. evas also depends on edb - so a arrow > from evas to edb would be needed... but also note - edb and eet are OPTIONAL for > evas alone. its edje that requires that eva shave at leas

Re: [E-devel] Priority (bis)

2004-02-18 Thread The Rasterman
On Wed, 18 Feb 2004 09:16:23 +0100 (MET) Vincent Torri <[EMAIL PROTECTED]> babbled: > > > > > > > Sorry, I saw it there: http://enlightenment.org/pages/efl.html > > > > oh and it has 1 small mistake i noticed. evas also depends on edb - so a > > arrow from evas to edb wo

[E-devel] building evas without qtopia problem

2004-02-18 Thread Alan Schmitt
Hi, I'm trying to build evas. I first had the AC_PROG_CXX problem (which I solved commenting the line out), but now even though configure tells me it won't built software_qtopia, it still does and fails. The Makefile has these lines that I find suspicious: BUILD_ENGINE_BUFFER_FALSE = # BUILD_E

Re: [E-devel] building evas without qtopia problem

2004-02-18 Thread The Rasterman
On Wed, 18 Feb 2004 09:17:43 +0100 Alan Schmitt <[EMAIL PROTECTED]> babbled: > Hi, > > I'm trying to build evas. I first had the AC_PROG_CXX problem (which I > solved commenting the line out), but now even though configure tells me > it won't built software_qtopia, it still

[E-devel] edje and OS X

2004-02-18 Thread Chris Ross
Ok, So I am playing with edje under OSX. When edge_cc tries to compile the .edc's it chokes on OS X's cpp. I have made some changes to the source that give the default behaviour except if the environment variable EDJE_CPP is set. Anyone mind if I commit this change ? Chris PGP.sig Descriptio

Re: [E-devel] edje and OS X

2004-02-18 Thread The Rasterman
On Wed, 18 Feb 2004 10:14:22 + Chris Ross <[EMAIL PROTECTED]> babbled: > Ok, > > So I am playing with edje under OSX. When edge_cc tries to compile the > .edc's > it chokes on OS X's cpp. I have made some changes to the source that > give the > default behaviour exce

Re: [E-devel] edje and OS X

2004-02-18 Thread Nathan Ingersoll
Cpp on OS X requires that the input be passed on stdin. I have a change in my local copy that does "cat file | cpp ...". I haven't committed because others have seen a similar issue with gcc 3.3 under linux, but that line did not fix the issue for them. My preference would be that the CPP to be use