Sep 1 2020
eina has an alternative to unlink that manages open references: eina_file_unlink.
So using it instead of unlink seems like a viable solution/workaround.
Aug 25 2020
Sep 9 2019
Abandoning as autotools is no more.
Jul 24 2018
Jun 29 2018
Jun 22 2018
whynotboth.jpg
No, functions need to be there.
Or actually the block should be removed.
see D6363
Jun 20 2018
@vtorri I would not wait on a reply for this; if you are able to test locally then please try that, otherwise if you think this patch will resolve it then you can just submit it normally with arc.
Jun 13 2018
Jun 12 2018
I recall having an issue like this too recently when I was doing some Windows work; is this a PATH problem or ?
Jun 11 2018
that is the problem of Ecore.h relying on unix types... It is too late to change Ecore.h, unfortunately, maybe for EFL 2.0 we can change this.
Dec 13 2017
Dec 4 2017
Nov 23 2017
I would expect that { 0 } work ok everywhere else to ? I do prefer to have it fixed on the declaration of EINA_VALUE_EMPTY as it will limit the likelyness of future breakage here.
Nov 22 2017
Nov 21 2017
#if (defined GNUC) && (GNUC <= 4)
This line should be changed, instead, I think:
#define EINA_VALUE_EMPTY ((Eina_Value){ NULL, { { 0, 0, 0, 0, 0, 0, 0, 0 } } })
Build has FAILED