Re: [E-devel] E SVN: raster trunk/e/src/bin

2010-01-08 Thread cpmichael1
- Original Message - From: "Enlightenment SVN" To: enlightenment-...@lists.sourceforge.net Sent: Friday, January 8, 2010 8:01:56 PM GMT -05:00 US/Canada Eastern Subject: E SVN: raster trunk/e/src/bin Log: comments++ Author: raster Date: 2010-01-08 17:01:56 -0800 (Fri, 08 Jan 20

Re: [E-devel] E SVN: raster trunk/e/src/modules/illume2

2010-01-08 Thread cpmichael1
OMG, OoOpps nice catch mate dh - Original Message - From: "Enlightenment SVN" To: enlightenment-...@lists.sourceforge.net Sent: Friday, January 8, 2010 9:56:20 PM GMT -05:00 US/Canada Eastern Subject: E SVN: raster trunk/e/src/modules/illume2 Log: fix seg! Author: raster Da

Re: [E-devel] list of symbols exported by modules that may collide

2010-01-08 Thread Christopher Michael
On 01/08/2010 07:10 PM, Iván Briano (Sachiel) wrote: > On Fri, Jan 8, 2010 at 9:04 PM, Christopher Michael > wrote: >> On 01/08/2010 05:03 PM, Gustavo Sverzut Barbieri wrote: >>> Hi all, >>> >>> Today I used enlightenment without -fvisibility=hidden and noticed a >>> complain of mixer/connman use

Re: [E-devel] list of symbols exported by modules that may collide

2010-01-08 Thread Sachiel
On Fri, Jan 8, 2010 at 9:04 PM, Christopher Michael wrote: > On 01/08/2010 05:03 PM, Gustavo Sverzut Barbieri wrote: >> Hi all, >> >> Today I used enlightenment without -fvisibility=hidden and noticed a >> complain of mixer/connman users: they clash. Investigating the cause, >> I found that _Name

Re: [E-devel] list of symbols exported by modules that may collide

2010-01-08 Thread Christopher Michael
On 01/08/2010 05:03 PM, Gustavo Sverzut Barbieri wrote: > Hi all, > > Today I used enlightenment without -fvisibility=hidden and noticed a > complain of mixer/connman users: they clash. Investigating the cause, > I found that _Name were not defined static in both, so they clashed. I > fixed my modu

Re: [E-devel] list of symbols exported by modules that may collide

2010-01-08 Thread Christopher Michael
On 01/08/2010 05:03 PM, Gustavo Sverzut Barbieri wrote: > Hi all, > > Today I used enlightenment without -fvisibility=hidden and noticed a > complain of mixer/connman users: they clash. Investigating the cause, > I found that _Name were not defined static in both, so they clashed. I > fixed my modu

Re: [E-devel] list of symbols exported by modules that may collide

2010-01-08 Thread Tom Haste
I noticed this too. I spent a little time investigating it, but obviously not enough. It did get me thinking about module names and where these lists are generated. Would it not be better to have 1 single place where the module is named? eg. the name can be different from 'Available Gadgets' and 'L

Re: [E-devel] list of symbols exported by modules that may collide

2010-01-08 Thread Gustavo Sverzut Barbieri
On Fri, Jan 8, 2010 at 8:12 PM, Iván Briano (Sachiel) wrote: > On Fri, Jan 8, 2010 at 7:03 PM, Gustavo Sverzut Barbieri > wrote: >> Hi all, >> >> Today I used enlightenment without -fvisibility=hidden and noticed a >> complain of mixer/connman users: they clash. Investigating the cause, >> I foun

Re: [E-devel] list of symbols exported by modules that may collide

2010-01-08 Thread Sachiel
On Fri, Jan 8, 2010 at 7:03 PM, Gustavo Sverzut Barbieri wrote: > Hi all, > > Today I used enlightenment without -fvisibility=hidden and noticed a > complain of mixer/connman users: they clash. Investigating the cause, > I found that _Name were not defined static in both, so they clashed. I > fixe

[E-devel] list of symbols exported by modules that may collide

2010-01-08 Thread Gustavo Sverzut Barbieri
Hi all, Today I used enlightenment without -fvisibility=hidden and noticed a complain of mixer/connman users: they clash. Investigating the cause, I found that _Name were not defined static in both, so they clashed. I fixed my modules, but then I ran a quick script over modules and got the followi