Clean 1.3.2 (68k)

Martin Wierich martinw@cs.kun.nl
Thu, 02 Dec 1999 16:24:14 +0100


Hi Matt,

Let's first exclude the trivial sources for that error:
    - Are you sure that you used the Clean 1.3.2 distribution as a whole ? Using
the 0.8.1 IOInterface with an older 68KMacInterface or StdEnv from previous
releases will not work.
    - Is there a file "CPrinter.obj1" in the "68KMacInterface:Clean System Files:"
folder ?
    - What happens if you add the following import statement to the main module:
"import CPrinter"

If this doesn't help then I have to search a little deeper.

greetings
  Martin Wierich
  University of Nijmegen

Matt Fairtlough wrote:

> I try to run the example module
>
> printFileWithHeader
>
> which is in Clean 1.3.2 (68k)/IO Examples 0.8/printing/printFileWithHeader.icl
>
> The program compiles, but I get the error message below on trying to run
> it (and similar messages when I try to run other programs).