ad-oliviero / uwufetch

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

no dirent.h linux mint 21 #207

Closed tgirltouhou closed 1 year ago

tgirltouhou commented 1 year ago

Attempting to compile from source and when I run "sudo make install" i get this error: cc -O3 -DUWUFETCH_VERSION=\"2.0-3-g9b33194\" -fPIC -c -o fetch.o fetch.c fetch.c:19:10: fatal error: dirent.h: No such file or directory 19 | #include | ^~~~~~ compilation terminated. make: *** [Makefile:70: lib] Error 1 I'm running Linux Mint 21 is there anything I should've installed prior?

ad-oliviero commented 1 year ago

I think you need to install glibc (just like in #202 the user needed to install musl)

ad-oliviero commented 1 year ago

Closing because of inactivity