ashokpj has asked for the wisdom of the Perl Monks concerning the following question:
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.
Thanks ASHOKD:\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'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error when install module in windows
by syphilis (Archbishop) on Jun 26, 2007 at 05:21 UTC | |
|
Re: Error when install module in windows
by sago (Scribe) on Jun 26, 2007 at 09:17 UTC | |
|
Re: Error when install module in windows
by CountZero (Bishop) on Jun 26, 2007 at 11:21 UTC |