From ok@atlas.otago.ac.nz Mon Mar  5 22:53:30 2001
Received: from atlas.otago.ac.nz (atlas.otago.ac.nz [139.80.32.250])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f25LrRZ21932;
	Mon, 5 Mar 2001 22:53:28 +0100 (MET)
Received: (from ok@localhost)
	by atlas.otago.ac.nz (8.9.3/8.9.3) id KAA27408;
	Tue, 6 Mar 2001 10:53:16 +1300 (NZDT)
Date: Tue, 6 Mar 2001 10:53:16 +1300 (NZDT)
From: "Richard A. O'Keefe" <ok@atlas.otago.ac.nz>
Message-Id: <200103052153.KAA27408@atlas.otago.ac.nz>
To: Gilbert.Gosseyn@acm.org, jan@swi.psy.uva.nl, prolog@swi.psy.uva.nl
Subject: Re: [SWIPL] host=powerpc-apple-machten4

	On Sun, 04 Mar 2001, Gilbert Gosseyn wrote:

Good grief!  You're not trying to build the Games Machine, are you?
Maybe you could tell me some time if I'm doing the cortico-thalamic pause
correctly.

Jan wrote:

	>cannot create parms.h%: error 22
	>make: *** [parms.h] Error 2
	
	No clue what error 22 means.  Permission denied?
	
In most UNIX systems, an errno value of 22 means EINVAL.
Some system call was given a bad argument.

  [EINVAL]  Invalid argument
      Indicates that an invalid argument was passed to the function (such as,
      the requested argument does not exist or is out of bounds or is not a
      regular file, or that the result would be invalid). This error may also
      indicate one or more of the following:  [deleted].

