This looks like a merge error (possibly my fault). In test-assembler- ia32.cc and test-disasm-ia32.cc, change all references to PRINT_OBJECT to OBJECT_PRINT instead, and the issue should go away. However, I don't see any configuration that defines PRINT_OBJECT. So, I'm surprised that this error manifested at all. Did you add the flag to the build yourself?
I'll try to upload a patch for it soon. On Jan 1, 3:49 am, airween <[email protected]> wrote: > Hello, > > first: happy new year to everyone. > > I just try to build the v8 on Ubuntu 10.04 (x86), gcc 4.4.3. Source is > up-to-date from svn. > > Build process stops at this point: > > CXX(target) out/Debug/obj.target/cctest/test/cctest/test-utils.o > CXX(target) out/Debug/obj.target/cctest/test/cctest/test-version.o > CXX(target) out/Debug/obj.target/cctest/test/cctest/test-assembler- > ia32.o > test/cctest/test-assembler-ia32.cc: In function ‘void > TestAssemblerIa320()’: > test/cctest/test-assembler-ia32.cc:78: error: ‘class > v8::internal::Code’ has no member named ‘Print’ > test/cctest/test-assembler-ia32.cc: In function ‘void > TestAssemblerIa321()’: > test/cctest/test-assembler-ia32.cc:116: error: ‘class > v8::internal::Code’ has no member named ‘Print’ > test/cctest/test-assembler-ia32.cc: In function ‘void > TestAssemblerIa322()’: > test/cctest/test-assembler-ia32.cc:159: error: ‘class > v8::internal::Code’ has no member named ‘Print’ > test/cctest/test-assembler-ia32.cc: In function ‘void > TestAssemblerIa328()’: > test/cctest/test-assembler-ia32.cc:333: error: ‘class > v8::internal::Code’ has no member named ‘Print’ > test/cctest/test-assembler-ia32.cc: In function ‘void > TestAssemblerIa329()’: > test/cctest/test-assembler-ia32.cc:388: error: ‘class > v8::internal::Code’ has no member named ‘Print’ > make: *** [out/Debug/obj.target/cctest/test/cctest/test-assembler- > ia32.o] Error 1 > > What is the problem? > > Thank you: > > a. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
