Skip to content

phashmodule.C:3:19: fatal error: pHash.h: No such file or directory #15

@davegri

Description

@davegri

Trying to run setup.py I get:

~/phash ❯❯❯ python setup.py install                                                  ⏎ python3
running install
running build
running build_ext
building 'pHash' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-    protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -        I/usr/include/python3.4m -I/home/david/.virtualenvs/stocksearch/include/python3.4m -c phashmodule.C -    o build/temp.linux-x86_64-3.4/phashmodule.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
phashmodule.C:3:19: fatal error: pHash.h: No such file or directory
 #include <pHash.h>
                   ^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

any idea whats going on?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions