Build error split-register-model.c

Derek Atkins warlord at MIT.EDU
Wed Sep 30 09:29:07 EDT 2009


jraehl at raehls.org writes:

> /usr/bin/gnucash2.3/share/gnucash/guile-modules/gnucash/report/standard-reports.
> scm:160:45:
> In expression (@ (gnucash report standard-reports ...)
> gnc:register-report-create-internal):
> /usr/bin/gnucash2.3/share/gnucash/guile-modules/gnucash/report/standard-reports.
> scm:160:45:
> Unbound variable: @
>
> It was ok before I picked up the last few days of changes.
> I am on Ubuntu 9.04.
>
> Is this something specific to me?
>
> It is late so I have not looked at the files indicated yet.

This is very odd..  What version of slib do you have?  What happens if
you do this:

guile
guile> (use-modules (ice-9 slib))
guile> @
#<macro! @>
guile> 

At least, this is what I get when I run it.

Similarly:

   guile -c '(use-modules (ice-9 slib)) @'

returns without an error for me.

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list