Re: [e-users] newbie question: how to compile CVS file?

2004-08-17 Thread Didier Casse
On 17/08/04, at 19:26 -0700, Lydia Zeo <[EMAIL PROTECTED]> wrote: > Hi List, > I downloaded e17 from CVS, but I have no idea how to > compile the ELF. I am beginner to Linux environment (I > am using RH 8.0). What I normally do to compile a > source file are. /configure, make and make instal

Re: [e-users] newbie question: how to compile CVS file?

2004-08-18 Thread Justin Rocha (Xenith)
On Wed, Aug 18, 2004 at 01:17:32PM +0800, in the study, with the lead pipe, Didier Casse wrote: > Suggested order is: >... You're forgetting imlib2_loaders, which should come after edb/eet but before evas. And, of course, after imlib2. And to be picky, emotion requires evas, ecore, and edje (as

Re: [e-users] newbie question: how to compile CVS file?

2004-08-18 Thread Peter Lundqvist
On Wed, 18 Aug 2004, Didier Casse wrote: You have to compile the EFLs in the correct order. Suggested order is: # eet # edb # imlib2 # embryo # evas I'm pretty sure embryo depends on evas. IIRC it asks for evas-config ps. If any moderator sees this, my previous mail accidently used the wrong ro

Re: [e-users] newbie question: how to compile CVS file?

2004-08-18 Thread Smoke
build.sh Description: Bourne shell script

Re: [e-users] newbie question: how to compile CVS file?

2004-08-18 Thread The Rasterman
On Wed, 18 Aug 2004 13:17:00 +0200 (CEST) Peter Lundqvist <[EMAIL PROTECTED]> babbled: > On Wed, 18 Aug 2004, Didier Casse wrote: > > You have to compile the EFLs in the correct order. > > Suggested order is: > > > > # eet > > # edb > > # imlib2 > > # embryo > > #

Re: [e-users] newbie question: how to compile CVS file?

2004-08-18 Thread The Rasterman
On Wed, 18 Aug 2004 03:28:50 -0700 "Justin Rocha (Xenith)" <[EMAIL PROTECTED]> babbled: > On Wed, Aug 18, 2004 at 01:17:32PM +0800, in the study, with the lead pipe, > Didier Casse wrote: > > Suggested order is: > >... > > You're forgetting imlib2_loaders, which should com

Re: [e-users] newbie question: how to compile CVS file?

2004-08-18 Thread Didier Casse
On 18/08/04, at 03:28 -0700, Justin Rocha (Xenith) <[EMAIL PROTECTED]> wrote: > On Wed, Aug 18, 2004 at 01:17:32PM +0800, in the study, with the lead pipe, Didier > Casse wrote: > > Suggested order is: > >... > > You're forgetting imlib2_loaders, which should come after edb/eet but before > evas.

Re: [e-users] newbie question: how to compile CVS file?

2004-08-18 Thread Justin Rocha (Xenith)
On Thu, Aug 19, 2004 at 09:16:49AM +0900, in the study, with the lead pipe, Carsten Haitzler wrote: > actually imlib2_loaders should come after imlib2 and after edb and eet - but > otherwise it doesn't mater - u can compile it last if u want. nothing depends on > imlib2_loaders at compile-time. >

Re: [e-users] newbie question: how to compile CVS file?

2004-08-18 Thread The Rasterman
On Wed, 18 Aug 2004 22:13:01 -0700 "Justin Rocha (Xenith)" <[EMAIL PROTECTED]> babbled: > On Thu, Aug 19, 2004 at 09:16:49AM +0900, in the study, with the lead pipe, > Carsten Haitzler wrote: > > actually imlib2_loaders should come after imlib2 and after edb and eet - but > > oth

Re: [e-users] newbie question: how to compile CVS file?

2004-08-19 Thread Smoke
On Wednesday, Aug 18, 2004 at 19:50, Smoke wrote: nothing, apparently :) Sorry about that. This is what I had typed in, but forgot save, along with the attachment again... In case this is of any use to anyone, I wrote a quicky script that sucks down the latest EFL from CVS and the goes through al

Re: [e-users] newbie question: how to compile CVS file?

2004-08-19 Thread Shish
I just downloaded & built CVS successfully* from scratch, using the instructions here: http://enlightenment.org/pages/cvsnotes.html (not linked from the menu, btw) After that, the basic apps built fine too * emotion doesn't seem to build - one of the libtool commands comes up with -rpath then

Re: [e-users] newbie question: how to compile CVS file?

2004-08-19 Thread Jonathan Charnas
Actually, they're linked from the source page. Go on the source page and it'll be linked there as "Build Notes -- READ THIS!". Of course, it's not in an obvious place, but it's good enough for what my taste. For your error, I don't know... I suppose it'll be fixed. Usually it's a problem with the v

Re: [e-users] newbie question: how to compile CVS file?

2004-08-31 Thread Webmaster
You have to compile the EFLs in the correct order. Suggested order is: # eet # edb # imlib2 # embryo # evas I'm pretty sure evas goes before embryo. IIRC it asked for evas-config ...http://www.update.uu.se/~peterl. Peter Lundqvist