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 hav

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

[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 -

[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:

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: > 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

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 f

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 ap

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: > 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 t

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