- or download this
C:\perl64\packages\Sereal-Decoder-3.005>nmake
...
c:\perl64\packages\sereal-encoder-3.005\snappy\csnappy.h(19) : fatal e
+rror C1083: Cannot open include file: 'stdint.h': No such file or dir
+ectory
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual S
+tudio 9.0\VC\Bin\amd64\cl.EXE"' : return code '0x2'
Stop.
- or download this
C:\perl64\packages\Sereal-Decoder-3.005>nmake
...
srl_encoder.c(1523) : warning C4244: 'function' : conversion from 'UV'
+ to 'U32', possible loss of data
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual S
+tudio 9.0\VC\Bin\amd64\cl.EXE"' : return code '0x2'
Stop.
- or download this
srl_decoder.c(1369) : error C2143: syntax error : missing ';' before '
+type'
srl_decoder.c(1370) : error C2065: 'tag' : undeclared identifier
...
SV *referent;
ASSERT_BUF_SPACE(dec, 1, " while reading REFN referent");
U8 tag= *(dec->pos); /* Look ahead for special vars. */
- or download this
srl_encoder.c(904) : error C2143: syntax error : missing ';' before 'c
+onst'
srl_encoder.c(906) : error C2065: 'compress_flags' : undeclared identi
+fier
...
{
enc = srl_prepare_encoder(aTHX_ enc);
const U32 compress_flags= SRL_ENC_HAVE_OPTION(enc, SRL_F_COMPRESS_
+FLAGS_MASK);