I'm not a lispbuilder developer, but it looks like that the macroexpansion of deflex produces functions, which your implementation aren't able to put in fasls. This could only be fixed in lispbuilder-lexer itself, so I think your solution is to load the file instead of compiling.
2010/9/16 Peter Keller <psil...@cs.wisc.edu> > Hello, > > On Sun, Sep 12, 2010 at 01:52:44AM -0500, Peter Keller wrote: > > ; caught ERROR: > > ; Objects of type FUNCTION can't be dumped into fasl files. > > Any suggesstions on why this error happens or how to avoid it? > > When I just (load "ann-2"), it all works fine, but trying to compile a > deflexer form it produces this output. How is deflexer used in compiled > fasls? > > Thank you. > > -pete > _______________________________________________ > application-builder mailing list > application-builder@lispniks.com > http://www.lispniks.com/mailman/listinfo/application-builder >
_______________________________________________ application-builder mailing list application-builder@lispniks.com http://www.lispniks.com/mailman/listinfo/application-builder