Subject: | can't install on perl 5.12 on windows |
I'm using strawberry perl and in the install process there is a error
with building state.xs:
C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\lib\ExtUtils\xsubpp
-typemap C:\strawberry\perl\lib\ExtUtils\typemap -typemap typemap
State.xs > State.xsc
&& C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e "mv" --
State.xsc State.c
gcc -c -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing
-mms-bitfields -DPERL_MSVC
RT_READFIX -s -O2 -DVERSION=\"5.22\" -DXS_VERSION=\"5.22\"
"-IC:\strawberry\perl\lib\CORE" -DCORO_LOSER -DCORO_STACKSIZE=16384
-DCORO_STACKGUARD=4
State.c
State.xs: In function 'free_coro_mortal':
State.xs:1149: warning: initialization discards qualifiers from pointer
target type
State.xs: In function 'transfer':
State.xs:1603: error: too few arguments to function '_setjmp'
dmake: Error code 129, while making 'State.o'
dmake.EXE: Error code 255, while making 'subdirs'
MLEHMANN/Coro-5.22.tar.gz
C:\strawberry\c\bin\dmake.EXE -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
MLEHMANN/Coro-5.22.tar.gz : make NO