[Webkit-unassigned] [Bug 137774] Fix FTL Native Inlining for EFL
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 21 07:11:21 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137774
Ting-Wei Lan <lantw44 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lantw44 at gmail.com
--- Comment #7 from Ting-Wei Lan <lantw44 at gmail.com> ---
This patch causes compilation error on FreeBSD 10.1. program_invocation_name is a GNU extension, so it should not be used unconditionally.
Source/JavaScriptCore/runtime/BundlePath.cpp:41:42: error: use of undeclared identifier 'program_invocation_name'
std::string programPath(realpath(program_invocation_name, 0));
^
1 error generated.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141021/e61fc268/attachment-0002.html>
More information about the webkit-unassigned
mailing list