# New Ticket Created by  A. Sinan Unur 
# Please include the string:  [perl #127363]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127363 >


If I do a git clone from rakudo/rakudo, and do a

perl Configure.pl --gen-moar ...

It pulls in a stale revision of MoarVM which prevents nmake test due
to failure to find the inttypes.h and stddef.h proxies.

NQP commit

https://github.com/perl6/nqp/commit/3656f4dc97e900b94909df3af0c85501840be8c4

points to where the problem was fixed.

So, updating NQP_REVISION to point to this should enable
straightforward builds again on Windows with MSVC --- unless there are
other considerations.

Thank you,

-- Sinan

Reply via email to