Rasmus Thomsen
Rasmus Thomsen
Right, that'd probably work too - I don't use C too often so I usually don't think of using definitions and macros :)
Hello, due to ld.gold being rather buggy on musl (it just plain crashes if built without -fPIE: `ld.gold: fatal error: build/release/stable: No error information`) Alpine would be very interested in...
Hm, I already build ponyc with that option and just tried with `ponyc --pic` and it resulted in the same build error for pony-stable. Adding `CFLAGS=-fPIE` did the trick for...
Ah, sorry, I felt this was related to this due to using LLD as linker would fix this. I'll open a new issue.
It seems like extracting the certificate with `openssl pkcs12 -in cert.pfx -clcerts -nokeys -out publicCert.pem` works though.
Sure, I can take a look at it later today 👍
Seems like meson is borked on master: ``` The Meson build system Version: 0.56.2 Source dir: /var/home/rasmus/Downloads/vibe.d Build dir: /var/home/rasmus/Downloads/vibe.d/build Build type: native build Project name: Vibe.d Project version: 0.9.4...
I suppose we'd have to first add meson build to vibe-core, add it as subproject to vibe.d and fixup the source file arrays (where we list all `.d` files)
Seems like closing & opening the app (as in kill it completely) fixes this
No, this randomly happened while chattin with someone. A message failed to send initially but was re-sent. The message appeared once in the chat log (as it should), but it...