Re: [E-devel] [patch] First post, first fix

2004-08-24 Thread Didier Casse
On 24/08/04, at 21:08 -0400, Michael Jennings <[EMAIL PROTECTED]> wrote:

> [...]
> It
> kinda bugs me that we're now expecting end users to have libtool
> installed

What's wrong with that? Isn't the trio Autoconf, Automake and Libtool a
must in every box?


With kind regards,
Didier.

---
____
   /-oo /| |.-.
  .\__/ || |   |
   _ /  \._ \|_|_.-|
  | /  \__.\=._) (_

Didier F.B Casse | PhD student | Singapore Synchrotron light Source (SSLS)
Email: didierbe AT sps dot nus dot sg | Web: http://ssls.nus.edu.sg
GPG Key 1024D/B3C57D01 2004-06-23




---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch] First post, first fix

2004-08-24 Thread The Rasterman
On Tue, 24 Aug 2004 21:08:41 -0400 Michael Jennings <[EMAIL PROTECTED]> babbled:
(B
(B> On Wednesday, 25 August 2004, at 08:55:15 (+0900),
(B> Carsten Haitzler wrote:
(B> 
(B> > not anymore. it relies on the system libltdl now.
(B> 
(B> Yeah, I discovered that after I went back and checked the revert you
(B> committed.  Would it help/hurt to put --ltdl on the end of the
(B> libtoolize call?  Or should we just apply this patch and move on?  It
(B> kinda bugs me that we're now expecting end users to have libtool
(B> installed
(B
(Bthe thing is - its installed for most things now anyway. :( it's become a base
(Bpackage - so why ship our own? :) personally i'd be happy to use dlopen()
(Bmyself. i really stopped giving a rats about porting to systems that dont
(Bsupport .so's long ago.
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
(B___
(Benlightenment-devel mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] [patch] First post, first fix

2004-08-24 Thread Michael Jennings
On Wednesday, 25 August 2004, at 08:55:15 (+0900),
Carsten Haitzler wrote:

> not anymore. it relies on the system libltdl now.

Yeah, I discovered that after I went back and checked the revert you
committed.  Would it help/hurt to put --ltdl on the end of the
libtoolize call?  Or should we just apply this patch and move on?  It
kinda bugs me that we're now expecting end users to have libtool
installed

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)
---
 "Greatness is never appreciated in youth, called pride in mid-life,
  dismissed in old age, and reconsidered in death.  Because we cannot
  tolerate greatness in our midst, we do all we can do destroy it."
   -- Lady Morella (Majel Barrett Roddenberry), "Babylon Five"


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL on AMD64

2004-08-24 Thread Mike Frysinger
On Wednesday 25 August 2004 12:31 am, Chris Boersma wrote:
> I just finished putting together my amd64 based system, and i'm trying to
> get the EFL to compile using linux32 emulation.  I can get imlib2, edb, and
> eet to compile but i have yet to get evas to compile successfully. 
> Currently it fails building the evas_software_x11_test with this error

i just emerged most of the EFL on this amd64 dev box and everything went 
fine ...
maybe try running configure in evas with --disable-mmx ?
-mike


pgpyakJyBOy9o.pgp
Description: signature


Re: [E-devel] [patch] First post, first fix

2004-08-24 Thread The Rasterman
On Tue, 24 Aug 2004 08:15:06 -0400 Michael Jennings <[EMAIL PROTECTED]> babbled:
(B
(B> On Tuesday, 24 August 2004, at 05:21:23 (+0200),
(B> Marco wrote:
(B> 
(B> > The "ltdl" library was not checked during configure. I added some
(B> > line in configure.in to correct this.
(B> 
(B> This is incorrect.  The libltdl sources are generated by running
(B> autogen.sh and act as part of the Imlib2 package.  You may have issues
(B> with your libtool.
(B
(Bnot anymore. it relies on the system libltdl now.
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
(B___
(Benlightenment-devel mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

[E-devel] Iconbar tiny setlocale patch

2004-08-24 Thread Szymon Boniecki
Hello,

with this patch Iconbar displays names of the months and days of
the week (and possible other words) according to the current
LC_TIME.

-- 
Szymon Boniecki
http://dmr.art.pl
--- iconbar_orig.c  2004-08-24 23:52:52.934738096 +0200
+++ iconbar.c   2004-08-24 23:58:30.121477920 +0200
@@ -3,6 +3,7 @@
 #include "util.h"
 #include 
 #include 
+#include 
 #include "prefs.h"
 #include "icon_editor.h"
 
@@ -293,6 +294,7 @@
 if((ib = (Iconbar*)data))
 {
   _tm = localtime(&_time);
+  setlocale(LC_TIME, "");
   strftime(buf, PATH_MAX, iconbar_config_time_format_get(), _tm);
   edje_object_part_text_set(ib->gui, "clock", buf);
   return(1);


[E-devel] EFL on AMD64

2004-08-24 Thread Chris Boersma
I just finished putting together my amd64 based system, and i'm trying to get the EFL 
to compile using linux32 emulation.  I can get imlib2, edb, and eet to compile but i 
have yet to get evas to compile successfully.  Currently it fails building the 
evas_software_x11_test with this error

"gcc -g -O2 -o .libs/evas_software_x11_test evas_test_main.o evas_software_x11_main.o  
../../src/lib/.libs/libevas.so /usr/lib/libfreetype.so -lpng -L/usr/local/lib 
/usr/local/lib/libeet.so /usr/lib/libjpeg.so /usr/local/lib/libedb.so -lz 
-L/usr/X11R6/lib -L/usr/lib32 -L/usr/lib /usr/lib/libGLU.so 
/usr/lib/opengl/nvidia/lib/libGL.so -lSM -lICE -lXmu -lXt -lXi -ldl -lpthread -lm 
-lX11 -lXext -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/lib/opengl/nvidia/lib
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
skipping incompatible /usr/lib32/libpng.so when searching for -lpng
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
skipping incompatible /usr/lib32/libpng.a when searching for -lpng
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
skipping incompatible /usr/lib32/libz.so when searching for -lz
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
skipping incompatible /usr/lib32/libz.a when searching for -lz
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
skipping incompatible /usr/lib32/libdl.so when searching for -ldl
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
skipping incompatible /usr/lib32/libdl.a when searching for -ldl
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
skipping incompatible /usr/lib32/libpthread.so when searching for -lpthread
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
skipping incompatible /usr/lib32/libpthread.a when searching for -lpthread
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
skipping incompatible /usr/lib32/libm.so when searching for -lm
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
skipping incompatible /usr/lib32/libm.a when searching for -lm
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
skipping incompatible /usr/lib32/libc.so when searching for -lc
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
skipping incompatible /usr/lib32/libc.a when searching for -lc
../../src/lib/.libs/libevas.so: undefined reference to 
`evas_common_scale_rgba_mipmap_down_2x2_mmx'
collect2: ld returned 1 exit status"

Has anyone here sucessfully gotten the EFL to compile in a 64bit environment?

-- 
Chris Boersma
[EMAIL PROTECTED]


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch] First post, first fix

2004-08-24 Thread Tilman Sauerbeck
Michael Jennings <[EMAIL PROTECTED]> [2004-08-24 15:01]:
> On Tuesday, 24 August 2004, at 05:21:23 (+0200),
> Marco wrote:
> 
> > The "ltdl" library was not checked during configure. I added some
> > line in configure.in to correct this.
> 
> This is incorrect.  The libltdl sources are generated by running
> autogen.sh and act as part of the Imlib2 package.  You may have issues
> with your libtool.

*This* is incorrect. libltdl was removed from Imlib2 some months ago.

-- 
Regards,
Tilman


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch] First post, first fix

2004-08-24 Thread Michael Jennings
On Tuesday, 24 August 2004, at 05:21:23 (+0200),
Marco wrote:

> The "ltdl" library was not checked during configure. I added some
> line in configure.in to correct this.

This is incorrect.  The libltdl sources are generated by running
autogen.sh and act as part of the Imlib2 package.  You may have issues
with your libtool.

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)
---
 "I'm not talking about moving in, and I don't want to change your
  life.  But there's a warm wind blowing, the stars are out, and I'd
  really love to see you tonight."  -- England Dan and John Ford Coley


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel