Created
June 9, 2015 23:08
-
-
Save theory/15a310b6871762225071 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/usr/local/perl522/lib/x86_64-linux-thread-multi/CORE" byterun.c | |
In file included from /usr/local/perl522/lib/x86_64-linux-thread-multi/CORE/perl.h:3733:0, | |
from byterun.c:17: | |
byterun.c: In function ‘byterun’: | |
/usr/local/perl522/lib/x86_64-linux-thread-multi/CORE/pad.h:305:39: error: ‘PAD’ has no member named ‘xpadnl_max_named’ | |
#define PadnamelistMAXNAMED(pnl) (pnl)->xpadnl_max_named | |
^ | |
bytecode.h:791:5: note: in expansion of macro ‘PadnamelistMAXNAMED’ | |
PadnamelistMAXNAMED((PAD*)pad) = AvFILL((AV*)pad) | |
^ | |
byterun.c:1892:3: note: in expansion of macro ‘BSET_padl_name’ | |
BSET_padl_name(bstate->bs_sv, arg); | |
^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment