Skip to content

Instantly share code, notes, and snippets.

@thinca
Created October 8, 2014 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinca/0e528b4c3e11012d9e67 to your computer and use it in GitHub Desktop.
Save thinca/0e528b4c3e11012d9e67 to your computer and use it in GitHub Desktop.
plenv install 5.21.4 -Duseshrplib + vim ./configure --enable-perlinterp=dynamic
if_perl.xs:174:0: 警告: "Perl_croak_nocontext" が再定義されました [デフォルトで有効]
# define Perl_croak_nocontext dll_Perl_croak_nocontext
^
In file included from /home/thinca/.anyenv/envs/plenv/versions/5.21.4/lib/perl5/5.21.4/x86_64-linux/CORE/perl.h:5443:0,
from if_perl.xs:53:
/home/thinca/.anyenv/envs/plenv/versions/5.21.4/lib/perl5/5.21.4/x86_64-linux/CORE/embed.h:1829:0: 備考: ここが以前の宣言がある位置です
# define Perl_croak_nocontext Perl_croak
^
In file included from /home/thinca/.anyenv/envs/plenv/versions/5.21.4/lib/perl5/5.21.4/x86_64-linux/CORE/perl.h:5372:0,
from if_perl.xs:53:
if_perl.xs: 関数 ‘ex_perl’ 内:
/home/thinca/.anyenv/envs/plenv/versions/5.21.4/lib/perl5/5.21.4/x86_64-linux/CORE/pp.h:62:23: エラー: void の値が本来の意味通りに無視されませんでした
mark_stack_entry = markstack_grow(); \
^
if_perl.xs:878:6: 備考: in expansion of macro ‘PUSHMARK’
PUSHMARK(SP);
^
if_perl.xs: 関数 ‘ex_perldo’ 内:
/home/thinca/.anyenv/envs/plenv/versions/5.21.4/lib/perl5/5.21.4/x86_64-linux/CORE/pp.h:62:23: エラー: void の値が本来の意味通りに無視されませんでした
mark_stack_entry = markstack_grow(); \
^
if_perl.xs:981:2: 備考: in expansion of macro ‘PUSHMARK’
PUSHMARK(sp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment