evaluating syntax transformer threw unbound location first

Per Bothner per@bothner.com
Sat Dec 14 07:12:00 GMT 2013


On 12/13/2013 05:25 PM, Panicz Maciej Godek wrote:
> .../app.scm:87:1: evaluating syntax transformer
> 'define-application-views' threw unbound location first
>
> is there any way I could introspect that error further?

You can always add a:
    ex.printStackTrace();
before the:
    return tr.syntaxError("evaluating syntax transformer '"

I'd also try replacing first by car, to see if the issue
is the (require 'srfi-1) not working as expected.

You wrote "I hereby provide the full header:".  If the
(require 'srfi-1) in a separate module (file) than the
(define-syntax define-application-views ...)
then note that definitions imported by a require are
not automatically re-exported.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/



More information about the Kawa mailing list