Re: [v8-users] v8 linker issues for android build on Mac

2017-01-26 Thread Jochen Eisinger
it's blocked on the NDK we download not supporting Darwin, and that's a bit outside of my scope to change myself, so no idea when it'll be available On Wed, Jan 25, 2017 at 2:22 PM Mindy DelliCarpini wrote: > Thoughts on when it might be supported? > > Or any prebuilts? I know you had been submi

[v8-users] Standard headers not found when building for android on Mac

2017-01-26 Thread gabe . sechan
I'm seeing a series of build errors in the form In file included from .././src/v8.h:8:0, from ../src/asmjs/asm-wasm-builder.cc:5: .././include/v8.h:21:18: fatal error: memory: No such file or directory #include ^ compilation terminated. make[2]: *** [/U

Re: [v8-users] what compilers are supported?

2017-01-26 Thread Adam Skwersky
Thanks for the updates. A follow on - if I only need to write an nodeJS/JS add-on, but the addon calls into my libraries, can the libraries be at an older ABI? In other words, can I build the add-on with a newer ABI and have it link into libraries at are at an older ABI? My libraries are built

Re: [v8-users] v8 build issues for Android.

2017-01-26 Thread Dzung Tran
I used GN as you suggested, but it seems to build bunch of archive files *.a files. I was hoping to get a libv8.so file. Do you have instruction for that? On Wednesday, January 25, 2017 at 5:10:34 AM UTC-8, Jochen Eisinger wrote: > > Building with gyp is no longer support (sorry about the outdat

Re: [v8-users] v8 linker issues for android build on Mac

2017-01-26 Thread Dzung Tran
How do you build one libv8.so file for Android? I am using Ubuntu. What would be the correct GN args? I can't seem to get a libv8.so. I am getting bunch of archive files. On Thursday, January 26, 2017 at 6:42:42 AM UTC-8, Jochen Eisinger wrote: > > it's blocked on the NDK we download not suppor