[fetter-devel] Problems with verrazano
Kenny Tilton
ktilton at nyc.rr.com
Sun Feb 5 00:01:52 UTC 2006
Deepankar Sharma wrote:
> I think the error happens in the frontend/driver.lisp in the
> create-binding-internal function.
Yes:
(handler-case (generate-temporary-c-file cfg temp-c)
(file-error () (error 'tempcpp-error)))
Make that just: (generate-temporary-c-file cfg temp-c)
...and take a look at the actual error returned by open, maybe that will
be more informative.
hth, ken
More information about the fetter-devel
mailing list