Subject: | ppport.h: No such file or directory |
With 0.09 I observe the following compilation failure on my smokers:
...
cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" -fPIC "-I/opt/perl-5.24.0t/lib/5.24.0/x86_64-linux-thread-multi/CORE" Callsite.c
Callsite.xs:7:20: fatal error: ppport.h: No such file or directory
#include "ppport.h"
^
compilation terminated.
Makefile:331: recipe for target 'Callsite.o' failed
make: *** [Callsite.o] Error 1
...