Comment #18 on issue 1291 by [email protected]: V8 does not compile with GCC 4.6 (various compiler warnings)
http://code.google.com/p/v8/issues/detail?id=1291

getting this error on a fresh checkout of

svn checkout http://v8.googlecode.com/svn/trunk/ v8-read-only

today (Sept 22 2011) which gives
U   v8-read-only
Checked out revision 9407.

gcc --version
gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1

uname -a
Linux khamchatka 3.0.0-11-generic #18-Ubuntu SMP Tue Sep 13 23:29:47 UTC 2011 i686 i686 i386 GNU/Linux

make ia32.release


../src/ia32/full-codegen-ia32.cc: In member function ‘virtual void v8::internal::FullCodeGenerator::VisitCompareOperation(v8::internal::CompareOperation*)’: ../src/ia32/full-codegen-ia32.cc:4083:12: error: variable ‘strict’ set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors

make[1]: *** [/home/scott/src/v8-read-only/out/ia32.release/obj.target/v8_base/src/ia32/full-codegen-ia32.o] Error 1
make[1]: Leaving directory `/home/scott/src/v8-read-only/out'
make: *** [ia32.release] Error 2

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to