Hi Andy,
> >> (default-duplicate-binding-handler
> >> '(merge-generics replace warn-override-core warn last))
> >
> > This is not 'so important' anymore, but for bug tracking purposes, please
> > note
> > that adding the above in my init.scm file and commenting the #:duplicates
> > (...)
> > expression leads to the known error:
> Git pull, please :). You still don't have some recent fixes.
I am pulling :) Do you mean I have to checkout an unstable? [if yes, please
tell me
what branch/version, I am git [very] 'limited' @ the moment :)
david@asterix:/usr/local/share/guile/alto/2.0/tests 12 $ guile
GNU Guile 2.0.2.3-21b6d
scheme@(guile-user)> (use-modules (mg-3))
(letstry)
WARNING: (mg-3): `dialog' imported from both (mg-1) and (mg-2)
ERROR: In procedure scm-error:
ERROR: No applicable method for #<<accessor> dialog (1)> in call
(dialog #<<widget-a> 8aaa390>)
Thanks,
David
Also, it's not working on this machine either [and I don't uderstand why guile
versions
are different? surely I didn't do the right thing with git?]:
david@rascar:/usr/local/src/guile/git-clone 4 $ git describe
v2.0.2-7-gae88d9b
david@rascar:/usr/local/src/guile/git-clone 5 $ git pull
Already up-to-date.
david@rascar:/usr/local/src/guile/git-clone 6 $ guile
GNU Guile 2.0.2.7-ae88d
...
scheme@(guile-user)> (default-duplicate-binding-handler)
$1 = (merge-generics replace warn-override-core warn last)
scheme@(guile-user)> (use-modules (mg-3))
(letstry)
...
WARNING: (mg-3): `dialog' imported from both (mg-1) and (mg-2)
ERROR: In procedure scm-error:
ERROR: No applicable method for #<<accessor> dialog (1)> in call
(dialog #<<widget-a> 94c4910>)