> 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. At least grep thinks so:

src/gnome-utils/.libs$ grep gnc_tree_view_find_column_by_name * 
Binary file gnc-tree-view.o matches
Binary file libgncmod-gnome-utils.so matches
Binary file libgncmod-gnome-utils.so.0 matches
Binary file libgncmod-gnome-utils.so.0.0.0 matches

-daniel

--- src/import-export/Makefile.old      2006-05-16 00:01:36.000000000 +0200
+++ src/import-export/Makefile  2006-05-15 23:57:38.000000000 +0200
@@ -81,7 +81,7 @@
        import-utilities.lo import-settings.lo import-match-map.lo \
        import-main-matcher.lo gnc-import-desc-format.lo \
        gnc-import-format-cb.lo gnc-import-format-gnome.lo \
-       gncmod-generic-import.lo
+       gncmod-generic-import.lo ../gnome-utils/gnc-tree-view.lo
 libgncmod_generic_import_la_OBJECTS =  \
        $(am_libgncmod_generic_import_la_OBJECTS)
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir) 
-I$(top_builddir) -I$(top_builddir)
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to