in reply to Re^26: supporting quads on 32 bit Perl
in thread supporting quads on 32 bit Perl

I just saw that is failed on ActiveState :-( The log file will eventually show up I think. I'll be watching until it appears and we will deal with it then I guess.

Replies are listed 'Best First'.
Re^28: supporting quads on 32 bit Perl
by salva (Canon) on Jun 07, 2012 at 16:39 UTC
    Int64.xs(63) : error C2520: conversion from unsigned __int64 to double + not implemented, use signed __int64 Int64.xs(391) : error C2520: conversion from unsigned __int64 to doubl +e not implemented, use signed __int64
    I have solved that and uploaded 0.26.
      Just FYI, 0.25 and now 0.26 result in no errors for me. Wee :D
      Your faster than me. I just saw the build log finally was posted. I'll now wait to see how 0.26 builds on ActiveState.

      Update. I just realized the no double to unsigned int64 conversion is probably a attribute of VC6, which is what AS uses. My VC 2003 doesn't error out on the double to unsigned int64 part. AFAIK AS uses VC6 with circa 2003 header/linking files, so its a VC 2003 header and API wise, a VC 6 C language wise.
        0.26 has been built successfully at last!

        Thank you for your infinite patience helping me with that.