benkasminbullock / json-create

https://metacpan.org/release/JSON-Create
1 stars 4 forks source link

Cannot compile on Debian/jessie and /wheezy systems (0.11) #35

Closed eserte closed 8 years ago

eserte commented 8 years ago

gcc48 does not exist here:

gcc48 -c   -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/opt/perl-5.10.1/lib/5.10.1/x86_64-linux/CORE"   Create.c
/bin/sh: 1: gcc48: not found
benkasminbullock commented 8 years ago

Thanks for pointing this out, I have uploaded a new version.

On 3 November 2015 at 15:22, Slaven Rezić notifications@github.com wrote:

gcc48 does not exist here:

gcc48 -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/opt/perl-5.10.1/lib/5.10.1/x86_64-linux/CORE" Create.c /bin/sh: 1: gcc48: not found

— Reply to this email directly or view it on GitHub https://github.com/benkasminbullock/json-create/issues/35.

benkasminbullock commented 8 years ago

This version on CPAN should be OK:

https://metacpan.org/release/BKB/JSON-Create-0.12

Was also missing benchmarking code. I found some errors in the string handlers when benchmarking and was too anxious to release a new version.

If this doesn't fix the issue, please feel free to reopen. Thanks again.