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
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
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
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
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
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!!!
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
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
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
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
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
11 matches
Mail list logo