-
FreeBSD does not have an equivalent to the `PTHREAD_RECURSIVE_MUTEX_INITIALIZER` macro. It's my (extremely limited and possibly incorrect) understanding that this macro is used for statically allocate…
-
Thanks for the great tool!
I'm trying to package it in docker using alpine for use in my CI pipeline, but xidel doesn't work quite right.
Maybe I didn't add some important dependency?
```dock…
-
Hello, I would like to package this app for Void Linux x86_64-MUSL, I've got the program installing, but it segmentation faults whenever I try to start the game... I have tried numerous PIF files, but…
-
When the `popen` call in [`lib/sealcurses/src/video.c#L45`](https://git.skyjake.fi/skyjake/sealcurses/src/commit/700f9b10b84a86e95f9981a5618202c29446c967/src/video.c#L45) errors it returns `NULL`. Sin…
-
Hi there! Love the project - been tinkering with it for hobby stuff and I'm very thankful that it exists.
## Problem
Current Linux releases only support GNU libc
## Suggested Change
Add su…
-
Currently, Linux packages are built against either glibc or musl libc libraries.
Building statically against the libc library would have two main benefits:
1. only one Linux package for arch
…
dumol updated
1 month ago
-
# 2. Issues with the Zellij UI / behavior / crash
## Basic information
`binary`: https://github.com/zellij-org/zellij/releases/download/v0.39.2/zellij-x86_64-unknown-linux-musl.tar.gz
`zellij -…
-
### Zig Version
0.14.0-dev.1622+2ac543388
### Steps to Reproduce and Observed Behavior
1. Bootstrap a loongarch64 linux zig with https://github.com/ziglang/zig-bootstrap/commit/1ad232c5a2e1ebbdad2c…
-
## Introduction
At the moment, a Zig target triple (without versions) *generally* has an obvious 1:1 mapping to a GNU target triple, with only a few exceptions. In this issue, I propose that we com…
-
Hi, i have followd #526 and #474 issues and then i am able to solve below issues
```
wasm-ld: warning: creating shared libraries, with -shared, is not yet stable
wasm-ld: error: build/wasm32-wasi…