Re: [E-devel] GCC attributes usage

2007-11-04 Thread Gustavo Sverzut Barbieri
On 11/4/07, Nathan Ingersoll [EMAIL PROTECTED] wrote: In the case of ewl, most of the functions are public so that external modules can inherit and override defaults. Any truly private functions are static. Did you see something specific in ewl that would benefit? no specific thing, but I'd

Re: [E-devel] E17's Direction and Development

2007-11-04 Thread Hisham Mardam Bey
On 11/3/07, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: Granted, but if the file manager functionality is going to take a lot of time to complete we should just put it on hold and work on the bugs in the TODO. it shouldn't take a tonne of time to complete. though from what

Re: [E-devel] GCC attributes usage

2007-11-04 Thread Sebastian Dransfeld
Gustavo Sverzut Barbieri wrote: Hi guys, I tried to compile CVS with LDFLAGS=-fvisibility=hidden and to my double surprise: 1) most modules built fine, 2) things that would benefit most, don't use it :-/ Modules that miss EAPI (or __attribute__ ((visibility(default: e_dbus efreet

Re: [E-devel] improvements of configure

2007-11-04 Thread Vincent Torri
Hey, I've begun to do the modifications of the configure.in and Makefile.am files. It's a very long process (lots of files and checks to do). For now, i've ported the libs that e17 uses (eet, evas, ecore, embryo, edje and e_dbus), in addition to efreet. I'll continue next week-end. Because

Re: [E-devel] ecore_path questions

2007-11-04 Thread Peter Wehrfritz
Vincent Torri schrieb: Hey I have 2 qestions about ecore_path: 1) about ecore_path_group_new, the documentation says that if an error occured, then 0 is returned. But I see a return -1; Shouldn't the function return 0 instead ? Also, if ecore_list_new return NULL, shouldn't we also

[E-devel] Nightly build log for E17 on 2007-11-04 07:03:52 -0800

2007-11-04 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2007-11-04 07:03:52 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: engage http://download.enlightenment.org/tests/logs/engage.log entrance_edit_gui

Re: [E-devel] Discussion about Evas perfs for scrolling

2007-11-04 Thread Gustavo Sverzut Barbieri
Sorry, the mail got out of list, my fault :-/ On 11/4/07, Simon TRENY [EMAIL PROTECTED] wrote: On Sat, 3 Nov 2007 22:36:49 -0300, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote : On 11/3/07, Simon TRENY [EMAIL PROTECTED] wrote: Hi guys! Evas is a really great lib with very good

Re: [E-devel] GCC attributes usage

2007-11-04 Thread Gustavo Sverzut Barbieri
On 11/4/07, Sebastian Dransfeld [EMAIL PROTECTED] wrote: Gustavo Sverzut Barbieri wrote: Hi guys, I tried to compile CVS with LDFLAGS=-fvisibility=hidden and to my double surprise: 1) most modules built fine, 2) things that would benefit most, don't use it :-/ Modules that miss EAPI

Re: [E-devel] Discussion about Evas perfs for scrolling

2007-11-04 Thread Vincent Torri
On Sun, 4 Nov 2007, Gustavo Sverzut Barbieri wrote: Quite frankly, performance is not a problem even for us running on ARM machines with 230mhz, that's without any optimization (mmx, sse) at all. And we're using Python code on top of that! What we miss most is lack of filter objects

Re: [E-devel] Discussion about Evas perfs for scrolling

2007-11-04 Thread Gustavo Sverzut Barbieri
On 11/4/07, Vincent Torri [EMAIL PROTECTED] wrote: On Sun, 4 Nov 2007, Gustavo Sverzut Barbieri wrote: Quite frankly, performance is not a problem even for us running on ARM machines with 230mhz, that's without any optimization (mmx, sse) at all. And we're using Python code on top of

Re: [E-devel] GCC attributes usage

2007-11-04 Thread Cedric BAIL
Hi, On Sunday 04 November 2007 02:44:58 Gustavo Sverzut Barbieri wrote: I tried to compile CVS with LDFLAGS=-fvisibility=hidden and to my double surprise: 1) most modules built fine, 2) things that would benefit most, don't use it :-/ Modules that miss EAPI (or __attribute__

Re: [E-devel] GCC attributes usage

2007-11-04 Thread Ulisses Furquim
Hi, On 11/4/07, Cedric BAIL [EMAIL PROTECTED] wrote: Did you test etk with an evas compiled with -fvisibility=hidden . It fail for me due to a missing symbol for evas event callback or something like that. This symbol is not marked by EAPI inside evas, so the result is logical. I don't know

Re: [E-devel] GCC attributes usage

2007-11-04 Thread Ulisses Furquim
Hi, On 11/4/07, Sebastian Dransfeld [EMAIL PROTECTED] wrote: e_dbus and efreet now has EAPI support, and E can be run with -fvisibility=hidden! Heh, I was going to do exactly that but you beat me. Nice, thanks. :-) I think we could also add 'extern C' to e_dbus headers (efreet already has it)

[E-devel] ecore direct fb

2007-11-04 Thread jochen schroeder
Hi all, just noticed that ecore direct fb is now enabled by default. Is that on purpose or an error? Well I attached a patch which disables it by default. Jochen Index: configure.in === RCS file:

Re: [E-devel] ecore_path questions

2007-11-04 Thread Nathan Ingersoll
On 11/4 On 11/4/07, Peter Wehrfritz [EMAIL PROTECTED] wrote: 3) What is the purpose of the group name? Currently it is only used during the creation to check if the group name is an unique string, otherwise it fails. We could simply remove it, without any feature loss. It'd save memory and

Re: [E-devel] GCC attributes usage

2007-11-04 Thread Gustavo Sverzut Barbieri
On 11/4/07, Ulisses Furquim [EMAIL PROTECTED] wrote: Hi, On 11/4/07, Cedric BAIL [EMAIL PROTECTED] wrote: Did you test etk with an evas compiled with -fvisibility=hidden . It fail for me due to a missing symbol for evas event callback or something like that. This symbol is not marked

Re: [E-devel] GCC attributes usage

2007-11-04 Thread The Rasterman
On Sun, 4 Nov 2007 20:53:58 -0300 Gustavo Sverzut Barbieri [EMAIL PROTECTED] babbled: On 11/4/07, Ulisses Furquim [EMAIL PROTECTED] wrote: Hi, On 11/4/07, Cedric BAIL [EMAIL PROTECTED] wrote: Did you test etk with an evas compiled with -fvisibility=hidden . It fail for me due to a

[E-devel] two more problems with configure / make

2007-11-04 Thread jochen schroeder
Hi, I just stumbled across two more problems with configure makeing efl. 1. evas ./configure --help says edb loader is enabled by default, however it is not enabled by configure. 2. when compiling epsilon I get the following error. I can't really make anything out of it. Somehow ld is looking

Re: [E-devel] two more problems with configure / make

2007-11-04 Thread Sebastian Dransfeld
jochen schroeder wrote: Hi, I just stumbled across two more problems with configure makeing efl. 1. evas ./configure --help says edb loader is enabled by default, however it is not enabled by configure. -- snip -- I attached a patch for the first problem. Cheers Jochen Wrong patch, Edb