Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Win32-GUI CPAN distribution.

Report information
The Basics
Id: 116473
Status: resolved
Priority: 0/
Queue: Win32-GUI

People
Owner: Nobody in particular
Requestors: m.nooning [...] verizon.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Win32::GUI does not install on Win 7 Strawberry Perl 5.24.0
Date: Mon, 25 Jul 2016 23:34:04 -0400
To: bug-Win32-GUI [...] rt.cpan.org
From: Malcolm <m.nooning [...] verizon.net>
Microsoft Windows 7 [Version 6.1.7601] Strawberry Perl version 5.24.0 I get the same results when using any of the three command prompts listed below. MS Build Command Prompt for VS2015 MS Developer Command Prompt for VS2015 DOS Command Prompt The last number of lines from the command prompt are pasted below. "C:\Perl\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 ..\blib\arch\auto\Win32\GUI\Constants\Constants.xs.dll dmake: Error: -- Don't know how to make `test_dynamic' dmake: Error code 255, while making 'subdirs-test_dynamic' dmake.exe: Error code 255, while making 'subdirs-test_dynamic' KMX/Win32-GUI-1.12.tar.gz C:\Perl\c\bin\dmake.exe test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports KMX/Win32-GUI-1.12.tar.gz Stopping: 'install' failed for 'Win32::GUI'. -------------- I also see
Subject: Re: [rt.cpan.org #116473] Win32::GUI does not install on Win 7 Strawberry Perl 5.24.0
Date: Tue, 26 Jul 2016 07:52:44 +0200
To: bug-Win32-GUI [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
You are right, the following patch should fix it: --- Win32-GUI-1.12.orig/Win32-GUI_Constants/hash/Makefile.PL 2014-10-13 10:44:37.000000000 +0200 +++ Win32-GUI-1.12/Win32-GUI_Constants/hash/Makefile.PL 2016-07-26 07:51:50.298915200 +0200 @@ -62,6 +62,7 @@ #Test - will be call by parent Makefiles test: +test_dynamic: # DEPENDENCIES
fixed in Win32-GUI-1.13