in reply to Problems with Tk and bignum
This appears to be failed assert from Tk. My best guess is that the integer width constant is being translated into a bignum, and that Tk doesn't like it. Question: do you really need seamless big integers, or would it be sufficient to specify a few variables as big numbers with a module like Math::BigInt?Assertion ((svtype)((_svi)->sv_flags & 0xff)) >= SVt_PV failed: file " +objGlue.c", line 307 at /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linu +x-thread-multi/Tk/Widget.pm line 205. at ./foo.pl line 9
|
---|