CPAN install fails at dmake test. Any ideas on how to make this work? Tried Strawberry perl 5.24.0.1 both x86 and x64, as well as 5.22.2.1 x64.
C:\Strawberry\cpan\build\Win32-GUI-1.12-NDyRV9>dmake test
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- GUI.
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Cons
dmake: Warning: -- Found file corresponding to virtual target [phash.def].
"C:\Strawberry\perl\bin\perl.exe" "C:\Strawberry\perl\lib\ExtUtils\xsubpp" -typ
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- Constants.xsc Con
gcc -c -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -
fields -Wno-write-strings -s -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0
g++ Constants.def -o ..\blib\arch\auto\Win32\GUI\Constants\Constants.xs.dll -mdl
es "C:\STRAWB~1\perl\lib\CORE\libperl522.a" -lmoldname -lkernel32 -luser32 -lg
uuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -Wl,--enabl
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 ..\blib\ar
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Drop
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Scin
"C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-
')" t/*.t
t/01_load.t .......... ok
t/02_public_api.t .... ok
t/03_inline.t ........ ok
t/04_new.t ........... ok
t/05_newCursor.t ..... ok
t/06_newIcon.t ....... ok
t/98_pod.t ........... skipped: set TEST_POD to enable this test
t/99_pod_coverage.t .. skipped: Test::Pod::Coverage 1.04 required for testing PO
All tests successful.
Files=8, Tests=30, 2 wallclock secs ( 0.17 usr + 0.03 sys = 0.20 CPU)
Result: PASS
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Cons
dmake: Warning: -- Found file corresponding to virtual target [phash.def].
"C:\Strawberry\perl\bin\perl.exe" "C:\Strawberry\perl\lib\ExtUtils\xsubpp" -typ
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- Constants.xsc Con
gcc -c -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -
fields -Wno-write-strings -s -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0
g++ Constants.def -o ..\blib\arch\auto\Win32\GUI\Constants\Constants.xs.dll -mdl
es "C:\STRAWB~1\perl\lib\CORE\libperl522.a" -lmoldname -lkernel32 -luser32 -lg
uuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -Wl,--enabl
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 ..\blib\ar
dmake: Error: -- Don't know how to make `test_dynamic'
dmake: Error code 255, while making 'subdirs-test_dynamic'
dmake: Error code 255, while making 'subdirs-test_dynamic'
fixed in Win32-GUI-1.13
It works! Thank you! Was able to successfully install both on 32bit &
64bit versions of 5.24.0.1.
On Tue, May 24, 2016 at 10:14 PM, James Boone jamesdboone@users.sf.net
wrote:
Related
Bugs: #85