> $bin/clm test
> Compiling test
> lift (TFA) (unitype.icl)clm: reading compiler result failed: No such file or
> directory

Actually, you got two messages: one from compiler executable (cocl)
called by clm:

    lift (TFA) (unitype.icl

and one from clm itself:

    clm: reading compiler result failed: No such file or directory

complaining that compiler died and left no output files.

unitype.icl is a part of Clean compiler frontend. It lives at
compiler/frontend/unitype.icl relative to CVS root. It contains lines

        lift modules cons_vars (TFA vars type) subst ls
                = abort "lift (TFA) (unitype.icl)"

and that is his post mortem message.
_______________________________________________
clean-list mailing list
[email protected]
http://mailman.science.ru.nl/mailman/listinfo/clean-list

Reply via email to