On Thu, Jan 12, 2006 at 09:37:06PM -0500, Chris Shoemaker wrote: > On Thu, Jan 12, 2006 at 06:40:46PM -0500, Joshua Sled wrote: > > Author: jsled > > Date: 2006-01-12 18:40:45 -0500 (Thu, 12 Jan 2006) > > New Revision: 12334 > > Trac: http://svn.gnucash.org/trac/changeset/12334 > > > > Removed: > > gnucash/trunk/lib/goffice-0.0.4/goffice/graph/gog-renderer-cairo.c > > Modified: > > gnucash/trunk/configure.in > > gnucash/trunk/lib/goffice-0.0.4/goffice/graph/Makefile.am > > Log: > > Remove (b0rk) cairo support > > 'make dist' now produces a tarball. But the tarball doesn't build > because of: > > #if WITH_GCONF > # SUBDIRS += thumbnailer > #endif > > in the libgsf-1.12.3/Makefile.am. Why is that commented out? I think > we either need to uncomment it or remove thumbnailer in some other > places (maybe just our configure.in?) > > I'll retry with it uncommented.
It didn't work. I see that David commented out the GConf AM_CONDITIONAL in our configure.in: ------------------------------------------------------------------------ r12147 | hampton | 2005-12-07 01:39:33 -0500 (Wed, 07 Dec 2005) | 3 lines Changed paths: M /gnucash/trunk/ChangeLog M /gnucash/trunk/configure.in Comment out the recently introduced second set of checks for gconf. They cause problems with schema installation. ------------------------------------------------------------------------ David, any ideas how to make this work with libgsf? When I uncomment the thumbnailer SUBDIR I see: lib/libgsf-1.12.3/Makefile.am:18: WITH_GCONF does not appear in AM_CONDITIONAL make: *** [Makefile.in] Error 1 -chris _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
