Status: New
Owner: ----
New issue 1294 by [email protected]: Failure to build v8-preparser-api.cc
on Fedora 14 x64 (arch=ia32)
http://code.google.com/p/v8/issues/detail?id=1294
After updating to trunk r7427, I am getting the following compilation error
under Fedora 14 x64, when building with arch=ia32. It was working
successfully with trunk r7410.
g++ -o obj/release/preparser-api.o -c -Wall -Werror -W
-Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3
-fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti
-fno-exceptions -fvisibility=hidden -Wall -Werror -W -Wno-unused-parameter
-Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections
-ffunction-sections -ansi -DV8_TARGET_ARCH_IA32 -DV8_FAST_TLS
-DENABLE_DEBUGGER_SUPPORT -DENABLE_VMSTATE_TRACKING
-DENABLE_LOGGING_AND_PROFILING -Isrc src/preparser-api.cc
cc1plus: warnings being treated as errors
In file included from src/preparser-api.cc:28:0:
src/../include/v8-preparser.h: In static member function 'static
v8::PreParserData v8::PreParserData::StackOverflow()':
src/../include/v8-preparser.h:76:70: error: passing NULL to non-pointer
argument 1 of 'v8::PreParserData::PreParserData(size_t, const uint8_t*)'
scons: *** [obj/release/preparser-api.o] Error 1
scons: building terminated because of errors.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev