ad-oliviero / uwufetch

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
GNU General Public License v3.0
737 stars 48 forks source link

sys/sysinfo.h not found on openbsd #198

Closed hellisabove closed 2 years ago

hellisabove commented 2 years ago

uwufetch.c:38:13: fatal error: 'sys/sysinfo.h' file not found

include <sys/sysinfo.h>

                             ^~~~~~~~~~~~~~~
ad-oliviero commented 2 years ago

I'm sorry for my late answer, but I'm a little bit busy with my exams in this period (fixing issues might take a long time). Just like for freebsd (#104) sys/sysinfo.h does not exist. And we need again to reimplement some functions to get it working. As soon as I can, I'll install openbsd on some kind of virtual machine and work on the port there.