You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't found time to debug this further, but I thought I'd report it because others might start to see builds failing.
Last part of the log:
= note: C:\Users\travis\AppData\Local\Temp\cargo-install2hNVHf\release\deps\libcurl_sys-c776d319576f8ecc.rlib(url.o):url.c:(.text$Curl_init_userdefined+0x9): undefined reference to `__imp___acrt_iob_func'
C:\Users\travis\AppData\Local\Temp\cargo-install2hNVHf\release\deps\libcurl_sys-c776d319576f8ecc.rlib(cookie.o):cookie.c:(.text$Curl_cookie_init+0x27b): undefined reference to `__imp___acrt_iob_func'
C:\Users\travis\AppData\Local\Temp\cargo-install2hNVHf\release\deps\libcurl_sys-c776d319576f8ecc.rlib(cookie.o):cookie.c:(.text$Curl_flush_cookies+0x17f): undefined reference to `__imp___acrt_iob_func'
C:\Users\travis\AppData\Local\Temp\cargo-install2hNVHf\release\deps\libcurl_sys-c776d319576f8ecc.rlib(formdata.o):formdata.c:(.text$Curl_getformdata.part.0+0x266): undefined reference to `__imp___acrt_iob_func'
C:\Users\travis\AppData\Local\Temp\cargo-install2hNVHf\release\deps\libcurl_sys-c776d319576f8ecc.rlib(setopt.o):setopt.c:(.text$Curl_vsetopt+0x3b6c): undefined reference to `__imp___acrt_iob_func'
C:\Users\travis\AppData\Local\Temp\cargo-install2hNVHf\release\deps\libcurl_sys-c776d319576f8ecc.rlib(mprintf.o):mprintf.c:(.text$curl_mprintf+0x29): more undefined references to `__imp___acrt_iob_func' follow
The text was updated successfully, but these errors were encountered:
Thanks for the report! This is a build issue however with one of the dependencies, specifically curl-sys. The fix here should be in nightly Rust at this point and otherwise I'd recommend using the MSVC toolchain wherever possible. I don't think is a wasm-bindgen issue, however, so I'm going to close this.
Thanks for clarifying, and good that it's already fixed. I suppose it should go away as soon as travis updates the rust nightly. I'll keep an eye out to see if it solves itself. The issue was detected on:
Describe the Bug
It fails to compile with linker errors seemingly related to libcurl. Happens on both stable and nightly. I runs fine in linux and mac os.
Steps to Reproduce
I haven't found time to debug this further, but I thought I'd report it because others might start to see builds failing.
Last part of the log:
The text was updated successfully, but these errors were encountered: