This patch adds the strsep function that is used in elementary.
It is taken from LibGW32C.

There is another fix. Apparently a function with the dllimport symbol
doesn't have a constant address at compilation time, so you cannot do
this:

EAPI extern const Eo_Event_Description EVAS_OBJECT_EVENT_HOLD;

static const Eo_Callback_Array_Item edje_callbacks[] = {
    { EVAS_OBJECT_EVENT_HOLD, _edje_hold_signal_cb }
  };

if EAPI defines dllimport. So I redefined EAPI when the function is
used like this.

It looks like it was fixed in gcc but I have the problem with mingw-w64...
more information here:
http://sourceforge.net/mailarchive/forum.php?thread_name=94FE229A3D014682B262B869F7BB0462%40SandyPC&forum_name=mingw-users


My previous problem about very small fonts was because the scale was near 0.
I don't have this problem anymore and elementary_test works fine (but
it crashes sometimes and outputs a lot of errors).

It would be nice to have a mingw build on jenkins, even if it is just
cross compiling.
I can help if possible.
If using Archlinux, most dependencies are in AUR.

--
http://indefini.org

Attachment: 0003-Evil-added-strsep-function.patch
Description: Binary data

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to