Skip Menu |

This queue is for tickets about the Rinchi-CPlusPlus-Preprocessor CPAN distribution.

Report information
The Basics
Id: 121387
Status: new
Priority: 0/
Queue: Rinchi-CPlusPlus-Preprocessor

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: (no value)



Subject: Compilation fails on debian/stretch and Ubuntu 16.04 (strndup)
See subject. Build log: ... cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC "-I/opt/perl-5.25.12/lib/5.25.12/x86_64-linux/CORE" parser_routines.c In file included from /usr/include/string.h:630:0, from parser_routines.c:9: rinchi_string.h:12:7: error: expected identifier or ‘(’ before ‘__extension__’ char *strndup(const char *S, size_t SIZE); ^ Makefile:365: recipe for target 'parser_routines.o' failed make: *** [parser_routines.o] Error 1 ...