Skip to content

Instantly share code, notes, and snippets.

@exodist
Created May 27, 2013 03:50
Show Gist options
  • Save exodist/5655101 to your computer and use it in GitHub Desktop.
Save exodist/5655101 to your computer and use it in GitHub Desktop.
Cleaning up build files
Building Hash-StoredIterator
cc -I/home/exodist/perl5/perlbrew/perls/perl-5.16.1/lib/5.16.1/x86_64-linux/CORE -DXS_VERSION="0.004" -DVERSION="0.004" -fPIC -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/Hash/StoredIterator.o lib/Hash/StoredIterator.c
lib/Hash/StoredIterator.c: In function ‘XS_Hash__StoredIterator_hash_get_iterator’:
lib/Hash/StoredIterator.c:212:2: warning: passing argument 2 of ‘Perl_sv_setpv’ from incompatible pointer type [enabled by default]
In file included from /home/exodist/perl5/perlbrew/perls/perl-5.16.1/lib/5.16.1/x86_64-linux/CORE/perl.h:5030:0,
from lib/Hash/StoredIterator.xs:2:
/home/exodist/perl5/perlbrew/perls/perl-5.16.1/lib/5.16.1/x86_64-linux/CORE/proto.h:4154:20: note: expected ‘const char * const’ but argument is of type ‘struct hsi *’
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Hash/StoredIterator/StoredIterator.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector -o blib/arch/auto/Hash/StoredIterator/StoredIterator.so lib/Hash/StoredIterator.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment