Re: aq banking wizard segfault

2006-07-13 Thread Archimedes Submerged
On 7/13/06, Derek Atkins <[EMAIL PROTECTED]> wrote: > > What version of gnucash? > > $ svn info Path: . URL: http://svn.gnucash.org/repo/gnucash/trunk Repository UUID: 57a11ea4-9604-0410-9ed3-97b8803252fd Revision: 14486 Node Kind: directory Schedule: normal Last Changed Author: warlord Last Change

aq banking wizard segfault

2006-07-13 Thread Archimedes Submerged
I have debugged a segfault arising when using --enable-hbci --enable-ofx --with-ofx-prefix=/opt/gnucash/libofx --with-aqbanking-dir=/opt/gnucash/aqbanking, using gwenhywfar-2.3.0 compiled from source, libxml++-1.0.5 compiled from source, libofx-CVS compiled from source (apparently the only way to

Re: 2.0.0 compile hangs

2006-07-12 Thread Archimedes Submerged
On 7/12/06, Brian <[EMAIL PROTECTED]> wrote: > Exiting on signal 2 > sandbox: Signal already caught and busy still cleaning up! > sandbox: Caught signal 2 in pid 16865 > ./configure: line 22522: test: =: unary operator expected > > Could you report line 22522 and surroundings of configure? I ju

[PATCH] minor bug in configure.in, and normalize test $variable = yes to test x$variable = xyes

2006-07-12 Thread Archimedes Submerged
The important change is missing "test" in chunk 730,7. The others fix the (theoretical) problem of a null variable disappearing, leading to bash: test: =: unary operator expected And also, added AC_MSG_NOTICE([Ignore error message "./po/POTFILES.in: No such file or directory." if it occurrs.]) Ind

tip_of_the_day.list.in warning: backslash and newline separated by space

2006-07-11 Thread Archimedes Submerged
gcc -E -P -x c -D'N_(x)=x' -o tip_of_the_day.list.tmp tip_of_the_day.list.in tip_of_the_day.list.in:1:59: warning: backslash and newline separated by space tip_of_the_day.list.in:2:53: warning: backslash and newline separated by space tip_of_the_day.list.in:3:63: warning: backslash and newline sepa

po/POTFILES.in: No such file or directory

2006-07-11 Thread Archimedes Submerged
Building from a brand new checkout of svn, after running ./autogen.sh, I get a warning ./configure: line 5617: ./po/POTFILES.in: No such file or directory Anyone know why this happens? ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://list

Getting started on testing and reading documents

2006-06-06 Thread Archimedes Submerged
I have a few questions. 1. How to build and read the svn version of concept guide? Is the copy on the web the same? 2. (gnucash:16742): GLib-GObject-WARNING **: invalid cast from `GncEmbeddedWindow' to `GncMainWindow' I want to debug the above message. What does the 16742 mean? 3. When I cho

Re: gnucash in debian

2006-05-20 Thread Archimedes Submerged
What about the home directory preferences file? Maybe 2.0.0 should create a new preferences file and copy over the old stuff on first execution. On 5/20/06, Josh Sled <[EMAIL PROTECTED]> wrote: On Sat, 2006-05-20 at 15:50 -0400, Josh Sled wrote: > into /opt/gnucash-${version}/, and that allows

False positive: libtool: warning: $deplib seems to be moved

2006-05-13 Thread Archimedes Submerged
As has been noted before, the "seems to be moved" warning is a false positive when $absdir contains some /../'s,while the library name recorded in the .la file does not have those.  This patch will avoid printing the warning if both directories give the same result from `cd $dir && pwd`.  It also p

Re: [PATCH] for libtool: link: warning: ... sems to be moved

2006-05-13 Thread Archimedes Submerged
ool people and get them to update it upstream. Thank you for this work, but I'm afraid that there just isn't much we cando with your patch at this point.-derekQuoting Archimedes Submerged <[EMAIL PROTECTED] >:> On FC4, libtool frequently gives a warning durin

[PATCH] for libtool: link: warning: ... sems to be moved

2006-05-13 Thread Archimedes Submerged
On FC4, libtool frequently gives a warning during compilation.  I determined the cause.It seems that lt_sys_lib_search_path_spec has several /../'s.  I can't find out where thatvalue comes from, but the following change will eliminate the problem.  I also don't know where ltmain.sh came from, since