Re: [E-devel] Re: E CVS: libs/ecore tsauerbeck

2004-08-27 Thread Mike Frysinger
On Friday 27 August 2004 04:30 pm, Shish wrote: > Which reminds me of something - why is it the app's job to decide which > display engine to use? I would have thought it better to have a generic > window_get() function for the apps to call, and based on the user > config, it either returns a softw

Re: [E-devel] Re: E CVS: libs/ecore tsauerbeck

2004-08-27 Thread Ibukun Olumuyiwa
On Fri 27 Aug 2004, Shish wrote: > >>>Log Message: > >>>added ecore_evas_gl_x11_window_get() > >> > >>Is this not redundant? It doesn't do anything different from > >>software_x11_window_get() as far as I can see. Feels like unneeded bloat. > > > >Yes, but the function name clearly indicates that i

Re: [E-devel] Re: E CVS: libs/ecore tsauerbeck

2004-08-27 Thread Shish
Log Message: added ecore_evas_gl_x11_window_get() Is this not redundant? It doesn't do anything different from software_x11_window_get() as far as I can see. Feels like unneeded bloat. Yes, but the function name clearly indicates that its specific to the engine that's used so it makes sense to have

Re: [E-devel] Re: E CVS: libs/ecore tsauerbeck

2004-08-27 Thread The Rasterman
On Sat, 28 Aug 2004 01:09:19 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > > So why not rename the function to ecore_evas_x11_window_get() or something > > similar? I know it's massive api breakage, but it should be trivially easy > > to fix throughout CVS. I guess I just do

Re: [E-devel] EFL on AMD64

2004-08-27 Thread The Rasterman
On Tue, 24 Aug 2004 20:35:20 -0400 Mike Frysinger <[EMAIL PROTECTED]> babbled: > 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 imlib

Re: [E-devel] EFL on AMD64

2004-08-27 Thread Mike Frysinger
On Friday 27 August 2004 08:00 pm, Carsten Haitzler wrote: > mmx should work as there is nothing 32bit specific about its use of > pointers and it does not even refer to specific 32bit registers. the mmx > asm in imlib2 on the other hand is 32bit specific. cool ... i was just sugges

Re: [E-devel] Re: E CVS: libs/ecore tsauerbeck

2004-08-27 Thread Tilman Sauerbeck
Ibukun Olumuyiwa <[EMAIL PROTECTED]> [2004-08-28 01:03]: > On Fri 27 Aug 2004, Tilman Sauerbeck wrote: > > Ibukun Olumuyiwa <[EMAIL PROTECTED]> [2004-08-27 16:38]: > > > On Fri 27 Aug 2004, [EMAIL PROTECTED] wrote: > > > > Enlightenment CVS committal > > > > > > > > Author : tsauerbeck > > > > Pr

Re: [E-devel] Re: E CVS: libs/ecore tsauerbeck

2004-08-27 Thread Ibukun Olumuyiwa
On Fri 27 Aug 2004, Tilman Sauerbeck wrote: > Ibukun Olumuyiwa <[EMAIL PROTECTED]> [2004-08-27 16:38]: > > On Fri 27 Aug 2004, [EMAIL PROTECTED] wrote: > > > Enlightenment CVS committal > > > > > > Author : tsauerbeck > > > Project : e17 > > > Module : libs/ecore > > > > > > Dir : e17/libs/

[E-devel] trivial iconbar patch

2004-08-27 Thread Jim Perrin
Here's a trivial patch to iconbar to make 'make dist' work. Mostly there just appear to be some stale entries on the EXTRA_DIST line. make distcheck still fails, but it's friday. evo-iconbar.diff Description: Binary data

[E-devel] iconbar spec file

2004-08-27 Thread Jim Perrin
I was putting off actually accomplishing something today and decided to write a quick spec file for iconbar. Happy friday. iconbar.spec Description: Binary data

Re: [E-devel] EFL on AMD64

2004-08-27 Thread Ben Rockwood
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 wi

Re: [E-devel] Re: E CVS: libs/ecore tsauerbeck

2004-08-27 Thread Tilman Sauerbeck
Ibukun Olumuyiwa <[EMAIL PROTECTED]> [2004-08-27 16:38]: > On Fri 27 Aug 2004, [EMAIL PROTECTED] wrote: > > Enlightenment CVS committal > > > > Author : tsauerbeck > > Project : e17 > > Module : libs/ecore > > > > Dir : e17/libs/ecore/src/lib/ecore_evas > > > > > > Modified Files: > >

[E-devel] Re: E CVS: libs/ecore tsauerbeck

2004-08-27 Thread Ibukun Olumuyiwa
On Fri 27 Aug 2004, [EMAIL PROTECTED] wrote: > Enlightenment CVS committal > > Author : tsauerbeck > Project : e17 > Module : libs/ecore > > Dir : e17/libs/ecore/src/lib/ecore_evas > > > Modified Files: > Ecore_Evas.h.in ecore_evas_x.c > > > Log Message: > added ecore_evas_gl_x11

[E-devel] edb && "Building with multiple versions of Berkeley DB"

2004-08-27 Thread Ben Martin
Hi, The issue has been around for ages and I was hoping it would silently disappear :/ If you have an app that uses edb (or links with an EFL that does) and the app wants to use a berkeley dbX version itself then you get segv. I'm not sure if the bdb that edb is based on supports unique prefixing