Guilherme Janczak
Guilherme Janczak
Whoops, I accidentally deleted the branch.
Poking @hackerb9
Rebased, I didn't notice the conflict 10 months ago. > Hello. I wanted to add some information to the man page. But I don't know some details... Maybe you can...
Poking @mskucherawy.
I'm on OpenBSD. It seems the issue is more obvious with light text on a dark background. If the light text is greyish rather than white like in my suckless...
The BSD systems have their own iconv libraries. Defining `-DLIBICONV_PLUG` is a GNU iconv extension for overriding the libc iconv with GNU's iconv. Additionally, the GNU website says using LIBICONV_PLUG...
It's really not bad at all if you do it like this: https://www.openbsd.org/papers/portability.pdf Portability code should be hidden away in some compatibility layer. The entire program, save for a _compat/_...
Edit: I was thinking about the wrong thing, I rewrote this comment. Makes sense, the `e*` functions just check the return value and call `err()`, and they have the same...
Update: compilation on NetBSD fails fast and it's not this PR's fault. The current error is that it can't find libusb while compiling, it could still fail later in the...
The Ubuntu one didn't find gtest.pc. This is most likely because [libgtest-dev](https://packages.ubuntu.com/mantic/amd64/libgtest-dev/filelist) isn't installed in the container: https://github.com/dolphin-emu/sadm/blob/aeb884d3e7a42d633c4e0557ea6cad32ae47bd10/containers/ubuntu-lts-builder/Dockerfile Edit: They all failed because they didn't find gtest. Looking at successful...