Thanks, it was problem with version of my Python. 
I tried compile it using my Visual Studio 2012 and it failed so I used 
MinGW to compile v8 but it failed too... i get such error (i replaced some 
parts of paths with (...) ) :
$ make ia32.release -j8
PYTHONPATH="/e/(...)/v8/tools/generate_shim_headers:/e/(...)/v8/build::/e/
(...)/v8/build
/gyp/pylib:" \
        GYP_GENERATORS=make \
        build/gyp/gyp --generator-output="out" build/all.gyp \
                      -Ibuild/standalone.gypi --depth=. \
                      -Dv8_target_arch=ia32 \
                       \
                       \
                      -S.ia32.release  -Dv8_enable_backtrace=1 -Darm_fpu=
default
 -Darm_float_abi=default
make[1]: Entering directory `/e/(...)/v8/out'
make[1]: *** No rule to make target `../tools\parser-shell.gyp', needed by 
`Make
file.ia32.release'.  Stop.
make[1]: Leaving directory `/e/(...)/v8/out'
make: *** [ia32.release] Error 2



W dniu niedziela, 14 czerwca 2015 15:09:02 UTC+2 użytkownik Caitlin Potter 
napisał:
>
> Google groups decided to put my answer in a different thread =) It looks 
> like you have Python 3.x installed, which changed various things. The V8 
> scripts work with Python 2.x, so I suggest installing 
> https://www.python.org/download/releases/2.7.6/ and trying again.
>
> On Sunday, 14 June 2015 09:04:28 UTC-4, treck wrote:
>>
>> I need to use v8 engine for my C++ project. Could someone share  here 
>> ready for use binaries for platform Windows 32-bit? I tried compile it 
>> myself but i get error. If someone is cuirious this error it's here (my 
>> platform Windows 7 64-bit) :
>> python.exe build\gyp_v8 -Dtarget=ia32 -Dcomponent=shared_library
>> Updating projects from gyp files...
>>   File "<string>", line 1
>>     import sys; print sys.byteorder
>>                         ^
>> SyntaxError: invalid syntax
>> gyp: Call to 'python -c "import sys; print sys.byteorder"' returned exit 
>> status
>> 1.
>>
>> Thanks in advance.
>>
>

-- 
-- 
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/d/optout.

Reply via email to