Skip to content

Instantly share code, notes, and snippets.

@piscisaureus
Created April 29, 2012 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piscisaureus/2522995 to your computer and use it in GitHub Desktop.
Save piscisaureus/2522995 to your computer and use it in GitHub Desktop.
D:\libuv>vcbuild.bat test
['.\\uv.gyp', '-I', '.\\common.gypi', '--depth=.', '-Dtarget_arch=ia32', '-Dcomponent=static_library', '-Dlibrary=static
_library']
Project files generated.
ares__close_sockets.c
ares__get_hostent.c
ares__read_line.c
ares__timeval.c
ares_cancel.c
ares_data.c
ares_destroy.c
ares_expand_name.c
ares_expand_string.c
ares_fds.c
ares_free_hostent.c
ares_free_string.c
ares_getenv.c
ares_gethostbyaddr.c
ares_gethostbyname.c
ares_getnameinfo.c
ares_getsock.c
ares_init.c
ares_library_init.c
ares_llist.c
ares_mkquery.c
src\ares\ares_gethostbyaddr.c(231): error C2065: 'ENOENT' : undeclared identifier [D:\libuv\uv.vcxproj]
src\ares\ares_gethostbyaddr.c(231): error C2051: case expression not constant [D:\libuv\uv.vcxproj]
src\ares\ares_gethostbyname.c(389): error C2065: 'ENOENT' : undeclared identifier [D:\libuv\uv.vcxproj]
src\ares\ares_gethostbyname.c(389): error C2051: case expression not constant [D:\libuv\uv.vcxproj]
src\ares\ares_gethostbyname.c(390): error C2065: 'ESRCH' : undeclared identifier [D:\libuv\uv.vcxproj]
src\ares\ares_gethostbyname.c(390): error C2051: case expression not constant [D:\libuv\uv.vcxproj]
src\ares\ares_gethostbyaddr.c(232): error C2065: 'ESRCH' : undeclared identifier [D:\libuv\uv.vcxproj]
src\ares\ares_gethostbyaddr.c(232): error C2051: case expression not constant [D:\libuv\uv.vcxproj]
ares_nowarn.c
ares_options.c
ares_parse_a_reply.c
ares_parse_aaaa_reply.c
ares_parse_mx_reply.c
ares_parse_ns_reply.c
ares_parse_ptr_reply.c
ares_parse_srv_reply.c
ares_parse_txt_reply.c
ares_platform.c
ares_process.c
ares_query.c
ares_search.c
d:\libuv\src\ares\ares_library_init.h(26): fatal error C1083: Cannot open include file: 'ares_iphlpapi.h': No such file
or directory [D:\libuv\uv.vcxproj]
d:\libuv\src\ares\ares_library_init.h(26): fatal error C1083: Cannot open include file: 'ares_iphlpapi.h': No such file
or directory [D:\libuv\uv.vcxproj]
ares_send.c
ares_strcasecmp.c
ares_strdup.c
ares_strerror.c
ares_timeout.c
ares_version.c
ares_writev.c
src\ares\ares_search.c(297): error C2065: 'ENOENT' : undeclared identifier [D:\libuv\uv.vcxproj]
src\ares\ares_search.c(297): error C2051: case expression not constant [D:\libuv\uv.vcxproj]
src\ares\ares_search.c(298): error C2065: 'ESRCH' : undeclared identifier [D:\libuv\uv.vcxproj]
src\ares\ares_search.c(298): error C2051: case expression not constant [D:\libuv\uv.vcxproj]
bitncmp.c
inet_net_pton.c
inet_ntop.c
windows_port.c
uv-common.c
async.c
cares.c
src\ares\ares_writev.c(60): error C2065: 'ENOMEM' : undeclared identifier [D:\libuv\uv.vcxproj]
core.c
dl.c
src\ares\inet_ntop.c(104): error C2065: 'ENOSPC' : undeclared identifier [D:\libuv\uv.vcxproj]
src\ares\inet_ntop.c(202): error C2065: 'ENOSPC' : undeclared identifier [D:\libuv\uv.vcxproj]
error.c
src\ares\inet_net_pton.c(194): error C2065: 'ENOENT' : undeclared identifier [D:\libuv\uv.vcxproj]
src\ares\inet_net_pton.c(389): error C2065: 'ENOENT' : undeclared identifier [D:\libuv\uv.vcxproj]
src\ares\inet_net_pton.c(447): error C2065: 'ENOENT' : undeclared identifier [D:\libuv\uv.vcxproj]
fs-event.c
fs.c
getaddrinfo.c
handle.c
loop-watcher.c
pipe.c
process.c
req.c
stream.c
tcp.c
thread.c
threadpool.c
timer.c
tty.c
udp.c
util.c
winapi.c
winsock.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment