Okay, that makes sense.
--- On Sat, 4/16/11, Nicholas Clark via RT <bug-Devel-Size@rt.cpan.org> wrote:
> 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
>