From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduardo Pereira Habkost Subject: Re: Riddles in the dark Date: Wed, 14 Jul 2004 11:38:00 -0300 Sender: linux-8086-owner@vger.kernel.org Message-ID: <20040714143800.GE2830@duckman.distro.conectiva> References: <20040713004957.54461.qmail@web51309.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TYecfFk8j8mZq+dy" Return-path: Content-Disposition: inline In-Reply-To: <20040713004957.54461.qmail@web51309.mail.yahoo.com> List-Id: To: linux-8086@vger.kernel.org --TYecfFk8j8mZq+dy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 12, 2004 at 05:49:57PM -0700, Tommy McCabe wrote: > ps.c can't compile because of these errors: >=20 >=20 > Note that the file linuxmt/sc doesn't exist- I assume > it to be linxumt/sched.h. The compiler thinks seg_t is > a variable name but it's a variable type. Is ps.c > itself, I see this: int read_task(fd, off, ds, > task_table). What the heck is this? A function > declaration? An array? It looked as if it should have > a semicolon put after it, but then ps.c returned these > errors: >=20 Hi, Tommy, Did you copied the current kernel include files on the bcc include path? You are supposed to do that, before building elkscmd, elksnet and others. BTW, we need to include this on the documentation, somewhere. I don't know if the web page warns the user about that. >=20 > And back at linuxmt/sched.h, it ends with a #endif > which isn't preceded by a #indef! What gives? linuxmt/sched.h here looks like: =3D=3D=3D #ifndef LX86_LINUXMT_SCHED_H #define LX86_LINUXMT_SCHED_H #endif =3D=3D=3D The '%' key on VIM here says that the #if* are correctly closed. --=20 Eduardo --TYecfFk8j8mZq+dy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA9UVHcaRJ66w1lWgRAjkIAKCMQx5LckP1nZjGGFbQFG5TcwkSlACgl9+J kY/9/5mtWlfs1K2lbCgqdEE= =8+op -----END PGP SIGNATURE----- --TYecfFk8j8mZq+dy--