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

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

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

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] (Bbabbled: (B (B On Wed, 18 Aug 2004, Didier Casse wrote: (B You have to compile the EFLs in the correct order. (B Suggested order is: (B (B # eet (B # edb (B # imlib2 (B # embryo (B # evas (B (B I'm

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] (Bbabbled: (B (B On Wed, Aug 18, 2004 at 01:17:32PM +0800, in the study, with the lead pipe, (B Didier Casse wrote: (B Suggested order is: (B ... (B (B You're forgetting imlib2_loaders, which should come after

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] (Bbabbled: (B (B On Thu, Aug 19, 2004 at 09:16:49AM +0900, in the study, with the lead pipe, (B Carsten Haitzler wrote: (B actually imlib2_loaders should come after imlib2 and after edb and eet - but (B otherwise

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

2004-08-17 Thread Lydia Zeo
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 install. But I couldn’t find any configure file in the CVS source. Is

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 install.