Hi Monks,

when i try to install Time-Piece module i getting this error. i already install Dev-C++ and Nmake in my system. i am using perl 5.8.8 and windows XP. Help me.

D:\Perl Module\Time-Piece-1.11>nmake test Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. gcc -c -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_F +CRYPT -DNO _HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT +_SYS -DUSE _PERLIO -DPERL_MSVCRT_READFIX -DHASATTRIBUTE -fno-strict-aliasing -O2 + -DVERSI ON=\"1.11\" -DXS_VERSION=\"1.11\" "-IC:\Perl\lib\CORE" Piece.c Piece.xs: In function `_strptime': Piece.xs:758: warning: assignment makes pointer from integer without a + cast dlltool --def Piece.def --output-exp dll.exp g++ -o blib\arch\auto\Time\Piece\Piece.dll -Wl,--base-file -Wl +,dll.base -mdll -L"C:\Perl\lib\CORE" Piece.obj -Wl,--image-base,0x35470000 C:\P +erl\lib\CO RE\perl58.lib -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladva +pi32 -lshe ll32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lver +sion -lodb c32 -lodbccp32 -lmsvcrt dll.exp g++: Piece.obj: No such file or directory NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code + '0x1'
Thanks ASHOK

In reply to Error when install module in windows by ashokpj

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.