-
👋 Hello I am getting an odd compile error when trying version 1.1.20 for libz-ng-sys. I was updating dependencies for my project. I ran `cargo update` which updated libz-ng-sys to 1.1.20. When I then …
-
```
libpng.lib(pngerror.c.obj) : error LNK2019: unresolved external symbol ___acrt_iob_func referenced in function _png_default_error
libpng.lib(pngerror.c.obj) : error LNK2019: unresolved external …
-
If my application call ::abort() i get stuck on wait thread finished.
```
[External Code]
> GameAnalyticsPlugin.dll!gameanalytics::threading::GAThreading::State::~State() Line 109 C++
[Exte…
-
1>entry.obj : error LNK2001: unresolved external symbol exit
1>entry.obj : error LNK2001: unresolved external symbol ftell
1>entry.obj : error LNK2001: unresolved external symbol fopen
1>entry.obj …
-
The `libncurses` in the repo somehow has a dependency on the vc++ 2015 runtime as it references `__acrt_iob_func` which is rather weird considering the PKGBUILD doesn't change the crt from the default…
-
```
er32" "-lkernel32" "C:\\Users\\Admin\\.rustup\\toolchains\\stable-x86_64-pc-windows-gnu\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib\\rsend.o"
= note: E:\hg_learn\conrod-master\target\debug\deps\…
-
In `static size_t _memory_span_list_push(span_t** head, span_t* span)`, `span` is clearly pointing to memory with garbage values.
This is with `#define TRACY_ON_DEMAND 1` with never any profiler co…
-
Hey there!
This is likely a bug in my project, rather than a bug in cargo-update, but I wanted to ask some advice. Currently, here's a failing build: https://ci.appveyor.com/project/steveklabnik/ke…
-
WSACleanup function call raises abort() due to mutex destruction while it's locked.
Steps to reproduce:
Call WSACleanup() to terminate working with ws2_32.dll
I use VS 2017 ver 15.9.17
Code sn…
-
Looks like FileXT is filling the `stderr` buffer which, at least on windows, when it is full causes the main thread to stall on Arma3 (nothing is emptying/reading the buffer).
Server Details:
```
…