[Bug 1836] New: icedtea-web fails to build because xulrunner 27 uses C++11 'nullptr'
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Jun 10 01:00:35 UTC 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1836
Bug ID: 1836
Summary: icedtea-web fails to build because xulrunner 27 uses
C++11 'nullptr'
Product: IcedTea-Web
Version: hg
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Plugin
Assignee: dbhole at redhat.com
Reporter: domuradical at gmail.com
CC: unassigned at icedtea.classpath.org
Created attachment 1092
--> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=1092&action=edit
Stop-gap fix
Provided is a patch that acts as a stop-gap for the use of nullptr and fixes
the build failure.
However, I believe the more sustainable thing will be to start building with
C++11 support if the compiler supports it.
Alternatively, it may be more prudent to check if xulrunner version is >= 27,
and then add -std=c++11.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140610/5325f3ae/attachment-0001.html>
More information about the distro-pkg-dev
mailing list