Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

clang: error: no such file or directory: 'src/scuff/taylor_duffy.cpp' #1

@ubuntuslave

Description

@ubuntuslave

Installing from source with

$ python3 setup.py install

I get the following error related to scuff/taylor_duffy.cpp:

compile options: '-I/usr/local/lib/python3.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/include/python3.5m -c'
clang++: src/scuff/TaylorDuffy.cc
src/scuff/TaylorDuffy.cc:585:7: warning: unused variable 'MaxMonomial' [-Wunused-variable]
  int MaxMonomial = TDW->MaxMonomial[WhichP];
      ^
1 warning generated.
clang++: src/scuff/taylor_duffy.cpp
clang: error: no such file or directory: 'src/scuff/taylor_duffy.cpp'
clang: error: no input files
clang: error: no such file or directory: 'src/scuff/taylor_duffy.cpp'
clang: error: no input files
error: Command "clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/lib/python3.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/include/python3.5m -c src/scuff/taylor_duffy.cpp -o build/temp.macosx-10.11-x86_64-3.5/src/scuff/taylor_duffy.o" failed with exit status 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions