Issue 112: build fails early on fedora core 9 - 64 bit linux http://code.google.com/p/v8/issues/detail?id=112
New issue report by todd.fisher: libstc++ and other dependent libraries appear to be installed. Doing the following results in error: svn checkout http://v8.googlecode.com/svn/trunk/ v8-read-only v8-read-only> scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -o obj/release/third_party/jscre/pcre_compile.o -c -ansi -w -O3 -m32 -fno-rtti -fno- exceptions -ansi -w -O3 -m32 -DENABLE_LOGGING_AND_PROFILING -DSUPPORT_UTF8 - DNO_RECURSE -DSUPPORT_UCP src/third_party/jscre/pcre_compile.cpp In file included from /usr/include/features.h:359, from /usr/include/stdio.h:28, from src/third_party/jscre/../../../include/v8.h:41, from src/third_party/jscre/pcre.h:45, from src/third_party/jscre/pcre_internal.h:81, from src/third_party/jscre/pcre_compile.cpp:46: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory scons: *** [obj/release/third_party/jscre/pcre_compile.o] Error 1 scons: building terminated because of errors. Issue 2029 from Chromium looks to be very similar: http://code.google.com/p/chromium/issues/detail?id=2029 Issue attributes: Status: New Owner: ---- -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
