Re: [hackers] [surf][PATCH 2/2] webext: use flags for gio-unix rather than gio

2022-10-22 Thread Quentin Rameau
> Newly used g_unix_fd_* set of functions is from gio-unix. This corrects > the flags appropriately. I'm less inclied to applying this one though. In any case, gpio is needed and we shouldn't replace it. On my system, gio-unix symbols are provided by the gio library, is that different on your

Re: [hackers] [surf][PATCH 1/2] webext: add missing gio/gunixfdlist.h includes

2022-10-22 Thread Quentin Rameau
Hi Petr, > This resolves two set of warnings pointed by compiler > -Wimplicit-function-declaration and -Wint-conversion, where the later > one can result with segfault caused by invalid cast from int to pointer. Thanks. What is strange is that on my system, gunixfdlist.h is just included from

Re: [hackers] [lchat] Makefile: add dist target to create release tarballs || Jan Klemkow

2022-10-22 Thread Steve Ward
On Fri, Oct 21, 2022 at 3:36 AM Laslo Hunhold wrote: > > On Thu, 20 Oct 2022 19:18:42 -0400 > Steve Ward wrote: > > Dear Steve, > > > If you want to stick with git, the mkdir, cp, tar, and rm commands > > could be replaced with: > > git archive --prefix lchat-$(VERSION)/ HEAD | gzip > > >