Subject: | PL_preprocess gone in bleadperl@32954 |
Bleadperl removed the -P switch and with it PL_preprocess in patch
32954. Since then compilation fails with
cc -c -I. -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g
-DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC
"-I/home/src/perl/repoperls/installed-perls/perl/p3QQJyS/perl-5.10.0@32954/lib/5.11.0/i686-linux-64int/CORE"
thieved.c
thieved.c: In function ‘PFDR_skipspace’:
thieved.c:331: error: ‘PL_preprocess’ undeclared (first use in this
function)
thieved.c:331: error: (Each undeclared identifier is reported only once
thieved.c:331: error: for each function it appears in.)
make: *** [thieved.o] Fehler 1
:-(
Greetings!