Re: Link failure in src/import-export/test/test-link.o

2006-05-16 Thread Daniel Vetter
Yep, this seems to fix it (just a quick recompile on a my working tree, will do an svn-clean .. tomorrow, just to check) Okay, you should try to compile against r14080. Thanks! Compiles and runs fine. Thanks for your efforts. -derek -daniel

Re: Link failure in src/import-export/test/test-link.o

2006-05-15 Thread Daniel Vetter
On Sun, May 14, 2006 at 07:16:29PM -0400, Derek Atkins wrote: Hmm, I can't reproduce this with r14062. -derek Tracked it down with binary search on the commits. Breakage was introduced by the following change: $ svn log -r 14036:14037

Re: Link failure in src/import-export/test/test-link.o

2006-05-15 Thread Josh Sled
On Mon, 2006-05-15 at 19:04 +0200, Daniel Vetter wrote: On Sun, May 14, 2006 at 07:16:29PM -0400, Derek Atkins wrote: Hmm, I can't reproduce this with r14062. -derek Tracked it down with binary search on the commits. Breakage was introduced by the following change: I can't (and

Re: Link failure in src/import-export/test/test-link.o

2006-05-15 Thread Daniel Vetter
On Mon, May 15, 2006 at 03:17:17PM -0400, Josh Sled wrote: On Mon, 2006-05-15 at 19:04 +0200, Daniel Vetter wrote: On Sun, May 14, 2006 at 07:16:29PM -0400, Derek Atkins wrote: Hmm, I can't reproduce this with r14062. -derek Tracked it down with binary search on the commits.

Re: Link failure in src/import-export/test/test-link.o

2006-05-15 Thread Derek Atkins
What happens if you add: ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \ to LDADD in src/import-export/test/Makefile.am? Does that make the error go away for you? (Obviously, please test with current SVN, not with your backed-out changeset) -derek Quoting Daniel Vetter [EMAIL

Re: Link failure in src/import-export/test/test-link.o

2006-05-15 Thread Daniel Vetter
Is there anything else I can check/provide? -daniel follow-up to myself: There seems to be some linker trouble. Applying the following hack to a ./configure'd svn tree works around the problem. Perhaps this is needed because gnc_tree_view_find_column_by_name is not in libgnc-gnome-utils.la.

Re: Link failure in src/import-export/test/test-link.o

2006-05-15 Thread Daniel Vetter
On Mon, May 15, 2006 at 05:58:48PM -0400, Derek Atkins wrote: What happens if you add: ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \ to LDADD in src/import-export/test/Makefile.am? Does that make the error go away for you? (Obviously, please test with current SVN, not

Re: Link failure in src/import-export/test/test-link.o

2006-05-15 Thread Derek Atkins
Quoting Daniel Vetter [EMAIL PROTECTED]: On Mon, May 15, 2006 at 05:58:48PM -0400, Derek Atkins wrote: What happens if you add: ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \ to LDADD in src/import-export/test/Makefile.am? Does that make the error go away for you? (Obviously,

Link failure in src/import-export/test/test-link.o

2006-05-14 Thread Daniel Vetter
Hi all while investigating my issues with file-opening I upgraded to rev 14038, and got the follwing compile-error while linking src/import-export/test/test-link.o make[4]: Entering directory `/home/daniel/src/gnucash/src/import-export/test' /bin/sh ../../../libtool --tag=CC --mode=link gcc

Re: Link failure in src/import-export/test/test-link.o

2006-05-14 Thread Derek Atkins
Hmm, I can't reproduce this with r14062. -derek Daniel Vetter [EMAIL PROTECTED] writes: Hi all while investigating my issues with file-opening I upgraded to rev 14038, and got the follwing compile-error while linking src/import-export/test/test-link.o make[4]: Entering directory