ironm73 / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

Compiling pyv8 #107

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Compile errors with newest version.

What steps will reproduce the problem?
1. Take an AMD64 box OR ARM box.
2. Prepare and build exactly as stated in the manual.

What is the expected output? What do you see instead?
The expected output is v8 (and pyv8) for AMD64.
I see instead the following error message:
src/Engine.h: In member function ‘const std::string 
CExtension::GetSource()’:
src/Engine.h:127: error: conversion from ‘const 
v8::String::ExternalAsciiStringResource*’ to non-scalar type ‘const 
std::string’ requested
error: command 'gcc' failed with exit status 1

What version of the product are you using? On what operating system?
Revision 414
Linux ubuntu 2.6.32-34-generic #77-Ubuntu SMP Tue Sep 13 19:39:17 UTC 2011 
x86_64 GNU/Linux
Linux ubuntu 2.6.32.21-versatile #32-Ubuntu Fri Apr 16 08:14:53 UTC 2010 armv7l 
GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by alexurba...@gmail.com on 7 Oct 2011 at 6:47

GoogleCodeExporter commented 8 years ago
Google v8 changed its API from r9552, please verity it with PyV8 SVN trunk 
after r415

Original comment by flier...@gmail.com on 11 Oct 2011 at 1:07