Getting the following error on 'nmake realclean', a popup (why on earth can't I cut and paste this error!#$#) with:

perl.exe: Application error:
The instruction at "0x7c93426d" referenced memory at "0x00000000". The memory could not be "read".

Click on "OK". Get a second popup:

perl.exe - Application Error
The instruction at "0x7c9114b6" referenced memory at "0x000461ed". The memory could not be "written".

This error persists after a reboot of the PC.

Last things in the build window are:


C:\Perl\bin\perl.exe -MExtUtils::Command -e rm_f classes\ \*.c classes\\*
.h classes\\*.dump vtable.dump
C:\Perl\bin\perl.exe -MExtUtils::Command -e rm_f *.def *.lib *.exp NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0xc0000005'
Stop.

The only file that matches that last one is "libparrot.def". If I remove this file by hand... the nmake happily continues past this point. (with no errors mentioned during the 'del')

Does this point to an issue with ExtUtils::Command on windows?

Reply via email to