|
Hello!
I have trouble building PadWalker. I am using the Open Watcom compiler and linker and it does apparently not recognize the command line options. I am using Microsoft's nmake utility as the one from Open Watcom does not read the makefile correctly.
Alternatively is there any way to get a binary distro ?
Here is the execution log :
C:\\Local\\bider\\share\\perl\\PadWalker-1.3>nmake Makefile install
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
'Makefile' is up-to-date
cp PadWalker.pm blib\\lib\\PadWalker.pm
C:\\outils\\Perl\\bin\\perl.exe C:\\outils\\Perl\\lib\\ExtUtils\\xsubpp -typemap C:\\outil
+s\\Perl\\lib\\ExtUtils\\typemap PadWalker.xs > PadWalker.xsc && C:\\outils\\Perl\\bin\
+\perl.exe -MExtUtils::Command -e mv PadWalker.xsc PadWalker.c
cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCR
+YPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D
+PERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\\"1.3\\" -DXS_VERSION=\\"1.3\\" "-IC:\\ou
+tils\\Perl\\lib\\CORE" PadWalker.c
Open Watcom C/C++ CL Clone for 386 Version 1.6
Portions Copyright (c) 1995-2002 Sybase, Inc. All Rights Reserved.
Source code is available under the Sybase Open Watcom Public License.
See http://www.openwatcom.org/ for details.
Warning: Replacing unsupported /Zi with /Z7
Warning: Using Dwarf debugging information
Warning: Replacing unsupported /Zi with /Z7
Warning: Using Dwarf debugging information
Fatal error: Nothing to do!
NMAKE : fatal error U1077: 'C:\\WINDOWS\\system32\\cmd.exe' : return code '0xff'
Stop.
I would apreciate any help.
|