From owner-freebsd-ports Thu Feb 13 12:35:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA06354 for ports-outgoing; Thu, 13 Feb 1997 12:35:48 -0800 (PST) Received: from gargoyle.bazzle.com (gargoyle.bazzle.com [206.103.246.190]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA06346 for ; Thu, 13 Feb 1997 12:35:42 -0800 (PST) Received: from gargoyle.bazzle.com (net2.bazzle.com [206.103.246.189]) by gargoyle.bazzle.com (8.8.5/8.6.12) with SMTP id PAA00449; Thu, 13 Feb 1997 15:35:27 -0500 (EST) Date: Thu, 13 Feb 1997 15:35:27 -0500 (EST) From: "Eric J. Chet" To: Ian Struble cc: ports@FreeBSD.ORG Subject: Re: SKIP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello Brian Litzinger has patches for SKIP on his web page for -current. I will email you the patches, I have them handy. Peace, Eric J. Chet - ejc@naserver1.cb.lucent.com - ejc@bazzle.com On Thu, 13 Feb 1997, Ian Struble wrote: > Has anyone done any work with Sun's SKIP 1.0? They have src and binaries for > 2.1.0 and 2.1.5 boxes, which of course don't run or compile on a 2.2-GAMA box. > The actual file that seems to be the sticking point is > '/usr/include/sys/dirent.h', with this set of error messages(on other programs > .as well) > > In file included from /usr/include/dirent.h:43, > from AuthPolicy.C:47: > /usr/include/sys/dirent.h:52: syntax error before `;' > /usr/include/sys/dirent.h:53: syntax error before `;' > /usr/include/sys/dirent.h:54: syntax error before `;' > /usr/include/sys/dirent.h:55: syntax error before `;' > > which correspont to : > > struct dirent { > u_int32_t d_fileno; /* file number of entry */ > u_int16_t d_reclen; /* length of this record */ > u_int8_t d_type; /* file type, see below */ > u_int8_t d_namlen; /* length of string in d_name */ > #ifdef _POSIX_SOURCE > char d_name[255 + 1]; /* name must be no longer than this */ > #else > #define MAXNAMLEN 255 > char d_name[MAXNAMLEN + 1]; /* name must be no longer than this */ > #endif > }; > > > > I have been trying to track down the u_int??_t types from the lines that are > giving the errors but obivously haven't looked in the right place yet. Anyone > have any ideas where to look? Because I would love to get this up and running > and then possibly into the ports collection. > > Thanks, > > Ian > > ---- > "Thirty days hath Septober, > April, June, and no wonder. > all the rest have peanut butter > except my father who wears red suspenders." > > ---- >