Subject: | fail to install under WIN10 64bits , Strawberry (v5.28.1) built for MSWin32-x64-multi-thread |
Date: | Wed, 23 Jan 2019 09:08:42 +0800 |
To: | bug-Win32-FileOp [...] rt.cpan.org |
From: | Olivier Saint-Luc <olivier [...] v-trans.com> |
Hello,
First , thank you for this very useful package ! I use it to move files
to recycle bin, so useful !
In my new laptop, I tried to install it but failed.
According to CPAN, the last comment said that the bug was solved in
version 16.02 but I am experiencing problems.
With win10 64bits, strawberry perl 5, version 28, subversion 1
(v5.28.1) built for MSWin32-x64-multi-thread
1) I did CPAN install Win32::FileOp and it failed at test .
2)
then I downloaded the tar-ball file, and did
perl Makefile.pl
gmake
gmake test ....
it complains :
E:\Downloads\Win32-FileOp-0.16.02\Win32-FileOp-0.16.02>gmake test
"C:\Strawberry\perl\bin\perl.exe" "-Iblib\lib" "-Iblib\arch" test.pl
1..16
ok 1
The desktop handle is : 65552 - ok 2
This console handle is : 660160 - ok 3
gmake: *** [Makefile:847: test_dynamic] Error -1073741819
line 847 of Makefile is :
test_dynamic :: subdirs-test_dynamic
$(FULLPERLRUN) "-I$(INST_LIB)" "-I$(INST_ARCHLIB)" $(TEST_FILE)
What should I do ?
Olivier