Skip Menu |

This queue is for tickets about the Perl-Dist-Strawberry CPAN distribution.

Report information
The Basics
Id: 60865
Status: resolved
Priority: 0/
Queue: Perl-Dist-Strawberry

People
Owner: Nobody in particular
Requestors: fsergi [...] ameritech.net
Cc:
AdminCc:

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



Subject: Win32::GUI install fails Strawberry Perl
I am trying to install Win32-GUI Perl module on Windows 7 64 bit. Received the following error: c:\strawberry\cpan\build\Win32-GUI-1.06-dYDAUX>dmake Skip blib\lib\Win32/GUI/GridLayout.pm (unchanged) Skip blib\lib\Win32/GUI.pm (unchanged) Skip ..\blib\lib\Win32\GUI\BitmapInline.pm (unchanged) Skip ..\blib\lib\Win32\GUI/Constants/Tags.pm (unchanged) Skip ..\blib\lib\Win32\GUI/Constants.pm (unchanged) gcc -O -fno-builtin-log2 -c lookupa.c gcc: CreateProcess: No such file or directory dmake: Error code 129, while making 'lookupa.o' dmake: Error code 255, while making 'subdirs' dmake: Error code 255, while making 'subdirs' This cut and paste is when I tried to install manually. The same error occurs with CPAN. uname=MINGW32_NT-6.1 TOSHIBA1 1.0.11(0.46/3/2) 2009-07-11 17:46 i686 Msys Perl Version=perl5 version 12, subversion 0(v5.12.0) built for MSWin32-x86-multi-thread Thank you.
Subject: Re: [rt.cpan.org #60865] Win32::GUI install fails Strawberry Perl
Date: Mon, 30 Aug 2010 09:38:21 +1000
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Adam Kennedy <adamkennedybackup [...] gmail.com>
Thisis a problem with 64-bit support on Win32::GUI, not with Strawberry On 30 August 2010 06:26, Francis Sergi via RT <bug-Perl-Dist-Strawberry@rt.cpan.org> wrote: Show quoted text
> Sun Aug 29 16:26:38 2010: Request 60865 was acted upon. > Transaction: Ticket created by fjs056 >       Queue: Perl-Dist-Strawberry >     Subject: Win32::GUI install fails Strawberry Perl >   Broken in: (no value) >    Severity: Normal >       Owner: Nobody >  Requestors: fsergi@ameritech.net >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=60865 > > > > I am trying to install Win32-GUI Perl module on Windows 7 64 bit. > Received the following error: > > c:\strawberry\cpan\build\Win32-GUI-1.06-dYDAUX>dmake > Skip blib\lib\Win32/GUI/GridLayout.pm (unchanged) > Skip blib\lib\Win32/GUI.pm (unchanged) > Skip ..\blib\lib\Win32\GUI\BitmapInline.pm (unchanged) > Skip ..\blib\lib\Win32\GUI/Constants/Tags.pm (unchanged) > Skip ..\blib\lib\Win32\GUI/Constants.pm (unchanged) > gcc  -O -fno-builtin-log2 -c lookupa.c > gcc: CreateProcess: No such file or directory > dmake:  Error code 129, while making 'lookupa.o' > dmake:  Error code 255, while making 'subdirs' > dmake:  Error code 255, while making 'subdirs' > > This cut and paste is when I tried to install manually. The same error > occurs with CPAN. > > uname=MINGW32_NT-6.1 TOSHIBA1 1.0.11(0.46/3/2) 2009-07-11 17:46 i686 Msys > > Perl Version=perl5 version 12, subversion 0(v5.12.0) built for > MSWin32-x86-multi-thread > > Thank you. > >
Try my patched version by running the following command from command prompt:

pip http://strawberryperl.com/package/kmx/perl-modules-patched/Win32-GUI-1.06_patched2.tar.gz

--
kmx

Subject: Re: [rt.cpan.org #60865] Win32::GUI install fails Strawberry Perl
Date: Thu, 2 Sep 2010 16:27:12 -0700 (PDT)
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Frank Sergi <fsergi [...] ameritech.net>
I tried the patch but gave the following error: CPAN: CPAN::SQLite loaded ok (v0.199) Running make for L/LO/LOCAL/Win32-GUI-1.06_patched2.tar.gz Checksum for C:\strawberry\cpan\sources\authors\id\L\LO\LOCAL\Win32-GUI-1.06_patched2.tar.gz ok CPAN: Archive::Tar loaded ok (v1.60) CPAN: Parse::CPAN::Meta loaded ok (v1.40) CPAN: Module::CoreList loaded ok (v2.31)   CPAN.pm: Going to build L/LO/LOCAL/Win32-GUI-1.06_patched2.tar.gz BUILDENV=mingw  Used build environment is: MSWin32 and MinGW NOTE: Makefile.PL will add the instruction to use the Resource Compiler to your Makefile; if you don't want to compile resources with your extension, call this script with this additional argument:     perl Makefile.PL USERESOURCE=0 Checking if your kit is complete... Looks good Win32::GUI::AxWindow can only be built using MSVC, not 'gcc', as it depends on the Microsoft Active Template Library (ATL). Win32::GUI::AxWindow will be skipped during the current build process. Writing Makefile for Win32::GUI::BitmapInline Writing Makefile for Win32::GUI::Constants - perfect.exe Writing Makefile for Win32::GUI::Constants At this time Win32::GUI::DIBitmap cannot be build using gcc. Win32::GUI::DIBitmap will be skipped during the current build process. Writing Makefile for Win32::GUI::DropFiles Win32::GUI::Grid can only be built using MSVC, not 'gcc', as it requires the MFC framework. Win32::GUI::Grid will be skipped during the current build process. Writing Makefile for Win32::GUI::ReleaseNotes Writing Makefile for Win32::GUI::Scintilla Writing Makefile for Win32::GUI cp GridLayout.pm blib\lib\Win32/GUI/GridLayout.pm cp GUI.pm blib\lib\Win32/GUI.pm cp BitmapInline.pm ..\blib\lib\Win32\GUI\BitmapInline.pm cp Tags.pm ..\blib\lib\Win32\GUI/Constants/Tags.pm AutoSplitting ..\blib\lib\Win32\GUI/Constants/Tags.pm (..\blib\lib\auto\Win32\GUI\Constants\Tags) cp Constants.pm ..\blib\lib\Win32\GUI/Constants.pm gcc  -O -fno-builtin-log2 -c lookupa.c   LOCAL/Win32-GUI-1.06_patched2.tar.gz  C:\strawberry\c\bin\dmake.EXE -- NOT OK CPAN: YAML loaded ok (v0.71) Running make test   Can't test without successful make Running make install   Make had returned bad status, install seems impossible Thanks for your help! --- On Wed, 9/1/10, kmx via RT <bug-Perl-Dist-Strawberry@rt.cpan.org> wrote: From: kmx via RT <bug-Perl-Dist-Strawberry@rt.cpan.org> Subject: [rt.cpan.org #60865] Win32::GUI install fails Strawberry Perl To: fsergi@ameritech.net Date: Wednesday, September 1, 2010, 7:58 PM <URL: https://rt.cpan.org/Ticket/Display.html?id=60865 > Try my patched version by running the following command from command prompt: pip http://strawberryperl.com/package/kmx/perl-modules-patched/Win32-GUI-1.06_patched2.tar.gz -- kmx
Try http://strawberryperl.com/package/kmx/perl-modules-patched/Win32-GUI-1.06_patched3.tar.gz

Works for me on both 32/64bit strawberry perl 5.14.2.1

Anyway it is more an issue of Win32::GUI than Strawberry Perl therefore I am closing this RT

--
kmx