Subject: | ppport.h: No such file or directory |
On some of my smokers the compilation fails because ppport.h is not available (should it be bundled in the tarball or is there a prereq missing?):
...
x86_64-linux-gnu-gcc -c -I/usr/include/opencv-Isrc -I/usr/include/opencv -O2 -g -DVERSION=\"0.12\" -DXS_VERSION=\"0.12\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.28/CORE" ObjectDetect.c
ObjectDetect.xs:6:10: fatal error: ppport.h: No such file or directory
#include "ppport.h"
^~~~~~~~~~
compilation terminated.
make: *** [Makefile:338: ObjectDetect.o] Error 1
(/usr/bin/make exited with 512)
...