sebdraven / pyv8

PyV8
0 stars 0 forks source link

Symbol not found: __ZSt20__throw_length_errorPKc #227

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
System:

Mac OS X 10.9.1
python 2.7.5

What steps will reproduce the problem?
1. virtualenv venv
2. source venv/bin/activate
3. easy_install -U setuptools
4. pip install PyV8==1.0-dev
5. python -c 'import PyV8'

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/epall/temp/pyv8_derp/venv/lib/python2.7/site-packages/PyV8.py", line 33, in <module>
    import _PyV8
ImportError: 
dlopen(/Users/epall/temp/pyv8_derp/venv/lib/python2.7/site-packages/_PyV8.so, 
2): Symbol not found: __ZSt20__throw_length_errorPKc
  Referenced from: /Users/epall/temp/pyv8_derp/venv/lib/python2.7/site-packages/_PyV8.so
  Expected in: flat namespace
 in /Users/epall/temp/pyv8_derp/venv/lib/python2.7/site-packages/_PyV8.so
(venv)epall@pika:temp/pyv8_derp

Original issue reported on code.google.com by ericpal...@gmail.com on 22 Feb 2014 at 4:34

GoogleCodeExporter commented 8 years ago
here's a full log of the session that led to the error

Original comment by ericpal...@gmail.com on 22 Feb 2014 at 4:46

Attachments:

GoogleCodeExporter commented 8 years ago
Please use osx_10_9_build.sh script to build pyv8 at OSX 10.9

Original comment by flier...@gmail.com on 24 Feb 2014 at 1:49