Hi, I had a "bleeding_edge" revision from several weeks ago building successfully on MINIX. However, with revision 6013, I've had some problems.
Problems include: - va_list is missing when compiling some files. The solution I used involved adding "#include <stdarg.h>" to the complaining file. - PrintF seems to want an argument be an "unsigned int" while several parts of V8 are passing variations of "int's." 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 -D_POSIX_SOURCE -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 -D_POSIX_SOURCE - 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. Thanks, pikpik -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
