Hi, My port to MINIX 3 of V8 works with an older revision (version 2.6.0, I think; sorry, I don't remember the revision), but it had an error when I updated to the latest bleeding_edge changes yesterday. I think the error can be fixed by using named data types instead of things like "%08x," but I'm not sure.
Something similar to this happened before, so here's that discussion for reference: http://groups.google.com/group/v8-users/browse_thread/thread/e2934ea95c364247 Here's a log: Path: . URL: http://v8.googlecode.com/svn/branches/bleeding_edge Repository Root: http://v8.googlecode.com/svn Repository UUID: ce2b1a6d-e550-0410-aec6-3dcde31c8c00 Revision: 6798 Node Kind: directory Schedule: normal Last Changed Author: [email protected] Last Changed Rev: 6798 Last Changed Date: 2011-02-15 16:37:40 +0000 (Tue, 15 Feb 2011) scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... /bin/g++ -o obj/release/deoptimizer.o -c -Wall -Werror -W -Wno-unused- parameter -Wnon-virtual-dtor -pedantic -I/usr/pkg/include -m32 -O3 - fomit-frame-pointer -Wno-char-subscripts -fno-strict-aliasing -I/usr/ pkg/include -fno-rtti -fno-exceptions -I/usr/pkg/include -Wall -Werror -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -I/usr/pkg/ include -m32 -O3 -fomit-frame-pointer -Wno-char-subscripts -fno-strict- aliasing -I/usr/pkg/include -DV8_TARGET_ARCH_IA32 - DENABLE_VMSTATE_TRACKING -DENABLE_LOGGING_AND_PROFILING - DENABLE_DEBUGGER_SUPPORT -Isrc src/deoptimizer.cc cc1plus: warnings being treated as errors src/deoptimizer.cc: In member function 'bool v8::internal::Deoptimizer::DoOsrTranslateCommand(v8::internal::TranslationIterator*, int*)': src/deoptimizer.cc:780: error: format '%08x' expects type 'unsigned int', but argument 3 has type 'int32_t' src/deoptimizer.cc:785: error: format '%08x' expects type 'unsigned int', but argument 3 has type 'int32_t' scons: *** [obj/release/deoptimizer.o] Error 1 scons: building terminated because of errors. Thank you, pikpik -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
