2017-03-30 GnuCash IRC logs

00:15:21 *** mlncn has joined #gnucash
01:38:57 *** O01eg has quit IRC
01:57:19 *** fell__ has joined #gnucash
01:59:21 *** fell_ has quit IRC
09:15:12 *** gncbot has joined #gnucash
09:15:16 *** warlord sets mode: +o gncbot
09:15:23 <warlord> when did gncbot die?
09:15:45 <gjanssens> I'm not sure. I found it missing this morning
09:16:04 <warlord> oh, probably around 2:30 when I had a network outage?
09:16:37 <gjanssens> That can be. Last logged message was fell leaving irc at 01:59:21
09:17:03 <warlord> Yeah. Looks like I was out from 2:10-2:30, or thereabouts.
09:17:55 <gjanssens> Ok. Was there a reason ?
09:18:15 <warlord> Probably my ISP doing maintenance?
09:18:44 <warlord> but at least I'm able to see 100mbps sustained speeds...
09:19:07 <gjanssens> Lovely
09:20:12 <warlord> But there are still some bottlenecks out there. I should go run more tests. And once Linas is back we can try some other performance tests.
09:21:03 *** jonas_ has joined #gnucash
09:21:37 *** jonas has quit IRC
09:34:27 *** mlncn has joined #gnucash
09:41:16 *** fell__ is now known as fell
09:41:27 *** gncbot sets mode: +o fell
09:43:02 <fell> 6:17 UTC gncbot left
09:49:17 *** fabior has joined #gnucash
09:53:00 *** fabior has quit IRC
10:10:18 *** mlncn has quit IRC
10:11:14 *** meb has joined #gnucash
10:15:52 *** meb has quit IRC
10:17:39 *** meb has joined #gnucash
10:21:25 *** meb has quit IRC
10:26:44 *** mlncn has joined #gnucash
10:28:08 *** meb has joined #gnucash
10:44:55 <warlord> fell: yep, that's about when my network went out.
10:46:00 <fell> But you returned after 15', gncbot not.
10:46:52 *** fabior has joined #gnucash
10:52:42 <warlord> fell: Yeah, it timed out.
10:54:43 <warlord> Maybe I should consider upgrading supybot to limnoria?
11:40:23 *** meb has quit IRC
11:42:13 *** meb has joined #gnucash
11:56:38 *** kael has joined #gnucash
11:59:27 *** O01eg has joined #gnucash
12:02:54 *** meb has quit IRC
12:03:36 *** Mechtilde has joined #gnucash
12:12:29 *** fell is now known as fell_afk
12:12:43 <jralls> gjanssens: Re custom.sh vs. defaults.sh, you're right. Fixed.
12:17:40 <gjanssens> jralls: thanks
12:32:00 *** mrklintscher has quit IRC
12:51:50 *** kael has quit IRC
12:55:42 *** meb has joined #gnucash
13:01:17 *** meb has quit IRC
13:01:20 *** meb has joined #gnucash
13:04:00 *** meb has quit IRC
13:05:59 *** kael has joined #gnucash
13:06:52 *** meb has joined #gnucash
13:08:56 *** meb has quit IRC
13:16:49 *** kael has quit IRC
13:30:13 *** fabior has quit IRC
13:42:19 *** bertbob has quit IRC
13:50:13 *** bertbob has joined #gnucash
14:33:39 *** fabior has joined #gnucash
14:35:56 *** kael has joined #gnucash
14:47:21 <mikee> gjanssens: Ok, thanks just the "git fetch --all -p" message. Thanks.
14:48:44 <gjanssens> mikee: you're welcome
14:48:44 <mikee> New(ish) computer arriving soon so I'll be able to compile master, probably.
14:49:16 <gjanssens> Nice :)
14:54:22 *** simon_ has joined #gnucash
14:54:35 *** kael has quit IRC
14:55:02 *** simon_ has quit IRC
14:55:25 *** simon_ has joined #gnucash
15:08:56 *** frakturfreak has joined #gnucash
15:23:33 <warlord> yay
15:26:06 *** chf has quit IRC
15:26:33 *** chf has joined #gnucash
15:28:28 <jralls> gjanssens: I'm not able to build your Gtk3 branch, it bumps into Gtk2/Gdk2 symbols in gnc-dense-cal.c at link time, so it's apparently including gtk-2.0 instead of gtk-3.0.
15:28:53 <jralls> That's with cmake, FWIW.
15:29:21 <jralls> How do you want me to proceed?
15:42:40 <mikee> Looking forward to installing Fedora25. I'm sure it will be a breeze. Then moving all my data...
15:44:11 <warlord> mikee: just in time for F26 ;)
15:46:30 <mikee> :) I can hardly keep up!
15:46:52 <mikee> That's why I 'm so far behind.
15:48:56 <frakturfreak> What’s the favourite build system right now btw? cmake or autotools?
15:50:53 <jralls> frakturfreak: Depends on who you ask. I certainly prefer cmake.
15:51:53 <jralls> But it's still missing a couple of targets, principally dist and distcheck, so for making the tarballs one still requires autotools.
15:55:14 <frakturfreak> I don’t think those are needed for a source based distribution, but as long as autotools works I’m ok with it and it built
16:32:39 *** frakturfreak has quit IRC
16:51:04 <gjanssens> jralls: Hmm I'll have a look at what's happening in gnc-dense-cal.c
16:51:29 <gjanssens> It did build when I last looked at it...
16:58:09 <jralls> gjanssens: Maybe you've got some commits that you haven't pushed to github?
16:59:17 <jralls> There are some GdkColor calls still in gnc-main-window.c too.
17:02:01 <gjanssens> That's odd. I see them here also but I didn't get linking errors.
17:04:12 <jralls> Odd indeed. Might you be linking the wrong libgdk?
17:05:15 <gjanssens> I'd expect it to give errors the other way around then.
17:05:20 <jralls> FWIW I get the problem when trying to guild-compile an app-utils Scheme module, not when linking libgncmod-gnome-utils.
17:06:10 <gjanssens> I'll get the GdkColor occurences fixed as soon as possible.
17:07:00 *** User_ has quit IRC
17:08:39 *** fabior has quit IRC
17:08:44 <jralls> OK. I'm trying to figure out why it even compiles. It shouldn't, of course.
17:13:24 <jralls> Ah-hah. Apparently cmake isn't converting -Wimplicit-declaration into an error.
17:19:29 <gjanssens> Hmm I may have disabled that temporarily by removing -Werror
17:19:46 <gjanssens> Can you revert commit 6f4d999be2764a4496ea071059b5fa396652da48 and see what happens ?
17:20:29 <gjanssens> jralls: I probably won't be able to finish the GdkColor removal this evening.
17:20:48 <gjanssens> It's tied to the replacement of GdkStyle with Css styling as well
17:20:55 <jralls> That's OK. I've got to go for a doctor appointment in a few minutes.
17:20:57 <gjanssens> And I need to study this some more
17:21:12 <gjanssens> So it'll be tomorrow or saturday
17:21:54 <jralls> OK. I can start on transferring the webkit stuff with it not building.
17:22:22 <gjanssens> Good. See you later
17:22:43 *** gjanssens has quit IRC
17:33:24 *** chf1 has joined #gnucash
17:35:46 *** chf has quit IRC
17:52:03 *** rickoehn has quit IRC
18:31:15 *** fell_afk is now known as fell
19:06:08 *** mlncn has quit IRC
19:31:58 <jralls> @tell gjanssens You probably want to turn -Werror back on. You've already got -Wno-error=deprecated-declarations to prevent it from erroring out on them, but you might go to -Wno-deprecated-declarations to make other problems stand out better.
19:31:58 <gncbot> jralls: The operation succeeded.
20:44:17 <warlord> Well, Atlanta traffic is going to get much much worse for the foreseeable future.