make check fails in test-load-xml2

Josh Sled jsled at asynchronous.org
Wed Feb 15 23:31:23 EST 2006


On Wed, 2006-02-15 at 11:24 -0500, Derek Atkins wrote:
> I was trying to test a buildsystem change and noticed that "make check"
> is failing now.  I suspect this is due to adding gconf into the
> xml backend.   Here's the backtrace from test-load-xml2.

It was due to the g-types system not being initialized before calling
gconf code, as is documented in the gconf API.  :/  I fixed this
instance by calling g_type_init() at the top of the test's main.

-- 
...jsled
http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo ${a}@${b}`


More information about the gnucash-devel mailing list