joyent / libuv

Go to
https://github.com/libuv/libuv
3.27k stars 653 forks source link

v0.10: tests don't compile on Windows #1588

Closed schlamar closed 9 years ago

schlamar commented 9 years ago
>vcbuild.bat x86 release
['-Dtarget_arch=ia32', '-Dlibrary=static_library', '.\\uv.gyp', '-I', '.\\common
.gypi', '--depth=.', '-Dhost_arch=AMD64', '-Dcomponent=static_library']
Project files generated.
.\test\test-poll-closesocket.c(70): warning C4020: 'uv_ip4_addr' : too many act
ual parameters
.\test\test-poll-closesocket.c(70): error C2440: '=' : cannot convert from 'soc
kaddr_in' to 'int'
saghul commented 9 years ago

Looks like I fucked up the backport of that test, will fix that tonight.

saghul commented 9 years ago

1589 landed in libuv/libuv, closing.