msgpack / msgpack-node

MessagePack implementation for Node.js
Other
311 stars 71 forks source link

does not build under windows vs2010 #2

Closed extrawurst closed 11 years ago

extrawurst commented 11 years ago

..\src\msgpack.cc(181): error C2466: cannot allocate an array of constant size 0

torus commented 11 years ago

I had the same problem.

lcg635 commented 11 years ago

I had the same problem.

m-teslya commented 11 years ago

I had the same problem.

godsflaw commented 11 years ago

Can someone try to compile the master branch on Windows for me: https://github.com/msgpack/msgpack-node/commit/7a0da2fa0a715e1dc3a55750cd8f87a12b1f3b05

godsflaw commented 11 years ago

Other people have reported that Windows compilation works again.

m-teslya commented 11 years ago

tnx. Works for me too