Date: Thu, 13 Feb 1997 15:35:27 -0500 (EST) From: "Eric J. Chet" <ejc@gargoyle.bazzle.com> To: Ian Struble <ian@ian.broken.net> Cc: ports@FreeBSD.ORG Subject: Re: SKIP Message-ID: <Pine.BSF.3.95.970213153405.405C-100000@gargoyle.bazzle.com> In-Reply-To: <XFMail.970213012933.ian@ian.broken.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Brian Litzinger <brian@mpress.com> 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." > > ---- >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.970213153405.405C-100000>