[Webkit-unassigned] [Bug 63941] New: Compilation bug - gcc 4.6.0 and c++0x

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 5 07:19:14 PDT 2011


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

           Summary: Compilation bug - gcc 4.6.0 and c++0x
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: helio at kde.org


Compiler fails to compile due nullptr used in c++0x activated compiler flags

make[2]: *** [.obj/release-static/YarrSyntaxChecker.o] Error 1
In file included from ./wtf/PassRefPtr.h:25:0,
                 from ./wtf/CrossThreadRefCounted.h:35,
                 from ./wtf/text/StringImpl.h:28,
                 from ./runtime/UString.h:26,
                 from yarr/YarrPattern.h:30,
                 from yarr/YarrInterpreter.h:29,
                 from yarr/YarrInterpreter.cpp:28:
./wtf/NullPtr.h:48:1: error: identifier 'nullptr' will become a keyword in C++0x [-Werror=c++0x-compat]
cc1plus: all warnings being treated as errors

make[2]: *** [.obj/release-static/YarrInterpreter.o] Error 1
In file included from ./wtf/PassRefPtr.h:25:0,
                 from ./wtf/CrossThreadRefCounted.h:35,
                 from ./wtf/text/StringImpl.h:28,
                 from ./runtime/UString.h:26,
                 from yarr/YarrPattern.h:30,
                 from yarr/YarrPattern.cpp:28:
./wtf/NullPtr.h:48:1: error: identifier 'nullptr' will become a keyword in C++0x [-Werror=c++0x-compat]
cc1plus: all warnings being treated as errors

make[2]: *** [.obj/release-static/YarrPattern.o] Error 1
make[2]: Leaving directory `/var/tmp/qt-4.8.0-0.10.tp.fc16-topdir/BUILD/qt-everywhere-opensource-src-4.8.0-tp/src/3rdparty/webkit/Source/JavaScriptCore'
make[1]: *** [sub-JavaScriptCore-JavaScriptCore-pro-make_default-ordered] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/qt-4.8.0-0.10.tp.fc16-topdir/BUILD/qt-everywhere-opensource-src-4.8.0-tp/src/3rdparty/webkit/Source'
make: *** [sub-webkit-make_default-ordered] Error 2
error: Bad exit status from /var/tmp/qt-4.8.0-0.10.tp.fc16-topdir/BUILDROOT/rpm-tmp.lISSlc (%build)

-- 
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