2016-04-23 GnuCash IRC logs

00:07:13 <jralls> codesmythe: No, I hadn't seen that yet. Looks like it fixes the *.la issue but not the path to config.h one.
00:18:14 *** Kaell has joined #gnucash
01:45:21 *** dermoth__ has quit IRC
02:03:19 *** gnomey has quit IRC
02:07:06 *** gnomey has joined #gnucash
02:17:48 *** bozonius has quit IRC
02:24:18 *** Artefact2 has quit IRC
02:24:47 *** Kaell has quit IRC
02:30:40 *** Artefact2 has joined #gnucash
02:43:17 *** fell has quit IRC
02:46:04 *** CDB-Man has joined #gnucash
02:56:46 *** Mechtilde has joined #gnucash
03:16:03 *** jimvideo has quit IRC
03:18:21 *** jimvideo has joined #gnucash
03:24:55 *** jimvideo has quit IRC
03:26:27 *** jimvideo has joined #gnucash
03:53:12 *** Mechtilde has quit IRC
04:03:54 *** Mechtilde has joined #gnucash
04:24:51 *** jimvideo has quit IRC
04:28:41 *** jimvideo has joined #gnucash
04:51:07 *** fabior has joined #gnucash
05:06:49 *** eifn has quit IRC
05:08:55 *** Mechtilde has quit IRC
05:13:46 *** Mechtilde has joined #gnucash
05:14:17 *** eifn has joined #gnucash
05:42:59 *** aqua___ has joined #gnucash
05:45:25 *** jimvideo has quit IRC
05:46:13 *** aqua___ has quit IRC
05:51:30 *** jimvideo has joined #gnucash
06:00:03 *** aqua___ has joined #gnucash
06:12:33 *** chrus has joined #gnucash
06:37:34 *** Simon has quit IRC
06:38:04 *** Simon has joined #gnucash
06:41:06 *** raeburn has quit IRC
06:42:29 *** raeburn has joined #gnucash
07:07:44 *** fabior has quit IRC
07:31:28 *** Muhannad has joined #gnucash
07:38:34 *** warlord has joined #gnucash
07:38:35 *** gncbot sets mode: +o warlord
08:00:21 *** Mechtilde has quit IRC
08:12:01 *** fabior has joined #gnucash
08:23:12 *** Mechtilde has joined #gnucash
08:39:23 *** chrus has quit IRC
09:09:02 *** Muhannad_ has joined #gnucash
09:11:12 *** Muhannad has quit IRC
09:12:46 *** chrus has joined #gnucash
09:15:09 *** Jimraehl1 has left #gnucash
09:15:24 *** mlncn has joined #gnucash
09:16:10 *** klop has joined #gnucash
09:16:23 <klop> Hi anyone active
09:16:25 <klop> at the moment
09:18:05 *** klop has quit IRC
09:20:47 *** Jimraehl1 has joined #gnucash
09:21:02 *** fell has joined #gnucash
09:33:19 *** Muhannad_ has quit IRC
09:33:54 *** Muhannad has joined #gnucash
09:40:10 *** Muhannad has joined #gnucash
09:57:29 *** chrus has quit IRC
10:11:25 *** chrus has joined #gnucash
10:13:41 *** chrus has quit IRC
10:15:16 *** chrus has joined #gnucash
10:27:25 <codesmythe> jralls: I have updated that PR to handle the config.h issue.
10:27:41 <codesmythe> klop: Don't ask to ask, just ask and wait.
10:47:01 *** reactormonk has joined #gnucash
10:55:58 *** Muhannad has quit IRC
11:01:14 *** chrus has quit IRC
11:01:40 *** chrus has joined #gnucash
11:20:50 *** fell_ has joined #gnucash
11:23:14 *** fell has quit IRC
11:26:28 <reactormonk> How would I enter BTC? Apparently edit some xml file via http://tekkkz.com/posts/2015-12-23-add-btc-to-gnucash.html ?
11:31:47 *** tsylvermane has quit IRC
11:42:20 *** chrus has quit IRC
11:42:40 *** chrus has joined #gnucash
12:00:25 *** nomeata has joined #gnucash
12:08:25 *** chrus has quit IRC
12:20:39 *** chrus has joined #gnucash
12:38:41 *** chrus has quit IRC
12:49:55 *** chrus has joined #gnucash
12:50:02 *** minot has joined #gnucash
12:55:20 *** karelk has quit IRC
13:00:28 *** minot has quit IRC
13:03:06 *** minot has joined #gnucash
13:16:53 *** chrus has quit IRC
13:17:08 *** chrus has joined #gnucash
13:44:43 <jralls> reactormonk: GnuCash at present doesn't support Bitcoin. You can treat it as a commodity (as is required in the US anyway), but note that the hard-coded maximum denominator is too small so you'll have to fake it out with milli-BTC or some such.
13:57:39 *** minot has quit IRC
14:00:14 *** minot has joined #gnucash
14:01:54 *** mlncn has quit IRC
14:12:13 <jralls> warlord: While waiting for the Win32 VM to to an rm -rf /c/gcdev/gnucash with excrutiating slowness I wonder if there's some VM setting that might be limiting its disk performance.
14:17:32 <codesmythe> jralls: Thanks for the extra fix. Line 308 will need its reference to ${_BUILD_UDIR} fixed as well. I'll do a PR for that in a few minutes.
14:18:00 <jralls> codesmythe: Faster if I do.
14:18:13 <codesmythe> ok.
14:19:23 <jralls> I wonder though if it would make more sense to globaly change BUILD_DIR and therefor _BUILD_UDIR depending on USE_CMAKE state rather than having two variables.
14:19:46 *** minot has quit IRC
14:19:53 *** fabior has quit IRC
14:20:01 <codesmythe> jralls: Thought about that, but decided two variables was more conservative.
14:20:19 <jralls> How so?
14:20:50 <codesmythe> Wanted to change existing flow as little as possible, I suppose.
14:20:51 *** minot has joined #gnucash
14:22:33 <jralls> The flow change is the same: Either it builds in gnucash/build or gnucash/cmake-build. If you change BUILD_DIR then it's a single change with less opportunity to screw up.
14:23:35 <codesmythe> Ok.
14:24:22 <jralls> Hmm, maybe you were copying Christian's CUTECASH_BUILD_DIR lead.
14:25:26 <codesmythe> Yes, I think I was as I recall.
14:40:05 *** codesmythe has quit IRC
14:40:08 *** codesmythe1 has joined #gnucash
14:40:26 *** codesmythe1 has left #gnucash
14:40:41 *** codesmythe1 has joined #gnucash
14:43:10 <jralls> But that's different: Cutecash builds on top of GnuCash whichever way it's built. That doesn't really make sense. Cutecash should force a CMake build of the rest of GnuCash.
14:45:00 <jralls> I guess that's Christian's problem, though.
14:49:44 <codesmythe1> Ok. Once a good Windows package gets through, I'll do a PR to use only BUILD_DIR. I agree that it will simplify the code.
15:06:53 *** warlord has quit IRC
15:10:35 *** minot has quit IRC
15:20:13 <jralls> Actually I did that instead of changing the REVISION setting in dist-impl.sh. It seemed more straightforward.
15:23:26 *** warlord has joined #gnucash
15:23:27 *** gncbot sets mode: +o warlord
15:33:29 *** karelk has joined #gnucash
15:37:49 *** aqua___ has quit IRC
15:39:45 *** eifn has quit IRC
15:43:18 *** Mechtilde has quit IRC
15:43:29 *** mlncn has joined #gnucash
15:53:58 *** mlncn has quit IRC
16:10:19 *** eifn has joined #gnucash
17:17:47 *** Muhannad has joined #gnucash
17:20:10 *** nomeata has quit IRC
17:32:54 *** minot has joined #gnucash
18:07:24 *** minot has quit IRC
18:20:56 *** minot has joined #gnucash
18:24:38 *** minot has quit IRC
18:31:45 *** minot has joined #gnucash
18:43:52 *** Muhannad has quit IRC
18:45:31 *** Muhannad has joined #gnucash
18:47:24 *** Muhannad has quit IRC
18:50:05 *** raeburn has quit IRC
18:54:59 *** raeburn has joined #gnucash
18:59:21 *** warlord has quit IRC
19:03:04 *** minot has quit IRC
19:13:38 *** warlord has joined #gnucash
19:13:39 *** gncbot sets mode: +o warlord
19:24:08 *** jimvideo has quit IRC
19:30:13 *** jimvideo has joined #gnucash
19:30:25 *** tsylvermane has joined #gnucash
19:45:33 *** tsylvermane has quit IRC
19:46:43 *** Jimraehl1 has left #gnucash
21:03:16 *** puck has quit IRC
21:03:20 *** puck has joined #gnucash
21:09:11 *** codesmythe1 has quit IRC
21:10:19 *** codesmythe has joined #gnucash
21:14:03 *** aaaantoine has joined #gnucash
21:23:38 *** codesmythe has quit IRC
21:25:47 *** codesmythe has joined #gnucash
21:51:25 *** codesmythe has quit IRC
22:12:47 <warlord> jralls: re: disk performance: I dont think so. I think its just the whole VM system being slow. I'm seeing significant I/O slowness in all my VMs these days.
22:33:05 *** mlncn has joined #gnucash
22:44:40 *** fell_ has quit IRC
22:59:37 *** rn has joined #gnucash
23:35:17 *** aaaantoine has left #gnucash
23:59:05 *** mlncn has quit IRC