vezult
vezult
The correct fix is much simpler. The problem is just that two variables were initialized in the wrong order. To fix the minimized version from the unix commandline, do: sed...
On Wed, Jul 10, 2019 at 08:00:42AM -0700, Jack Dodds wrote: > In @BjarniRunar's blog post [Burned Out and Happy?](https://www.mailpile.is/blog/2019-04-06_Burnout.html) he says, > "I care deeply about this project, but...
So, while I'm sure this isn't the correct fix, this is what allowed me to successfully build `weechat-sys` on my machine: ``` diff --git a/weechat-sys/build.rs b/weechat-sys/build.rs index 1957ec6..9044393 100644 ---...
Build with both: ``` rust-weechat/weechat-sys on master [⇡] is 📦 v0.4.0 via 🦀 v1.48.0 ❯ grep -A3 builder.header build.rs builder = builder.header(file) .clang_arg("-I/usr/include/") .clang_arg("-I/usr/lib/gcc/x86_64-linux-gnu/8/include/"); rust-weechat/weechat-sys on master [⇡]...
An update on this would be nice. With the compat libs suggested above, on alpine 3.11.3, I got: ``` Error relocating /home/david/.wasmer/bin/wasmer: __snprintf_chk: symbol not found Error relocating /home/david/.wasmer/bin/wasmer: mallinfo:...