Re: [E-devel] Ticket #952 and a little cosmetic fix for configure.ac[evas]

2012-01-22 Thread Christopher Michael
On 01/22/12 18:47, Alex-P. Natsios wrote: > http://trac.enlightenment.org/e/ticket/952 > > i brought this up on IRC and someone(discomfitor iirc?) directed me to > devilhorns. > > Could you please check the aforementioned ticket? i could provide the > fix for it, if it is a real issue and with that

Re: [E-devel] Windows port : should I drop vc++ support ?

2012-01-22 Thread David Seikel
Actually, the server side project I'm working on now uses EFL and will need to run under Windows as well eventually. It's all gcc though, so not expecting Windows people to compile it with VC++. If they do, they can fix what breaks themselves. -- A big old stinking pile of genius that no one wa

[E-devel] Ticket #952 and a little cosmetic fix for configure.ac[evas]

2012-01-22 Thread Alex-P. Natsios
http://trac.enlightenment.org/e/ticket/952 i brought this up on IRC and someone(discomfitor iirc?) directed me to devilhorns. Could you please check the aforementioned ticket? i could provide the fix for it, if it is a real issue and with that a small cosmetic fix for configure.ac for evas [ a co

Re: [E-devel] Windows port : should I drop vc++ support ?

2012-01-22 Thread David Seikel
On Sun, 22 Jan 2012 21:41:21 +0100 Vincent Torri wrote: > Hey > > Currently, there are a lot of problems with Visual Studio compiler > (vc++): > > * inline ASM does not follow the same syntax > * some POSIX features are used and are not supported by the win32 API > * idem for some C99 features

[E-devel] Windows port : should I drop vc++ support ?

2012-01-22 Thread Vincent Torri
Hey Currently, there are a lot of problems with Visual Studio compiler (vc++): * inline ASM does not follow the same syntax * some POSIX features are used and are not supported by the win32 API * idem for some C99 features Which means a lot of work if I support vc++. For what ? I'm currently p

[E-devel] Bug in Eio

2012-01-22 Thread Hendrik Siedelmann
Hello, I tried out eio and there seems to be a bug / race with the eio...ls functions. Running the following code on some large tree (for example e source) will after 100-1000 directories result in this: ERR<8329>:ecore ecore.c:459 _ecore_magic_fail() *** ECORE ERROR: Ecore Magic Check Failed!!!

Re: [E-devel] E SVN: caro trunk/eina/src/lib

2012-01-22 Thread Vincent Torri
On Sun, Jan 22, 2012 at 3:33 PM, Gustavo Sverzut Barbieri wrote: > On Sun, Jan 22, 2012 at 12:17 PM, Vincent Torri > wrote: >> On Sun, Jan 22, 2012 at 3:14 PM, Vincent Torri >> wrote: >>> On Sun, Jan 22, 2012 at 3:05 PM, Gustavo Sverzut Barbieri >>> wrote: On Sun, Jan 22, 2012 at 6:55 AM

Re: [E-devel] E SVN: caro trunk/eina/src/lib

2012-01-22 Thread Gustavo Sverzut Barbieri
On Sun, Jan 22, 2012 at 12:17 PM, Vincent Torri wrote: > On Sun, Jan 22, 2012 at 3:14 PM, Vincent Torri > wrote: >> On Sun, Jan 22, 2012 at 3:05 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Sun, Jan 22, 2012 at 6:55 AM, Enlightenment SVN >>> wrote: Log: Eina "Fix" printf conversion

Re: [E-devel] E SVN: caro trunk/eina/src/lib

2012-01-22 Thread Vincent Torri
On Sun, Jan 22, 2012 at 3:14 PM, Vincent Torri wrote: > On Sun, Jan 22, 2012 at 3:05 PM, Gustavo Sverzut Barbieri > wrote: >> On Sun, Jan 22, 2012 at 6:55 AM, Enlightenment SVN >> wrote: >>> Log: >>> Eina "Fix" printf conversion format on Windows. printf family on Windows is >>> just plain weir

Re: [E-devel] E SVN: caro trunk/eina/src/lib

2012-01-22 Thread Vincent Torri
On Sun, Jan 22, 2012 at 3:05 PM, Gustavo Sverzut Barbieri wrote: > On Sun, Jan 22, 2012 at 6:55 AM, Enlightenment SVN > wrote: >> Log: >> Eina "Fix" printf conversion format on Windows. printf family on Windows is >> just plain weirdness >> +#ifdef _WIN32 >> +# define FMT_CHAR  "%c" >> +# define

Re: [E-devel] E SVN: caro trunk/eina/src/lib

2012-01-22 Thread Gustavo Sverzut Barbieri
On Sun, Jan 22, 2012 at 6:55 AM, Enlightenment SVN wrote: > Log: > Eina "Fix" printf conversion format on Windows. printf family on Windows is > just plain weirdness > +#ifdef _WIN32 > +# define FMT_CHAR  "%c" > +# define FMT_UCHAR "%c" > +# define FMT_XCHAR "%c" > +# define FMT_OCHAR "%c" > +# d