[E-devel] fixes for e17 EFL CVS

2004-10-14 Thread Dave Andruczyk

I checked out the E17 CVS to see what's in there andfound a couple bugs that
hungup the compiles..

in lib/ewl/data/themes/default/bits/entry-groups.edc

Change line 30 from:
  name,  base;
to:
  name, border;

Wouldn't compile without that.  (not sure if it's 100% correct though)

in apps/entrace/data/theems/default/img  menu.png, menu_bottom_center.png,
menu_bottom_left.png, menu_bottom_right.png, menu_top_center.png,
mentu_top_left.png and menu_top.right.png are missing.  I copied them from 
entrace/data/themes/Nebulous/img. (most likely not right, but allowed
compilation to complete.  most likely cause, they were not committed to CVS on
the main dev's box)

Also on my gentoo system, a straight ./autogen.sh for almost all libs did NOT
work,  I'd get an immediate failure usually at the end of ./configure or when
running make:

make[2]: Entering directory `/home/dave/cvs/e17/libs/edb/src'
Makefile:324: *** missing separator.  Stop.

Running autoreconf;./configure; make  seemed to fix it and it never came
back.



=
Dave J. Andruczyk



__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] fixes for e17 EFL CVS

2004-10-14 Thread Andrew Elcock
Dave Andruczyk wrote:
Also on my gentoo system, a straight ./autogen.sh for almost all libs did NOT
work,  I'd get an immediate failure usually at the end of ./configure or when
running make:
make[2]: Entering directory `/home/dave/cvs/e17/libs/edb/src'
Makefile:324: *** missing separator.  Stop.
Running autoreconf;./configure; make  seemed to fix it and it never came
back.

=
Dave J. Andruczyk
 

Would all gentoo users PLEASE NOTE:
export WANT_AUTOMAKE=1.7
BEFORE running ./autogen.sh on any of the E project.
Gentoo by default runs 1.4 or something retarded and this modification 
makes it sane.

I hope this gets into the archives and is never asked again :)
Handy


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] fixes for e17 EFL CVS

2004-10-14 Thread Michael Jennings
On Thursday, 14 October 2004, at 16:26:51 (+0100),
Andrew Elcock wrote:

 Would all gentoo users PLEASE NOTE:
 
 export WANT_AUTOMAKE=1.7
 
 BEFORE running ./autogen.sh on any of the E project.  Gentoo by
 default runs 1.4 or something retarded and this modification makes
 it sane.

Unless raster has said otherwise, automake 1.4 is still the
officially supported automake version.  So if it doesn't work with
1.4, it needs to be MADE to work with 1.4.  Or raster needs to change
his mind, one of the two.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 Your best?  Losers always whine about [doing] their best.  Winners
  go home and f*** the prom queen.-- Sean Connery, The Rock


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] fixes for e17 EFL CVS

2004-10-14 Thread Blake B.
These are both fixed in CVS.
-Blake
Dave Andruczyk wrote:
I checked out the E17 CVS to see what's in there andfound a couple bugs that
hungup the compiles..
in lib/ewl/data/themes/default/bits/entry-groups.edc
Change line 30 from:
 name,  base;
to:
 name, border;
Wouldn't compile without that.  (not sure if it's 100% correct though)
in apps/entrace/data/theems/default/img  menu.png, menu_bottom_center.png,
menu_bottom_left.png, menu_bottom_right.png, menu_top_center.png,
mentu_top_left.png and menu_top.right.png are missing.  I copied them from 
entrace/data/themes/Nebulous/img. (most likely not right, but allowed
compilation to complete.  most likely cause, they were not committed to CVS on
the main dev's box)

Also on my gentoo system, a straight ./autogen.sh for almost all libs did NOT
work,  I'd get an immediate failure usually at the end of ./configure or when
running make:
make[2]: Entering directory `/home/dave/cvs/e17/libs/edb/src'
Makefile:324: *** missing separator.  Stop.
Running autoreconf;./configure; make  seemed to fix it and it never came
back.

=
Dave J. Andruczyk
		
__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] fixes for e17 EFL CVS

2004-10-14 Thread Christopher Wagner
Michael Jennings wrote:
On Thursday, 14 October 2004, at 16:26:51 (+0100),
Andrew Elcock wrote:

Would all gentoo users PLEASE NOTE:
export WANT_AUTOMAKE=1.7
BEFORE running ./autogen.sh on any of the E project.  Gentoo by
default runs 1.4 or something retarded and this modification makes
it sane.

Unless raster has said otherwise, automake 1.4 is still the
officially supported automake version.  So if it doesn't work with
1.4, it needs to be MADE to work with 1.4.  Or raster needs to change
his mind, one of the two.
Michael
Gentoo users do need to export WANT_AUTOMAKE=1.7, however I'm reasonbly 
sure that the default is not 1.4. As far as I know, the default is the 
newest version, which on my system is 1.8. At least, my system seems to 
use 1.8, if I don't export WANT_AUTOMAKE=1.7

Christopher

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] fixes for e17 EFL CVS

2004-10-14 Thread Arlo
We could always use scons.  :P
-Arlo

Unless raster has said otherwise, automake 1.4 is still the
officially supported automake version.  So if it doesn't work with
1.4, it needs to be MADE to work with 1.4.  Or raster needs to change
his mind, one of the two.
Michael


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel