Skip Menu |

This queue is for tickets about the re-engine-RE2 CPAN distribution.

Report information
The Basics
Id: 117179
Status: new
Priority: 0/
Queue: re-engine-RE2

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

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



Subject: Compilation error on FreeBSD systems with clang
See http://matrix.cpantesters.org/?dist=re-engine-RE2%200.13;os=freebsd;reports=1#sl=0,1 for an overview of CPAN Testers reports; the reports flagged with "UNKNOWN" are probably all caused by compilation errors.
On 2016-08-24 01:41:28, SREZIC wrote: Show quoted text
> See http://matrix.cpantesters.org/?dist=re-engine- > RE2%200.13;os=freebsd;reports=1#sl=0,1 for an overview of CPAN Testers > reports; the reports flagged with "UNKNOWN" are probably all caused by > compilation errors.
The same compilation error happens also on MacOSX systems: cc -c -Ire2 -fno-common -DPERL_DARWIN -mmacosx-version-min=10.11 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -xc++ -O3 -DVERSION=\"0.13\" -DXS_VERSION=\"0.13\" "-I/opt/perl-5.25.10/lib/5.25.10/darwin-2level/CORE" -DNO_THREADS re2_xs.cc re2_xs.cc:232:25: error: variable length array of non-POD element type 're2::StringPiece' re2::StringPiece res[re->nparens + 1]; ^ 1 error generated.