Skip Menu |

This queue is for tickets about the Devel-Size CPAN distribution.

Report information
The Basics
Id: 65711
Status: rejected
Priority: 0/
Queue: Devel-Size

People
Owner: Nobody in particular
Requestors: conversecorollary [...] yahoo.com
Cc:
AdminCc:

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



Subject: Nmake issues on Windows XP
Date: Mon, 14 Feb 2011 04:03:53 -0800 (PST)
To: bug-Devel-Size [...] rt.cpan.org
From: gary sachs <conversecorollary [...] yahoo.com>
Good Day, I am trying to "install" Devel-Size on my Windows XP environment. I am following the instructions provided on the "README" web page for Devel-Size. When I execut ethe instructions I receive the following: Please advise. Thank you, gary C:\temp4\Devel-Size-0.72>perl makefile.pl Set up gcc environment - 3.4.5 (mingw-vista special r3) Writing Makefile for Devel::Size C:\temp4\Devel-Size-0.72>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. syntax error at -e line 1, near "'755') " Missing right curly or square bracket at -e line 1, at end of line Execution of -e aborted due to compilation errors. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff' Stop. C:\temp4\Devel-Size-0.72>
On Mon Feb 14 07:04:09 2011, conversecorollary@yahoo.com wrote: Show quoted text
> Good Day, > > I am trying to "install" Devel-Size on my Windows XP environment. I am > following the instructions provided on the "README" web page for > Devel-Size. When I execut ethe instructions I receive the following: > > Please advise. > > Thank you, > gary > > C:\temp4\Devel-Size-0.72>perl makefile.pl > Set up gcc environment - 3.4.5 (mingw-vista special r3) > Writing Makefile for Devel::Size > > C:\temp4\Devel-Size-0.72>nmake > > Microsoft (R) Program Maintenance Utility Version 1.50 > Copyright (c) Microsoft Corp 1988-94. All rights reserved. > > syntax error at -e line 1, near "'755') > " > Missing right curly or square bracket at -e line 1, at end of line > Execution of -e aborted due to compilation errors. > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code > '0xff' > Stop.
I've taken over maintenance of Devel::Size, and I'm afraid that my knowledge of Windows is minimal, so I'm not really going to be able to help you much here. However, that message makes me think that the problem is more general than "Devel-Size won't build". In particular, the build doesn't even seem to have got to the point of trying to processing Size.xs. Have you successfully built any other CPAN modules on your current setup? You're probably better asking for Win32 build help on perlmonks - http://www.perlmonks.org/?node=Seekers+of+Perl+Wisdom#post or on irc.perl.org, channel #perl-help At least until you get to the point where the error output from a failed make mentions Size.xs Nicholas Clark
14 Şub 2011 Pts, 07:04:09 tarihinde, conversecorollary@yahoo.com yazdı: Show quoted text
> C:\temp4\Devel-Size-0.72>perl makefile.pl > Set up gcc environment - 3.4.5 (mingw-vista special r3) > Writing Makefile for Devel::Size > > C:\temp4\Devel-Size-0.72>nmake
Hi Gary, Since you have MinGW, I believe the generated Makefile is for dmake not nmake. So, replace the commands with dmake as in: dmake && dmake test && dmake install If you don't have dmake install it from http://search.cpan.org/dist/dmake/ and be sure that the path where dmake.exe is in you %PATH% env variable (or call it with full path like: C:\Foo\bar\dmake\dmake.exe ). HTH, Burak
Subject: Re: [rt.cpan.org #65711] Nmake issues on Windows XP
Date: Sat, 16 Apr 2011 09:54:27 -0700 (PDT)
To: bug-Devel-Size [...] rt.cpan.org
From: gary sachs <conversecorollary [...] yahoo.com>

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #65711] Nmake issues on Windows XP
Date: Sat, 16 Apr 2011 09:55:13 -0700 (PDT)
To: bug-Devel-Size [...] rt.cpan.org
From: gary sachs <conversecorollary [...] yahoo.com>

Message body is not shown because it is too large.

On Sat Apr 16 12:54:43 2011, conversecorollary@yahoo.com wrote: Show quoted text
> Hi Nicholas, > > here is what I get from nmake or dmake: > > > > E:\zipfiles\PERL\size>e:\zipfiles\perl\dmake\dmake\dmake > g++ -c -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT > -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT > -DPERL_IMPLICIT_SYS -DUSE > -DHASATTRIBUTE -fno-strict-aliasing -mms-bitfields -O2 > -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" "-IC:\Perl\lib\CORE" > Size.c > In file included from Size.xs:2: > C:/Perl/lib/CORE/perl.h:583:24: sys/types.h: No such file or directory > C:/Perl/lib/CORE/perl.h:614:19: ctype.h: No such file or directory > C:/Perl/lib/CORE/perl.h:626:23: locale.h: No such file or directory > C:/Perl/lib/CORE/perl.h:643:20: setjmp.h: No such file or directory > C:/Perl/lib/CORE/perl.h:654:23: stdlib.h: No such file or directory > C:/Perl/lib/CORE/perl.h:987:25: string.h: No such file or directory > C:/Perl/lib/CORE/perl.h:1152:25: sys/stat.h: No such file or directory > C:/Perl/lib/CORE/perl.h:1181:21: time.h: No such file or directory > C:/Perl/lib/CORE/perl.h:1202:19: errno.h: No such file or directory > In file included from > C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/include/syslimits.h:7, > from > C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/include/limits.h:11, > from C:/Perl/lib/CORE/perl.h:1827, > from Size.xs:2: > C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/include/limits.h:122:61: no > include path in which to search for limits.h > In file included from C:/Perl/lib/CORE/perl.h:2552, > from Size.xs:2: > C:/Perl/lib/CORE/dosish.h:130:20: signal.h: No such file or directory > In file included from C:/Perl/lib/CORE/win32thread.h:4, > from C:/Perl/lib/CORE/perl.h:2825, > from Size.xs:2: > C:/Perl/lib/CORE/win32.h:89:16: io.h: No such file or directory > C:/Perl/lib/CORE/win32.h:90:21: process.h: No such file or directory > C:/Perl/lib/CORE/win32.h:91:19: stdio.h: No such file or directory > C:/Perl/lib/CORE/win32.h:92:20: direct.h: No such file or directory > C:/Perl/lib/CORE/win32.h:95:19: fcntl.h: No such file or directory > In file included from C:/Perl/lib/CORE/win32thread.h:4, > from C:/Perl/lib/CORE/perl.h:2825, > from Size.xs:2:
That's quite spectacular. The compiler can't find the headers for the standard C library. (Most obvious reasons being either that compiler is looking in the right place for the headers for the C library, but the headers aren't installed, or that the headers are installed, but the compiler isn't looking in the right place for them) I don't know anything about installing compilers on Win32, so I can't really help further. But your problem is that the installation of your compiler + library installation isn't complete and correct - you won't be able to compile anything. Nicholas Clark
Subject: Re: [rt.cpan.org #65711] Nmake issues on Windows XP
Date: Sat, 16 Apr 2011 11:12:40 -0700 (PDT)
To: bug-Devel-Size [...] rt.cpan.org
From: gary sachs <conversecorollary [...] yahoo.com>
Okay, that makes sense. --- On Sat, 4/16/11, Nicholas Clark via RT <bug-Devel-Size@rt.cpan.org> wrote: Show quoted text
> From: Nicholas Clark via RT <bug-Devel-Size@rt.cpan.org> > Subject: [rt.cpan.org #65711] Nmake issues on Windows XP > To: conversecorollary@yahoo.com > Date: Saturday, April 16, 2011, 10:53 AM > <URL: https://rt.cpan.org/Ticket/Display.html?id=65711 > > > On Sat Apr 16 12:54:43 2011, conversecorollary@yahoo.com > wrote:
> > Hi Nicholas, > > > > here is what I get from nmake or dmake: > > > > > > > >
> E:\zipfiles\PERL\size>e:\zipfiles\perl\dmake\dmake\dmake
> > g++ -c          -DNDEBUG
> -DWIN32 -D_CONSOLE -DNO_STRICT
> > -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE
> -DPERL_IMPLICIT_CONTEXT
> > -DPERL_IMPLICIT_SYS -DUSE > >  -DHASATTRIBUTE -fno-strict-aliasing
> -mms-bitfields -O2
> > -DVERSION=\"0.72\"   
> -DXS_VERSION=\"0.72\"  "-IC:\Perl\lib\CORE"
> > Size.c > > In file included from Size.xs:2: > > C:/Perl/lib/CORE/perl.h:583:24: sys/types.h: No such
> file or directory
> > C:/Perl/lib/CORE/perl.h:614:19: ctype.h: No such file
> or directory
> > C:/Perl/lib/CORE/perl.h:626:23: locale.h: No such file
> or directory
> > C:/Perl/lib/CORE/perl.h:643:20: setjmp.h: No such file
> or directory
> > C:/Perl/lib/CORE/perl.h:654:23: stdlib.h: No such file
> or directory
> > C:/Perl/lib/CORE/perl.h:987:25: string.h: No such file
> or directory
> > C:/Perl/lib/CORE/perl.h:1152:25: sys/stat.h: No such
> file or directory
> > C:/Perl/lib/CORE/perl.h:1181:21: time.h: No such file
> or directory
> > C:/Perl/lib/CORE/perl.h:1202:19: errno.h: No such file
> or directory
> > In file included from > >
> C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/include/syslimits.h:7,
> >               
>   from
> >
> C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/include/limits.h:11,
> >               
>   from C:/Perl/lib/CORE/perl.h:1827,
> >               
>   from Size.xs:2:
> >
> C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/include/limits.h:122:61: > no
> > include path in which to search for limits.h > > In file included from C:/Perl/lib/CORE/perl.h:2552, > >               
>   from Size.xs:2:
> > C:/Perl/lib/CORE/dosish.h:130:20: signal.h: No such
> file or directory
> > In file included from
> C:/Perl/lib/CORE/win32thread.h:4,
> >               
>   from C:/Perl/lib/CORE/perl.h:2825,
> >               
>   from Size.xs:2:
> > C:/Perl/lib/CORE/win32.h:89:16: io.h: No such file or
> directory
> > C:/Perl/lib/CORE/win32.h:90:21: process.h: No such
> file or directory
> > C:/Perl/lib/CORE/win32.h:91:19: stdio.h: No such file
> or directory
> > C:/Perl/lib/CORE/win32.h:92:20: direct.h: No such file
> or directory
> > C:/Perl/lib/CORE/win32.h:95:19: fcntl.h: No such file
> or directory
> > In file included from
> C:/Perl/lib/CORE/win32thread.h:4,
> >               
>   from C:/Perl/lib/CORE/perl.h:2825,
> >               
>   from Size.xs:2: > > That's quite spectacular. > > The compiler can't find the headers for the standard C > library. > > (Most obvious reasons being either that compiler is looking > in the right > place for the headers for the C library, but the headers > aren't > installed, or that the headers are installed, but the > compiler isn't > looking in the right place for them) > > I don't know anything about installing compilers on Win32, > so I can't > really help further. But your problem is that the > installation of your > compiler + library installation isn't complete and correct > - you won't > be able to compile anything. > > Nicholas Clark >
Hi Gary. I'm helping out with Devel::Size and was wondering if you've been able to resolve the issue. Tim.
Subject: Re: [rt.cpan.org #65711] Nmake issues on Windows XP
Date: Thu, 23 Aug 2012 05:10:21 -0700 (PDT)
To: bug-Devel-Size [...] rt.cpan.org
From: gary sachs <conversecorollary [...] yahoo.com>
Honestly, I gave up and have since moved to Windows 7 x64. I think part of the issue was that I stumbled across something stating that the kit was not meant for the WINDOWS environment, thus giving up. gary Show quoted text
________________________________ From: Tim_Bunce via RT <bug-Devel-Size@rt.cpan.org> To: conversecorollary@yahoo.com Sent: Wednesday, August 15, 2012 2:20 PM Subject: [rt.cpan.org #65711] Nmake issues on Windows XP <URL: https://rt.cpan.org/Ticket/Display.html?id=65711 > Hi Gary. I'm helping out with Devel::Size and was wondering if you've been able to resolve the issue. Tim.
Ok. Thanks.