2007-10-27 GnuCash IRC logs

00:03:21 *** warlord is now known as warlord-afk
00:18:19 *** dbreiser has quit IRC
01:01:41 *** hansfbaier has joined #gnucash
01:02:44 <hansfbaier> Which glade version can I use to edit the glade files for the qif import wizard? (glade-3 crashes and glade-2 for some reason does not show the druids pages
01:02:52 <hansfbaier> or am I missing something?)
01:15:21 *** wilmo has quit IRC
01:28:24 *** larry has joined #gnucash
01:29:47 *** tjanssen has joined #gnucash
01:31:22 <larry> I have gnucash 2.2.1 running on pre - Fedora 8. I have used gnucash for several years in a different environment. I can not view the bottom of account screens. I am unable to resize the windows vertically or scroll to the bottom to see the important final line for entries. What should I do?
01:38:28 <larry> I might add that my maximum screen resolution is 800x600 for my monitor.
01:45:01 <larry> I am using the rpm version of gnucash. I did try to compile gnucash 2.2.1, but my configure program complains about lack of guile support. I have guile-1.8.2-2.fc8 which is later than the required version 1.6. I may not have the development package. With that working, I could tweak the window sizing code if given instructions.
02:07:37 *** larry has quit IRC
02:08:33 *** Jaran|zZZzZ has quit IRC
02:13:27 *** hansfbaier has left #gnucash
03:03:56 *** larry has joined #gnucash
03:07:45 <larry> I'll check the log later to view any comments on my previous post.
03:07:50 *** larry has quit IRC
04:06:34 *** cstim has joined #gnucash
04:06:35 *** gncbot sets mode: +o cstim
04:15:17 <cstim> @tell hansfbaier glade-2 version 2.12.1 shows the QIF import druid pages just fine here.
04:15:17 <gncbot> cstim: The operation succeeded.
04:48:41 *** Jaran|zZZzZ has joined #gnucash
05:48:27 * cstim in a bugzilla spree...
06:06:09 <cstim> warlord, chris, jsled: Is there an easy function call to query an Account for existing non-reconciled transactions? http://bugzilla.gnome.org/show_bug.cgi?id=490284 would need this.
07:37:40 *** andi5 has joined #gnucash
07:37:41 *** gncbot sets mode: +o andi5
07:54:22 <andi5> hiho cstim
07:54:48 <andi5> you are in a bug trashing mood today? :-D
08:13:04 *** twunder has joined #gnucash
08:24:02 *** udaleator has left #gnucash
08:37:09 <cstim> andi5: yeah, kind of
08:37:35 <cstim> andi5: are you subscribed to aqbanking-devel?
08:37:49 <andi5> yep
08:38:24 *** gander has joined #gnucash
08:43:18 <andi5> btw, http://bugzilla.gnome.org/show_bug.cgi?id=395327 looks better with current gtk+ trunk :-)
08:44:01 <cstim> it does? that's *very* cool
08:44:03 <andi5> there is already a gtk+ 2.12.1, released on the same day as the commit (10/17), but with r18925 (i think), whereas we need r18929
08:44:40 <andi5> i have not tested a lot.... i also wonder whether the autosave-dialog is intented to appear in the task bar?
08:44:43 <cstim> which means we get this fix in 2.12.2?
08:44:48 <andi5> i hope so
08:45:03 <andi5> seems like branches/gtk-2-12 does not exist yet
08:45:21 <cstim> warning: passing arg 2 of 'libiconv' from incompatible pointer type
08:45:31 <cstim> (this is gwenhywfar-3 on win32/mingw)
08:45:44 <cstim> I think I have seem that warning before, but it's been a long long time.
08:46:24 <andi5> you have compiled gwen on mingw before, right?
08:46:37 <cstim> gwen-3 you mean?
08:46:41 <andi5> oh, yeah
08:46:45 <cstim> yes, but today I started with -Werror again.
08:47:00 <andi5> oh nooo ;-)
08:48:15 <andi5> i suppose you know how to fix this? :-)
08:48:22 <cstim> no, I don't
08:48:41 <cstim> but I vaguely remember I might have written an autoconf test for this.
08:49:07 <cstim> maybe 2-3 years ago
08:49:16 <cstim> grep iconv < /my/brain
08:49:17 <andi5> hehe
08:49:32 <andi5> exit(-1);
08:50:04 <andi5> shall i take a tarball or an svn checkout?
08:50:47 <cstim> of what? gwen-3? svn checkout auf jedem Fall.
08:51:36 <cstim> Oh great. The unix iconv() has a "char**" as second argument, whereas the one that we installed in $prefix/gnome has a "const char**", and that's giving this obnoxious warning.
08:52:06 <cstim> This C syntax sucks.
08:54:23 <cstim> why is "a pointer to char*" an incompatible pointer compared to "a pointer to const char*"?
08:54:52 <cstim> fortunately, this one error is the only one that shows up with -Werror.
08:55:27 <andi5> what function are we talking about? iconv or libiconv? and where is the latter declared?
08:55:38 <cstim> no, iconv.
08:55:48 <cstim> the error message said "libiconv" but I have no idea why.
08:55:49 *** twunder has quit IRC
08:55:57 <andi5> hm...
08:57:25 <andi5> is that branches/branch-aq3?
08:58:49 <cstim> yes
08:59:06 <cstim> (the actual branch name differs from project to project...)
08:59:14 <andi5> hehe
08:59:53 <cstim> it builds fine on windows, and I can start building aqbanking3 as well. However, aqbanking runs some tools of gwenhywfar ("xmlmerge.exe") and those don't run yet.
09:00:42 <cstim> The gwen-2 versions of these tools run fine.
09:05:00 *** warlord-afk is now known as warlord
09:05:45 <warlord> larry: you need a minimum screen resolution of 1024x768.
09:06:17 <warlord> cstim: There's no function, per se, but it's an easy query.
09:07:28 <andi5> cstim: where did you take gcrypt from, btw?
09:08:19 <cstim> andi5: I used the windows binaries that were announced on the gnutls page, although Martin already said they might not work. For building they seem to work, but I haven't tested anything to really work.
09:08:45 <andi5> 'k
09:08:58 <warlord> FYI, sync up with SVN now.. I'm gonna be taking the server down soon.
09:09:11 <andi5> whaaaaa :-)
09:10:08 <andi5> i suppose you are installing ubuntu gutsy server? ;-)
09:11:58 <warlord> Um. no.
09:12:02 <warlord> :-P
09:12:23 <andi5> you will not touch freenode, right?
09:12:56 <andi5> or one of the dns root servers?
09:13:10 <warlord> Um. no.
09:13:12 <warlord> :-P
09:13:19 <andi5> have fun :-)
09:13:45 *** andi5 sets mode: +o jsled
09:19:32 <andi5> who is derel, btw? :-P
09:21:16 <warlord> Oh HUSH!
09:22:10 *** andi5 is now known as andi5|quiet
09:25:00 <andi5|quiet> cstim: hm.... i still cannot find AM_PATH_LIBGCRYPT :-(