💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-10-07.txt captured on 2024-05-12 at 16:07:27.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2020-10-07T00:30:49 #kisslinux <ak> q 2020-10-07T01:52:37 #kisslinux <E5ten> periish: you have a link? 2020-10-07T05:32:09 #kisslinux <claudia02> ahoi! 2020-10-07T05:33:08 #kisslinux <claudia02> Nice statement from the maintainer of dwl: "Everything in Wayland sounds simple until you actually try to do it" https://github.com/djpohly/dwl/issues/60 2020-10-07T08:52:30 #kisslinux <kinkinkijkin> I really enjoy the testimonials page on the website 2020-10-07T12:38:25 #kisslinux <muevoid> o/ 2020-10-07T14:04:28 #kisslinux <kirc> anyone want to take this kirc branch for a "spin" before i merge it =P https://github.com/mcpcpc/kirc/tree/0.1.4 2020-10-07T14:05:47 #kisslinux <kirc> should now work well with a majority of VTEs, since escape sequences are purely vt100 2020-10-07T14:30:52 #kisslinux <bsl> anyone use zathura to read documents? 2020-10-07T15:01:32 #kisslinux <soliwilos> Testing the 0.1.4 kirc, seems to work nicely. I can edit what I type now. :-) 2020-10-07T15:19:13 #kisslinux <mcpcpc[m]> soliwilos: very good! thnx. i pushed to release anyway. There are a TON of changes in this release, but everything seems to be working fine (as far as i can tell). will update the KISS community version shortly. 2020-10-07T17:26:31 #kisslinux <E5ten> dylanaraps: should add CPPFLAGS to ALL_CFLAGS in k 2020-10-07T17:27:35 #kisslinux <E5ten> also you should add a .c.o: rule using ALL_CFLAGS, otherwise they won't be used for compiling the object, just for linking (which they aren't useful for) 2020-10-07T17:28:43 #kisslinux <E5ten> also the kiss rule needs to depend on $(OBJ) 2020-10-07T18:49:10 #kisslinux <muevoid> Aren't CPPFLAGS traditionally CXXFLAGS? 2020-10-07T19:19:55 #kisslinux <E5ten> no CPPFLAGS is C preprocessor flags