2014-12-20 GnuCash IRC logs

00:01:45 *** gour has quit IRC
00:05:08 *** gjanssens has joined #gnucash
00:05:09 *** gncbot sets mode: +o gjanssens
00:30:23 *** O01eg has quit IRC
01:13:45 *** wol has joined #gnucash
01:34:40 *** aqua___ has joined #gnucash
01:37:23 *** GabrieleV_ has joined #gnucash
01:37:42 *** GabrieleV has quit IRC
01:37:42 *** GabrieleV_ is now known as GabrieleV
01:42:54 *** wol has quit IRC
01:43:09 *** wol has joined #gnucash
01:44:29 *** wol has quit IRC
02:29:39 *** pppp2 has joined #gnucash
03:39:23 *** himaxx has joined #gnucash
03:46:02 *** himaxx has quit IRC
03:54:18 *** pppp2 has quit IRC
04:15:37 *** GabrieleV_ has joined #gnucash
04:15:37 *** GabrieleV has quit IRC
04:15:37 *** GabrieleV_ is now known as GabrieleV
04:23:44 *** gjanssens changes topic to "Free GPL Personal and Small Business Accounting || Please don't ask to ask, just ask and wait! (Possibly a few hours!!) || publicly-logged channel || latest stable: 2.6.5 || www.gnucash.org"
04:43:55 *** GabrieleV_ has joined #gnucash
04:44:31 *** GabrieleV has quit IRC
04:44:31 *** GabrieleV_ is now known as GabrieleV
04:56:47 *** wol has joined #gnucash
05:05:09 *** Jimraehl1 has left #gnucash
05:08:14 *** Jimraehl1 has joined #gnucash
05:32:19 *** cartsoftware has quit IRC
05:52:52 *** Auyuittuq has joined #gnucash
05:56:26 *** cartsoftware has joined #gnucash
06:00:05 *** Auyuittuq has quit IRC
06:20:48 *** wol has quit IRC
06:24:38 *** aqua___ has quit IRC
06:40:13 *** andy has quit IRC
06:44:13 *** wol has joined #gnucash
06:53:40 *** andy has joined #gnucash
07:37:01 *** lmat has quit IRC
07:43:08 *** wol has quit IRC
07:56:59 *** wol has joined #gnucash
07:58:03 *** wol has quit IRC
08:06:56 *** mlncn has joined #gnucash
08:18:17 *** mlncn has quit IRC
08:51:28 *** ubergoober has joined #gnucash
08:53:11 *** GabrieleV_ has joined #gnucash
08:53:39 *** GabrieleV has quit IRC
08:53:39 *** GabrieleV_ is now known as GabrieleV
09:16:06 *** HerrK has joined #gnucash
09:18:12 *** GabrieleV_ has joined #gnucash
09:18:22 *** GabrieleV has quit IRC
09:18:23 *** GabrieleV_ is now known as GabrieleV
09:33:13 *** GabrieleV_ has joined #gnucash
09:33:14 *** GabrieleV has quit IRC
09:33:15 *** GabrieleV_ is now known as GabrieleV
09:54:03 *** aqua___ has joined #gnucash
10:10:03 *** aqua___ has quit IRC
11:16:53 *** HerrK has quit IRC
11:23:15 *** benbergman has joined #gnucash
11:23:48 *** gjanssens has quit IRC
11:24:05 <benbergman> I'm looking to add some features to gnucash but the version I build from the git HEAD crashes on launch
11:24:19 <benbergman> any suggestions for getting my build environment working?
11:27:18 <benbergman> I'll try compiling from a tagged release version...
11:30:10 *** harry1989 has quit IRC
11:35:41 <jralls> benbergman: What os/distro? What guile version? What's the cause of the crash?
11:35:52 <benbergman> arch linux
11:36:08 <benbergman> guile (GNU Guile) 2.0.11
11:36:30 <benbergman> I just cleaned my build directory, will copy the error when I get another bin
11:48:19 <jralls> benbergman: Just checked today's HEAD, builds and runs fine for me.
11:48:47 <jralls> That's on OSX using gnucash-on-osx/gtk-osx.
11:50:36 *** cartsoftware has quit IRC
11:54:24 <benbergman> I'm on a really old machine, still compiling...
11:56:53 *** MechtiIde has quit IRC
11:59:16 <benbergman> gnc.gui:ERROR:../../../src/gnome-utils/gnc-main-window.c:3603:gnc_main_window_setup_window: assertion failed: (filename)
11:59:19 <benbergman> zsh: abort (core dumped) ./src/bin/gnucash
11:59:20 <benbergman> jralls: ^
12:01:45 <jralls> benbergman: Gnucash won't run from its build directory. You have to run `make install` and run it from $PREFIX/bin.
12:02:06 <benbergman> interesting
12:02:40 <jralls> benbergman: And just in case it's not blindingly obvious, you don't want $PREFIX to be /usr, and probably not /usr/local.
12:10:30 <benbergman> woo! got it running now
12:10:36 <benbergman> jralls: thanks for helping this noob out
12:10:47 <jralls> NP.
13:10:48 *** mlncn has joined #gnucash
13:36:12 <benbergman> so the feature I'm trying to add as fuzzy completion matching when entering the transfer account in a split; has anyone here worked in that area?
13:38:02 <benbergman> right now I'm looking in gtv_sr_editable_start_editing_cb() in src/gnome-utils/gnc-tree-view-split-reg.c but I'm struggling to override the matching function
13:43:27 <benbergman> it looks like gjanssens was the last to edit it, but he signed out of here just as I got in :(
13:46:43 *** aqua___ has joined #gnucash
13:55:46 <jralls> benbergman: Geert didn't write that code, Robert Frewell did. Sort of. That code is part of the "Register 2" reimplementation with GtkTreeView replacing the older but still used code in src/register, from which Robert copied huge swaths instead of teasing apart the potentially common pieces.
13:56:13 <benbergman> ah, I see
13:57:13 <benbergman> so perhaps I'm in the wrong spot then
13:58:37 <jralls> No perhaps about it. Look at src/register/ledger-core, though I don't know offhand which module does what you're looking for.
13:59:03 <benbergman> okay, thanks
14:00:10 *** cartsoftware has joined #gnucash
14:21:46 *** GabrieleV_ has joined #gnucash
14:22:17 *** GabrieleV has quit IRC
14:22:18 *** GabrieleV_ is now known as GabrieleV
14:41:47 *** GabrieleV_ has joined #gnucash
14:42:26 *** GabrieleV has quit IRC
14:42:27 *** GabrieleV_ is now known as GabrieleV
14:46:58 *** aqua___ has quit IRC
15:34:48 *** ubergoober has joined #gnucash
16:03:08 *** lmat has joined #gnucash
16:13:19 *** ubergoober has quit IRC
16:53:56 *** lmat has quit IRC
17:15:45 *** isaacd_ has joined #gnucash
17:20:32 *** isaacd has quit IRC
17:21:34 *** ubergoober has joined #gnucash
17:24:03 *** StuM has joined #gnucash
17:31:49 *** ubergoober has quit IRC
18:02:08 *** ubergoober has joined #gnucash
19:06:58 *** pppp2 has joined #gnucash
19:46:19 *** GabrieleV_ has joined #gnucash
19:46:53 *** GabrieleV has quit IRC
19:46:54 *** GabrieleV_ is now known as GabrieleV
21:49:18 *** MechtiIde has joined #gnucash
22:49:53 *** GabrieleV_ has joined #gnucash
22:50:28 *** GabrieleV has quit IRC
22:50:29 *** GabrieleV_ is now known as GabrieleV
23:04:52 *** ubergoober has quit IRC
23:48:55 *** GabrieleV_ has joined #gnucash
23:49:27 *** GabrieleV has quit IRC
23:49:27 *** GabrieleV_ is now known as GabrieleV