[Webkit-unassigned] [Bug 126431] configure errors our when building with libc++

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 3 09:05:57 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=126431





--- Comment #1 from Jeremy Huddleston <jeremyhu at apple.com>  2014-01-03 09:03:45 PST ---
Note that we're using the above as a workaround.  I was just providing it to indicate the source of the problem.  It's obviously not suited for integration as you likely just want to error out if libstdc++ older than 4.8.1 is used.

I suggest you change that to:

#if defined(__GLIBCXX__) && __GLIBCXX__ < 20130531
#error libstdc++ < 4.8.1 is not supported
#endif

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list