[v8-users] Getting data out of TypedArray or ArrayBufferView

2014-01-04 Thread jeh
Hello, The BaseAddress method no longer exists in ArrayBufferView. Do I have to loop over index to copy data? Would be nice to have a Write method to copy into a user supplied buffer. Not necessarily an exact replacement, but definitely preferable to the alternative. Thanks. John -- --

Re: [v8-users] no gyp.script_main()

2014-01-04 Thread Jochen Eisinger
I would suspect you have an old gyp version installed somewhere What is the output for python -c 'import gyp; print gyp.__file__' best -jochen On Sat, Jan 4, 2014 at 8:06 PM, Lilli Nonah lillino...@gmail.com wrote: first time builder so probably something simple i've missed following

[v8-users] c++11 build issue on OS 10.9 with Xcode 5

2014-01-04 Thread Chris Galardi
I filed a bug about thishttps://code.google.com/p/v8/issues/detail?id=3072sort=-idcolspec=ID%20Type%20Status%20Priority%20Owner%20Summary%20HW%20OS%20Area%20Stars last week but while I've had success filing reports in the past I feel like this one doesn't really tell the devs what the problem

Re: [v8-users] no gyp.script_main()

2014-01-04 Thread Lilli Nonah
thanks for the quick response here is the output: # python -c 'import gyp; print gyp.__file__' /usr/lib/python2.6/site-packages/gyp/__init__.pyc On Saturday, January 4, 2014 2:39:04 PM UTC-5, Jochen Eisinger wrote: I would suspect you have an old gyp version installed somewhere What is

Re: [v8-users] no gyp.script_main()

2014-01-04 Thread Lilli Nonah
thanks for the quick response here is the output: # python -c 'import gyp; print gyp.__file__' /usr/lib/python2.6/site-packages/gyp/__init__.pyc i guess that's it then, i should be using the gyp in the v8 build folder, thanks On Saturday, January 4, 2014 2:39:04 PM UTC-5, Jochen Eisinger