Skip to content

Instantly share code, notes, and snippets.

@muraiki
Created March 5, 2015 22:09
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 muraiki/b60867f48eebd05260e5 to your computer and use it in GitHub Desktop.
Save muraiki/b60867f48eebd05260e5 to your computer and use it in GitHub Desktop.
warnings while trying to install Inline::Perl5
gcc -Wall p5helper.c `perl -MExtUtils::Embed -e ccopts -e ldopts` -shared -o /usr/home/staff/muraiki/.panda-work/1425592880_1/blib/lib/Inline/p5helper.so -fPIC -g
p5helper.c: In function 'p5_av_top_index':
p5helper.c:158:5: warning: implicit declaration of function 'av_top_index' [-Wimplicit-function-declaration]
p5helper.c: In function 'p5_hv_store':
p5helper.c:189:5: warning: value computed is not used [-Wunused-value]
Compiling lib/Inline/Perl5.pm6 to mbc
==> Testing Inline::Perl5
Cannot locate native library '/usr/home/staff/muraiki/.panda-work/1425592880_1/blib/lib/Inline/p5helper.so'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment