Re: [v8-users] Problems building on ubuntu x86

2015-06-24 Thread Jakob Kummerow
On Wed, Jun 24, 2015 at 12:31 PM, Gary Bi wrote: > then I copy it to chromium sub-folder > Why? Essentially, you have two options: (1) Follow the instructions at https://code.google.com/p/v8-wiki/wiki/UsingGit and https://code.google.com/p/v8-wiki/wiki/BuildingWithGYP (notice how neither of the

Re: [v8-users] Problems building on ubuntu x86

2015-06-24 Thread Gary Bi
Hi Jakob, I fetched the v8 codes into my home /home/user/v8, then I copy it to chromium sub-folder, when running the command: make ia32.release GYPFLAGS=-Dclang=0 I got a lot of compiling errors, it seems they are related to C++ template. I also tries install_build_deps.sh, still same errors

Re: [v8-users] Problems building on ubuntu x86

2015-06-24 Thread Jakob Kummerow
On Wed, Jun 24, 2015 at 6:47 AM, Louis Santillan wrote: > You appear to not have an icu/i18n library installed. The V8 build doesn't require icu to be "installed", it just requires a proper checkout. > You can disable > icu in your build by adding `i18nsupport=off` to you `make` line or > you

Re: [v8-users] Problems building on ubuntu x86

2015-06-24 Thread Jakob Kummerow
On Wed, Jun 24, 2015 at 5:16 AM, Gary Bi wrote: > Hi Jakob, > > Using the command you mentioned make ia32.release GYPFLAGS=-Dclang=0, I > got this error, any idea? Thanks! > > user@ubuntu:~/webrtc-checkout/src/chromium/src/v8$ make ia32.release > GYPFLAGS=-Dclang=0 > make: *** No rule to make tar

Re: [v8-users] Problems building on ubuntu x86

2015-06-23 Thread Louis Santillan
You appear to not have an icu/i18n library installed. You can disable icu in your build by adding `i18nsupport=off` to you `make` line or you can install an icu lib. See [0] for more info. [0] https://code.google.com/p/v8-wiki/wiki/I18NSupport On Tue, Jun 23, 2015 at 8:16 PM, Gary Bi wrote: >

Re: [v8-users] Problems building on ubuntu x86

2015-06-23 Thread Gary Bi
Hi Jakob, Using the command you mentioned make ia32.release GYPFLAGS=-Dclang=0, I got this error, any idea? Thanks! user@ubuntu:~/webrtc-checkout/src/chromium/src/v8$ make ia32.release GYPFLAGS=-Dclang=0 make: *** No rule to make target `third_party/icu/icu.gypi', needed by `out/Makefile.ia32.

Re: [v8-users] Problems building on ubuntu x86

2015-03-29 Thread Vedran Jukic
It is mandatory when you need to croscompile for ARM on 32 bit system where CXX and LINK are already pointing to the ARM compiler. So making the right 32bit clang executable for CXX(host) is mandatory - at least for those who lost faith not being able to compile for ARM on the 32 bit linux. On

Re: [v8-users] Problems building on ubuntu x86

2015-03-13 Thread Jakob Kummerow
make ia32.release GYPFLAGS=-Dclang=0 should be enough to fall back to the system toolchain. (Maybe we should expose that as a Makefile option... but then it's rarely needed.) On Fri, Mar 13, 2015 at 9:40 AM, Jochen Eisinger wrote: > The clang binary included with v8 is a 64bit binary. > > If you

Re: [v8-users] Problems building on ubuntu x86

2015-03-13 Thread Jochen Eisinger
The clang binary included with v8 is a 64bit binary. If you want to compile on a 32bit host, you have to provide your own compiler (by specifying CC, CXX, CPP, and LINK variables to make) best -jochen On Thu, Mar 12, 2015 at 2:04 PM David Xanatos wrote: > i have problems building the v8 engine

[v8-users] Problems building on ubuntu x86

2015-03-12 Thread David Xanatos
i have problems building the v8 engine on ubuntu x86 i get strange errors david@ubuntu:~/test/v8$ make ia32.release library=shared PYTHONPATH="/home/david/test/v8/tools/generate_shim_headers:/home/david/test/v8/build::/home/david/test/v8/build/gyp/pylib:" \ GYP_GENERATORS=make \ build/g