| Summary: | net-libs/webkit-gtk-2.10.8 with clang-3.8: Source/JavaScriptCore/runtime/Options.cpp:613:67: error: use of undeclared identifier 'isnan' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Franz Trischberger <franz.trischberger> |
| Component: | [OLD] Library | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | franz.trischberger |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://lists.webkit.org/pipermail/webkit-gtk/2016-March/002658.html | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log.xz
webkit-gtk-2.10.8_fix_clang.patch |
||
Created attachment 428294 [details, diff]
webkit-gtk-2.10.8_fix_clang.patch
This seems to be fixed in trunk already and proposed for 2.10.9: https://lists.webkit.org/pipermail/webkit-gtk/2016-March/002658.html 2.10.9 in the tree |
Created attachment 428292 [details] build.log.xz /var/tmp/portage/net-libs/webkit-gtk-2.10.8/work/webkitgtk-2.10.8/Source/JavaScriptCore/runtime/Options.cpp:613:67: error: use of undeclared identifier 'isnan' return (m_entry.doubleVal == other.m_entry.doubleVal) || (isnan(m_entry.doubleVal) && isnan(other.m_entry.doubleVal)); ^ /var/tmp/portage/net-libs/webkit-gtk-2.10.8/work/webkitgtk-2.10.8/Source/JavaScriptCore/runtime/Options.cpp:613:95: error: use of undeclared identifier 'isnan' return (m_entry.doubleVal == other.m_entry.doubleVal) || (isnan(m_entry.doubleVal) && isnan(other.m_entry.doubleVal));