Re: r17677 hangs on launch

2008-11-01 Thread Charles Day
On Sat, Nov 1, 2008 at 12:02 PM, David Reiser <[EMAIL PROTECTED]>wrote: > The last non-aqbanking debug message in the terminal is: > * 14:39:32 WARN Refusing to add non-unique action > 'FilePageSetupAction' to action group 'MainWindowActions' > > gnucash.trace exists, but is empty. > > Dave > P

Re: r17677 hangs on launch

2008-11-01 Thread David Reiser
The last non-aqbanking debug message in the terminal is: * 14:39:32 WARN Refusing to add non-unique action 'FilePageSetupAction' to action group 'MainWindowActions' gnucash.trace exists, but is empty. Dave On Nov 1, 2008, at 1:47 PM, Derek Atkins wrote: > Anything on the terminal or in gnu

Re: r17677 hangs on launch

2008-11-01 Thread Derek Atkins
Anything on the terminal or in gnucash.trace? -derek Quoting David Reiser <[EMAIL PROTECTED]>: > r17677 hangs on launch for me with the splash screen progress bar saying > gnucash/report/standard-reports > > It stays there for at least several minutes with no activity. > > Could someone check r1

r17677 hangs on launch

2008-11-01 Thread David Reiser
r17677 hangs on launch for me with the splash screen progress bar saying gnucash/report/standard-reports It stays there for at least several minutes with no activity. Could someone check r17675 for potential scheme problems? Mac OS X 10.5.5, guile 1.8.3 , slib 3b-1 (with one more recent patch

Re: Example of OFX transaction using CLIENTUID - Need some support to communicate with my bank.

2008-11-01 Thread Bruce Perens
Martin Preuss wrote: > Ok, then I guess you should use that very same CLIENTUID with GnuCash as > well... > That's what I figured. > "trunk" for both should do fine (trunk of AqBanking now contains code for > upcoming AqBanking4, and trunk of GnuCash is now adapted to AqBanking4). Very good. I

Re: Example of OFX transaction using CLIENTUID - Need some support to communicate with my bank.

2008-11-01 Thread Martin Preuss
Hi, On Samstag, 1. November 2008, Bruce Perens wrote: > Martin Preuss wrote: > > However, do you have any idea how that CLIENTUID is generated? > > I think it's a random number, generated once and sent the same with all > successive transmissions. In that log it's sent twice, and both are the > sa

Re: Example of OFX transaction using CLIENTUID - Need some support to communicate with my bank.

2008-11-01 Thread Bruce Perens
Martin Preuss wrote: > However, do you have any idea how that CLIENTUID is generated? I think it's a random number, generated once and sent the same with all successive transmissions. In that log it's sent twice, and both are the same. After it was sent, I got an automated email from the mechanic

Re: Found another compile bug.

2008-11-01 Thread Andreas Köhler
Hi Casey, On Fri, 2008-10-31 at 21:11 -0500, Casey Cichon wrote: > I found this when compiling tonight > > gcc -Werror -Wdeclaration-after-statement -Wno-pointer-sign > -D_FORTIFY_SOURCE=2 -g -O2 -Wall -Wunused -Wmissing-prototypes > -Wmissing-declarations -Wno-unused -o .libs/gnucash-bin gnu

Re: Example of OFX transaction using CLIENTUID - Need some support to communicate with my bank.

2008-11-01 Thread Martin Preuss
Hi again, On Samstag, 1. November 2008, Martin Preuss wrote: [...] > I just implemented the basic stuff using your logs > (e.g. added an API functon allowing to set the CLIENTUID). I will have to > add some code to the settings GUI for this as well. [...] Ok, I just finished the GUI stuff. Since

Re: Example of OFX transaction using CLIENTUID - Need some support to communicate with my bank.

2008-11-01 Thread Martin Preuss
Hi, On Samstag, 1. November 2008, Bruce Perens wrote: [...] > server requires CLIENTUID. Would you be able to use the information in > this message to implement CLIENTUID? I would then test it. [...] I would ;-) In fact, I just implemented the basic stuff using your logs (e.g. added an API funct