Hello,
I recently tried to compile lchat but I ranned into an error
cc -c -std=c99 -pedantic -Wall -Wextra -g -I/usr/local/include -o
slackline.o slackline.c
slackline.c:22:10: fatal error: utf.h: No such file or directory
22 | #include <utf.h>
| ^~~~~~~
compilation terminated.
make: *** [Makefile:34: slackline.o] Error 1
I didn't found out how to install the utf library (by looking it up, I
found out it was a librairy for plan9), do you know how I could install
it ? For your information, I am trying to compile it on a arch based
distro.
As a side question, I found the git frontend at
https://git.suckless.org/ to be super cute, but I couldn't found out
what it was or the corresponding style sheet. :)
Bests,
--
shirenn
Received on Thu Jan 28 2021 - 13:41:09 CET