Subject: | bleadperl@32707 breaks compilation |
I'm sure I've reported it elsewhere but it's missing in RT, so here as a
reminder... Devel-Declare does not compile with current bleadperl since
32707 removed Nullch and several other symbols.
cc -c -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g
-DVERSION=\"0.001006\" -DXS_VERSION=\"0.001006\" -fPIC
"-I/home/src/perl/repoperls/installed-perls/perl/pGhXYFo/perl-5.10.0@32707/lib/5.11.0/i686-linux-64int/CORE"
Declare.c
In file included from Declare.xs:8:
stolen_chunk_of_toke.c: In function ‘S_filter_gets’:
stolen_chunk_of_toke.c:241: error: ‘Nullch’ undeclared (first use in
this function)
stolen_chunk_of_toke.c:241: error: (Each undeclared identifier is
reported only once
stolen_chunk_of_toke.c:241: error: for each function it appears in.)
stolen_chunk_of_toke.c: In function ‘S_skipspace’:
stolen_chunk_of_toke.c:292: error: ‘Nullch’ undeclared (first use in
this function)
stolen_chunk_of_toke.c:327: error: ‘Nullfp’ undeclared (first use in
this function)
stolen_chunk_of_toke.c: In function ‘S_scan_str’:
stolen_chunk_of_toke.c:777: error: ‘Nullch’ undeclared (first use in
this function)
Declare.xs: In function ‘dd_ck_rv2cv’:
Declare.xs:197: error: ‘Nullsv’ undeclared (first use in this function)
make: *** [Declare.o] Fehler 1