On Thursday, February 6, 2014 5:53:15 PM UTC-6, John Morrison wrote:
>
>
> Hi,
>
> I have successfully compiled V8 on Ubuntu but am have problems compiling 
> on Red Hat 6.4 (Santiago).
>
> Details (g++ and RedHat version info below):
>
>   CXX(target) 
> /home/jmorriso/ram/v8/out/native/obj.target/v8_base.x64/src/type-info.o
>   CXX(target) 
> /home/jmorriso/ram/v8/out/native/obj.target/v8_base.x64/src/types.o
>   CXX(target) 
> /home/jmorriso/ram/v8/out/native/obj.target/v8_base.x64/src/typing.o
> cc1plus: warnings being treated as errors
>

Try turning off warning as errors:
       make native werror=no

 

> *../src/splay-tree-inl.h: In member function âvirtual void 
> v8::internal::AstTyper::VisitVariableProxy(v8::internal::VariableProxy*)â:*
> ../src/splay-tree-inl.h:236: error: âdummy_nodeâ may be used uninitialized 
> in this function
> ../src/splay-tree-inl.h:236: note: âdummy_nodeâ was declared here
> make[1]: *** 
> [/home/jmorriso/ram/v8/out/native/obj.target/v8_base.x64/src/typing.o] 
> Error 1
> make[1]: Leaving directory `/home/jmorriso/ram/v8/out'
> make: *** [native] Error 2
>
>
> -bash-4.1$ g++ -v
> Using built-in specs.
> Target: x86_64-redhat-linux
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
> --infodir=/usr/share/info --with-bugurl=
> http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared 
> --enable-threads=posix --enable-checking=release --with-system-zlib 
> --enable-__cxa_atexit --disable-libunwind-exceptions 
> --enable-gnu-unique-object 
> --enable-languages=c,c++,objc,obj-c++,java,fortran,ada 
> --enable-java-awt=gtk --disable-dssi 
> --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
> --enable-libgcj-multifile --enable-java-maintainer-mode 
> --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib 
> --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 
> --build=x86_64-redhat-linux
> Thread model: posix
> gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC)
>
>
> -bash-4.1$ cat /etc/redhat-release
> Red Hat Enterprise Linux Server release 6.4 (Santiago)
> -bash-4.1$
>
>
>

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to