in reply to Re: Release: JSON::SIMD
in thread Release: JSON::SIMD

Thanks for the report!

This is somewhat strange, because I've seen successful builds on Windows with the same versions of Strawberry Perl (I've set up a bunch of automated tests in the github repo).

Out of curiosity, what versions of as and gcc do you use, on what kind of machine?

In any case, one can find some stackoverflow questions and even a gcc bug report for the error message, I'll try one of the workarounds mentioned there.

Replies are listed 'Best First'.
Re^3: Release: JSON::SIMD
by Anonymous Monk on Apr 20, 2023 at 00:18 UTC

    Thanks,

    gcc version 8.3.0 (x86_64-posix-seh, Built by strawberryperl.com project)

    CPU is i5-1135G7, windows 10

    I'll try again with a fresh copy of everything as I think this install has had a lot of strawberryperl updates, hmmm

      If you add  -fno-asynchronous-unwind-tables to the end of CCFLAGS in Makefile.PL, does it fix the issue?