[Arsperl-users] What did I do wrong with NMake?
Brought to you by:
jeffmurphy
|
From: Bruce S. <BS...@SS...> - 2007-06-21 17:55:44
|
I am installing ARSPerl v 1.9 (using Perl v 5.8.8.820 and NMake v 1.5) on a Windows XP workstation, with a copy of the AR System 5.1.2 API directory set up locally for use during testing. Step 1(perl Makefile.pl) of the installation sequence seems to go fine (per the logs below), but step 2 (nmake) doesn't complete (something about not recognizing cl as a valid command). Any suggestions? =20 Thanks, Bruce =20 =20 Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. =20 C:\Documents and Settings\bscott>cd\ =20 C:\>cd arsperl =20 C:\ARSperl>perl Makefile.pl Building against perl 5.008008 Generating support.h file.. =20 Processing AR_STRUCT_ITEM codes.. =20 Processing AR_SERVER_STAT codes.. =20 Processing AR_SCHEMA codes.. =20 Processing AR_COM_PARM codes.. =20 Processing AR_COM_METHOD codes.. =20 Processing AR_DDE codes.. =20 Processing AR_ACTIVE_LINK_ACTION codes.. =20 Processing AR_ACTIVE_LINK_ACTION_OPEN codes.. =20 Processing AR_CHAR_MENU_DD type codes.. =20 Processing AR_CHAR_MENU_DD name codes.. =20 Processing AR_CHAR_MENU_DD value format.. =20 Processing AR_CHAR_MENU codes.. =20 Processing AR_FILTER_ACTION codes.. =20 Processing AR_MENU_REFRESH codes.. =20 Processing AR_PERMISSIONS (Schema) codes.. =20 Processing AR_PERMISSIONS (Field) codes.. =20 Processing AR_DATA_TYPE codes.. =20 Processing AR_BYTE_LIST codes.. =20 Processing AR_NO_MATCH codes.. =20 Processing AR_MULTI_MATCH codes.. =20 Processing AR_RETURN codes.. =20 Processing AR_FUNCTION codes.. =20 Processing ARCON codes.. =20 Processing ARCONOWNER codes.. =20 Processing ARREF codes.. =20 Processing AR_KEYWORD codes.. =20 Processing AR_SERVER_INFO codes.. =20 Generating serverTypeInfoHints.h .. Converting C header files to perl modules .. The system cannot find the file specified. The system cannot find the file specified. Configuring with options: =20 ARSVERSION =3D 5.00 =20 ARSAPI =3D C:\Documents and Settings\bscott\My Documents\Remedy\Devel oper Files\AR System 512\Arserver\Api =20 AUTODEFINES =3D -D_WIN32 -DARS32 -DARS452 -DPERL_PATCHLEVEL_IS=3D8 -DPER L_SUBVERSION_IS=3D8 -DPERL_BASEREV_IS=3D50 Checking if your kit is complete... Looks good Note (probably harmless): No library found for oldnames.lib Note (probably harmless): No library found for kernel32.lib Note (probably harmless): No library found for user32.lib Note (probably harmless): No library found for gdi32.lib Note (probably harmless): No library found for winspool.lib Note (probably harmless): No library found for comdlg32.lib Note (probably harmless): No library found for advapi32.lib Note (probably harmless): No library found for shell32.lib Note (probably harmless): No library found for ole32.lib Note (probably harmless): No library found for oleaut32.lib Note (probably harmless): No library found for netapi32.lib Note (probably harmless): No library found for uuid.lib Note (probably harmless): No library found for ws2_32.lib Note (probably harmless): No library found for mpr.lib Note (probably harmless): No library found for winmm.lib Note (probably harmless): No library found for version.lib Note (probably harmless): No library found for odbc32.lib Note (probably harmless): No library found for odbccp32.lib Note (probably harmless): No library found for msvcrt.lib Writing Makefile for ARS =3D=3D=3D ARSperl 'make test' configuration. =3D=3D=3D =20 Please enter the following information. This information will be recorded in ./t/config.cache =20 If you want to skip the 'make test' step, just hit ENTER three times. You can configure it later by either re-running 'perl Makefile.PL' or by editting ./t/config.cache =20 Fair warning: you probably don't want to run 'make test' against a production ARSystem server. =20 Server Name []: remedydev01 Admin Username []: bscott Admin Password []: ******** (This is not what was typed in, by the way) =20 Type 'make' (windows: 'nmake') to build ARSperl. Type 'make test' to test ARSperl before installing. Type 'make install' to install ARSperl. =20 C:\ARSperl>nmake =20 Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. =20 cp ARSarerrno-h.pm blib\lib/ARSarerrno-h.pm cp ARSnparm.pm blib\lib/ARSnparm.pm cp _h2ph_pre.ph blib\lib/_h2ph_pre.ph cp ARSar-h.pm blib\lib/ARSar-h.pm cp ARSnterrno-h.pm blib\lib/ARSnterrno-h.pm cp ARSnt-h.pm blib\lib/ARSnt-h.pm cp ARSOOsup.pm blib\lib/ARSOOsup.pm cp ARSOOmsgs.pm blib\lib/ARSOOmsgs.pm cp ARSOOform.pm blib\lib/ARSOOform.pm cp ARS.pm blib\lib/ARS.pm AutoSplitting blib\lib/ARS.pm (blib\lib\auto\ARS) =20 C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils\xsubpp -typemap C:\Perl\lib\E xtUtils\typemap -typemap typemap ARS.xs > ARS.xsc && C:\Perl\bin\perl.exe -MExt Utils::Command -e mv ARS.xsc ARS.c =20 cl -c -I"C:\Documents and Settings\bscott\My Documents\Remedy\Developer =20Files\AR System 512\Arserver\Api/include" -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 =20-DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTO MIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READ FIX -MD -Zi -DNDEBUG -O1 -DVERSION=3D\"1.90\" -DXS_VERSION=3D\"1.90\"= "-IC:\Per l\lib\CORE" -D_WIN32 -DARS32 -DARS452 -DPERL_PATCHLEVEL_IS=3D8 -DPERL_SUBVERSI ON_IS=3D8 -DPERL_BASEREV_IS=3D50 ARS.c 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1' Stop. =20 C:\ARSperl> =20 Bruce Scott Application Developer - Remedy SSG, PetSMART, Inc. Office: 623.587.2340 eMail: bs...@ss... =20 #########################################################################= ############ The information contained in this electronic mail message, including atta= chments, if any, is PetSmart confidential information. It is intended on= ly for the use of the person(s) named above. If the reader of this messa= ge is not the intended recipient, or has received this message in error, = you are hereby notified that any review, dissemination, distribution or c= opying of this communication is strictly prohibited. If you are not the = intended recipient or have received this message in error, please notify = the sender via e-mail and promptly delete the original message. #########################################################################= ############ |