Trying to build 0.0.3.
perl Configure.pl runs fine.
>nmake
No warnings above.....
cl -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT
-DHAVE_DES_FC
RYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX
-I./in
clude -Fochartypes/usascii.obj -c chartypes/usascii.c
usascii.c
chartypes/usascii.c(26) : warning C4550: expression evaluates to a
function whic
h is missing an argument list
chartypes/usascii.c(41) : warning C4550: expression evaluates to a
function whic
h is missing an argument list
cl -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT
-DHAVE_DES_FC
RYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX
-I./in
clude -Foresources.obj -c resources.c
resources.c
cl -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT
-DHAVE_DES_FC
RYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX
-I./in
clude -Foplatform.obj -c platform.c
platform.c
cd classes; make
The system cannot find the path specified.
NMAKE : fatal error U1077: 'cd' : return code '0x1'
Stop.
classes directory exists, though not sure why it would generate this
error.
The package was downloaded from Simon's directory on CPAN.
Ilya Sterin