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

2010-01-11 Thread The Rasterman
On Sat, 9 Jan 2010 07:16:00 +0800 Tom Haste said: > 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? e

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