Help for this page

Select Code to Download


  1. or download this
    
    E:\dev\XS\ExtEmbPerlSrc_v0_90\chap6\6.8.1>perl Makefile.PL
    ...
    NMAKE : fatal error U1077: 'cl' : return code '0x2'
    Stop.
    
  2. or download this
    cl -c -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_D
    +ES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_R
    +EADFIX -O1 -MD -DNDEBUG    -DVERSION=\"0.01\"  -DXS_VERSION=\"0.01\" 
    + "-IC:\Perl\lib\CORE"   -Tp Coordinate.c
    
  3. or download this
    C:\PROGRA~1\MICROS~3\VC98\INCLUDE\math.h(514) : error C2894: templates
    + cannot be declared to have 'C' linkage
    C:\PROGRA~1\MICROS~3\VC98\INCLUDE\streamb.h(89) : error C2059: syntax 
    +error : '('
    ...
    C:\PROGRA~1\MICROS~3\VC98\INCLUDE\ostream.h(127) : warning C4003: not 
    +enough actual parameters for macro 'PerlLIO_write'
    C:\PROGRA~1\MICROS~3\VC98\INCLUDE\ostream.h(127) : warning C4003: not 
    +enough actual parameters for macro 'PerlLIO_write'
    Coordinate.c(276) : fatal error C1004: unexpected end of file found
    
  4. or download this
    
    Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
    ...
    G:\Perl\lib\CORE\perl.h(2002) : fatal error C1004: unexpected end of f
    +ile found
    NMAKE : fatal error U1077: 'cl' : return code '0x2'
    Stop.