* Mathieu Bruneau ([EMAIL PROTECTED]) wrote:
> Mike Frysinger wrote:
> 
> >here's what i got for depends:
> >[EMAIL PROTECTED] 0 root # emerge entice -ep
> >media-libs/imlib2
> >dev-db/edb
> >dev-libs/eet
> >x11-libs/evas
> >x11-libs/ecore
> >media-libs/edje
> >media-libs/epeg
> >media-libs/epsilon
> >x11-libs/esmart
> >media-gfx/entice
> >
> >
> Thanks, i'm in the progress of builiding it (looking at e17 website for 
> build orders...) I figured out that epsilon is missing in the build 
> order in the website. As esmart is needing it and it doesn't mention it 
> anywhere (maybe it wasn't when the website was put on) just to let you know.
We should prolly fix this, thanks for the heads up :)

> 
> I want to mention too that if you are using the --prefix esmart has 
> trouble finding Evas.h and Ecore.h I don't know what should be the right 
> way to fix this... Is that the user responsabilities to adds 
> $prefix/include to path ?!
nope, as a temp fix most stuff handles things like the following fairly
well.

$ CFLAGS="-I/opt/e17/include"; export CFLAGS
$ LDFLAGS="-L/opt/e17/lib -levas -lecore"; export LDFLAGS
$ ./configure --prefix=/opt/e17 
[ ... ]
$ make

I don't know if that honestly works, but something similar probably
should.  Maybe I'm weird, but I like --prefix=/usr :)

__
Corey Donohoe
atmos.org


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to