Re: [E-devel] Evil usage in examples

2019-06-17 Thread Vincent Torri
On Mon, Jun 17, 2019 at 3:42 PM Carsten Haitzler wrote: > > On Mon, 17 Jun 2019 10:26:13 +0200 Vincent Torri > said: > > > On Mon, Jun 17, 2019 at 10:10 AM Carsten Haitzler > > wrote: > > > > > > > > > > > > > Hello > > > > > > > > I want to make Evil completely private (it seems that currently

Re: [E-devel] Evil usage in examples

2019-06-17 Thread Carsten Haitzler
On Mon, 17 Jun 2019 10:26:13 +0200 Vincent Torri said: > On Mon, Jun 17, 2019 at 10:10 AM Carsten Haitzler > wrote: > > > > > > > > > Hello > > > > > > I want to make Evil completely private (it seems that currently, it is > > > possible), but the examples need functions /macro that do not exist

Re: [E-devel] Evil usage in examples

2019-06-17 Thread Vincent Torri
On Mon, Jun 17, 2019 at 10:10 AM Carsten Haitzler wrote: > > > > > Hello > > > > I want to make Evil completely private (it seems that currently, it is > > possible), but the examples need functions /macro that do not exist on > > Windows. Namely (for now) : > > > > edje/edje-text.c line 57 : sete

Re: [E-devel] Evil usage in examples

2019-06-17 Thread The Rasterman
> Hello > > I want to make Evil completely private (it seems that currently, it is > possible), but the examples need functions /macro that do not exist on > Windows. Namely (for now) : > > edje/edje-text.c line 57 : setenv > edje/edje-textblock-hyphenation.c line 85 : LC_MESSAGES > > Note th

Re: [E-devel] Evil usage in examples

2019-06-16 Thread Xavi Artigas
Hi, If Evil is to be private I do not think it should be included in any example. It would be a bad example, showing users what they must NOT do :) If EFL does not provide any portable way to replace these methods I think it is perfectly fine to use #ifdef in these examples. Xavi On Sun, 16 Jun

[E-devel] Evil usage in examples

2019-06-16 Thread Vincent Torri
Hello I want to make Evil completely private (it seems that currently, it is possible), but the examples need functions /macro that do not exist on Windows. Namely (for now) : edje/edje-text.c line 57 : setenv edje/edje-textblock-hyphenation.c line 85 : LC_MESSAGES Note that, on Windows, the equ