Hi, Could anyone know about this build break in EFL 1.6 with neon support ? Maybe CEDRIC? :)
Thanks to ossy, made a patch for it, https://bug-151188-attachments.webkit.org/attachment.cgi?id=265585 . I think that he allows to use or land after modified the patch if this break is still valid. Best regards, Ryuan Choi ---------- Forwarded message ---------- From: <[email protected]> Date: 2015-11-12 22:42 GMT+09:00 Subject: [Webkit-unassigned] [Bug 151188] [EFL] Fix EFL 1.16 with enabled NEON support To: [email protected] *Comment # 2 <https://bugs.webkit.org/show_bug.cgi?id=151188#c2> on bug 151188 <https://bugs.webkit.org/show_bug.cgi?id=151188> from Csaba Osztrogonác <[email protected]> * Maybe the following patch fixes this issue: diff --git a/src/lib/ector/software/ector_drawhelper_private.h b/src/lib/ector/software/ector_drawhelper_private.h index d15a8f6..d62830a 100644 --- a/src/lib/ector/software/ector_drawhelper_private.h +++ b/src/lib/ector/software/ector_drawhelper_private.h @@ -11,6 +11,10 @@ #define MAX( a, b ) ( (a) > (b) ? (a) : (b) ) #endif +#ifndef DATA32 +typedef unsigned int DATA32; +#endif + #ifndef uint typedef unsigned int uint; #endif I'll try it later and will submit if it is enough. ------------------------------ You are receiving this mail because: - You are the assignee for the bug. _______________________________________________ webkit-unassigned mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-unassigned ------------------------------------------------------------------------------ Presto, an open source distributed SQL query engine for big data, initially developed by Facebook, enables you to easily query your data on Hadoop in a more interactive manner. Teradata is also now providing full enterprise support for Presto. Download a free open source copy now. http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
