Build error split-register-model.c

Colin Law clanlaw at googlemail.com
Wed Sep 30 10:41:54 EDT 2009


2009/9/30 Derek Atkins <warlord at mit.edu>:
> 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>

I am not sure how to tell which version of slib I have, in the Ubuntu
repository it is labelled 3b1-3 and the package guile-1.6-slib (guile
slib support) is 1.6.8-6.3

I get:
guile> (use-modules (ice-9 slib))
guile> @
<unnamed port>: In expression @:
<unnamed port>: Unbound variable: @
ABORT: (unbound-variable)
guile> (backtrace)

Backtrace:
In unknown file:
  ?: 0* @

>
> 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.

Again I get
~$ guile -c '(use-modules (ice-9 slib)) @'
ERROR: Unbound variable: @

Colin


More information about the gnucash-devel mailing list