当前位置: 首页 > 工具软件 > FORC > 使用案例 >

cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++

笪昌翰
2023-12-01

输入

pip install pyv8

报错

Collecting pyv8
  Using cached PyV8-0.5.zip
Building wheels for collected packages: pyv8
  Running setup.py bdist_wheel for pyv8 ... error
  Complete output from command /home/as/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-vdjm04xd/pyv8/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpoweer6lypip-wheel- --python-tag cp36:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.6
  copying PyV8.py -> build/lib.linux-x86_64-3.6
  running build_ext
  building '_PyV8' extension
  creating build/temp.linux-x86_64-3.6
  creating build/temp.linux-x86_64-3.6/src
  gcc -pthread -B /home/as/anaconda3/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DBOOST_PYTHON_STATIC_LIB -Ilib/python/inc -Ilib/boost/inc -Ilib/v8/inc -I/home/as/anaconda3/include/python3.6m -c src/Exception.cpp -o build/temp.linux-x86_64-3.6/src/Exception.o
  cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
  In file included from src/Exception.cpp:1:0:
  src/Exception.h:6:10: fatal error: v8.h: 没有那个文件或目录
   #include <v8.h>
            ^~~~~~
  compilation terminated.
  error: command 'gcc' failed with exit status 1

  ----------------------------------------
  Failed building wheel for pyv8
  Running setup.py clean for pyv8
Failed to build pyv8
Installing collected packages: pyv8
  Running setup.py install for pyv8 ... error
    Complete output from command /home/as/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-vdjm04xd/pyv8/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-dzzem709-record/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-3.6
    copying PyV8.py -> build/lib.linux-x86_64-3.6
    running build_ext
    building '_PyV8' extension
    creating build/temp.linux-x86_64-3.6
    creating build/temp.linux-x86_64-3.6/src
    gcc -pthread -B /home/as/anaconda3/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DBOOST_PYTHON_STATIC_LIB -Ilib/python/inc -Ilib/boost/inc -Ilib/v8/inc -I/home/as/anaconda3/include/python3.6m -c src/Exception.cpp -o build/temp.linux-x86_64-3.6/src/Exception.o
    cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
    In file included from src/Exception.cpp:1:0:
    src/Exception.h:6:10: fatal error: v8.h: 没有那个文件或目录
     #include <v8.h>
              ^~~~~~
    compilation terminated.
    error: command 'gcc' failed with exit status 1

    ----------------------------------------
Command "/home/as/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-vdjm04xd/pyv8/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-dzzem709-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-vdjm04xd/pyv8/
 类似资料:

相关阅读

相关文章

相关问答