On 2016-08-24 01:41:28, SREZIC wrote:
Show quoted text
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.