Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2013 12:29:48 -0700
From:      Yuri <yuri@rawbw.com>
To:        chromium@FreeBSD.ORG
Subject:   chromium-23.0.1271.91 build fails: error: reinterpret_cast from 'nullptr_t' to 'char *' is not allowed
Message-ID:  <51E993AC.3040905@rawbw.com>

next in thread | raw e-mail | index | archive | help
I am getting this build error on the freshly updated ports tree on 9.1 
STABLE amd64 with gcc:
   CXX(target) out/Release/obj.target/v8_base.x64/v8/src/sweeper-thread.o
   CXX(target) out/Release/obj.target/v8_base.x64/v8/src/token.o
   CXX(target) out/Release/obj.target/v8_base.x64/v8/src/transitions.o
v8/src/stub-cache.cc:1479:33: error: reinterpret_cast from 'nullptr_t' 
to 'char *' is not allowed
       : GetCodeWithFlags(flags, reinterpret_cast<char*>(NULL));
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Yuri



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51E993AC.3040905>