Re: [dev] [lchat] Error compiling

2021-01-28 Thread shirenn
On Thu, 2021-01-28 at 14:14 +0100, Teodoro Santoni wrote: > Hi, > > 2021-01-28 13:41 GMT+01:00, shirenn : > > > > 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

Re: [dev] [lchat] Error compiling

2021-01-28 Thread Nick
Hi Shirenn, Quoth shirenn: > 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. I haven't used lchat, but I'd guess it's t

Re: [dev] [lchat] Error compiling

2021-01-28 Thread Teodoro Santoni
Hi, 2021-01-28 13:41 GMT+01:00, shirenn : > > 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. It's in sbase, in the git

[dev] [lchat] Error compiling

2021-01-28 Thread shirenn
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 | ^~~ compilation terminated. make: *