~/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
Trying to run setup.py I get:
any idea whats going on?