Skip Menu |

This queue is for tickets about the Devel-MAT CPAN distribution.

Report information
The Basics
Id: 92372
Status: resolved
Priority: 0/
Queue: Devel-MAT

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: 0.17



Subject: Can't build on exotic-ish 32 bit perl
lib/Devel/MAT/Dumper.xs:707:3: error: #error "Expected NVSIZE to be either 8, 10 or 16" # error "Expected NVSIZE to be either 8, 10 or 16" rabbit@Thesaurus:~/devel/dbic/dbgit$ perl -V:nvsize nvsize='12'; Perl 5.18.0 compiled with -Duseithreads -Dusemorebits on a 32bit OS. Ask me for more info if needed (possibly with some instruction how to get it) Cheers
Subject: Can't build on 32 bit perl built with uselongdouble
Actually seems to be not that exotic at all (will try to update subject). Consider: http://www.perlmonks.org/?node_id=911503
On Wed Jan 22 12:23:16 2014, RIBASUSHI wrote: Show quoted text
> lib/Devel/MAT/Dumper.xs:707:3: error: #error "Expected NVSIZE to be > either 8, 10 or 16" > # error "Expected NVSIZE to be either 8, 10 or 16" > > rabbit@Thesaurus:~/devel/dbic/dbgit$ perl -V:nvsize > nvsize='12';
Hmm.. Oops. Maybe I'll just go for 8 or "more than 8". Though offhand not sure what to do if it's more than 8. I may have to beej'ify it down to a known 80-bit layout. -- Paul Evans
I believe this is now dealt with in latest (0.17) -- Paul Evans