unable to run r15045

Chris Shoemaker c.shoemaker at cox.net
Fri Oct 20 10:47:04 EDT 2006


On Fri, Oct 20, 2006 at 09:36:11AM -0500, micwise at bellsouth.net wrote:
> > On Fri, Oct 20, 2006 at 06:19:15AM -0500, Michael D. Wise wrote:
> > > On tryin to run r15045 I get the following error.
> > > 
> > > Backtrace:
> > > In current input:
> > >    1: 0* [gnc:main]
> > > In /home/michael.wise/usr/local/gnucash//share/gnucash/guile-modules/gnucash/main.scm:
> > >  227: 1* [gnc:debug "starting up (1)."]
> > >  182: 2  (if (gnc-is-debugging) (begin # # #))
> > >  182: 3* (gnc-is-debugging)
> > > 
> > > /home/michael.wise/usr/local/gnucash//share/gnucash/guile-modules/gnucash/main.scm:182:7: In expression (gnc-is-debugging):
> > > /home/michael.wise/usr/local/gnucash//share/gnucash/guile-modules/gnucash/main.scm:182:7: Unbound variable: gnc-is-debugging
> > > 
> > > 
> > > I have compiled it on Fedora Development updated on 19 Oct using
> > > gcc-4.1.1-30 and swig-1.3.29-1.fc6.  Let me know if you need any more
> > > information.
> > 
> > Hmm.  Are you sure there wasn't some error during compile or install?
> > Does this still happen if you blow away the install directory and
> > reinstall?
> > 
> 
> I didn't have any errors in the compile or install.  I removed the install directory and I'm still having the same error
> 
> > Were there any other errors before this one?  In particular, earlier
> > in that file (main.scm) is: (use-modules (gnucash core-utils)) which
> > is supposed to load the wrappers that provide gnc-is-debugging.  Can
> > you tell if that has failed?
> > 
> 
> This is the only error I get when I run it from the console.

In core-utils.scm, can you try changing all the "export"s to
"re-export"?  Also, is this guile 1.8?

-chris


More information about the gnucash-devel mailing list