You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2020. It is now read-only.
It's my first time compiling php libraries from source and I've run into a problem. I installed the PHP-CPP library for php 7.0 as by instructions. After doing so I proceeded with making the MITIE-PHP library but couldn't manage to do so due to the following error:
g++ -Wall -c -I. -O2 -std=c++11 -fPIC -W -O3 -I./MITIE/mitielib/include -I./MITIE/dlib -fpic -o MITIE.o MITIE.cpp MITIE.cpp:12:10: fatal error: mitie.h: No such file or directory #include <mitie.h> ^~~~~~~~~ compilation terminated.
Can anyone help me out with this? Thank you.