This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Fri Apr 26 22:59:46 2024 Received: from entropy.muc.muohio.edu (entropy.muc.muohio.edu [134.53.213.10]) by herbie.ucs.indiana.edu (8.8.8/8.8.8) with ESMTP id DAA28990 for ; Sun, 19 Jul 1998 03:32:46 -0500 (EST) Received: from vger.rutgers.edu (root@vger.rutgers.edu [128.6.190.2]) by entropy.muc.muohio.edu (8.8.7/8.8.7) with ESMTP id EAA14938; Sun, 19 Jul 1998 04:29:54 -0400 Received: by vger.rutgers.edu id <971119-15443>; Sun, 19 Jul 1998 03:06:56 -0400 Received: from mail-2.global2000.net ([209.203.129.11]:13434 "EHLO mail-2.global2000.net" ident: "root") by vger.rutgers.edu with ESMTP id <970893-15443>; Sun, 19 Jul 1998 03:06:30 -0400 Received: from capsize.dyn.ml.org (IDENT:blocke@ip-27.global2000.net [209.203.144.27]) by mail-2.global2000.net (8.9.10/SecureModePlus) with SMTP id EAA26788 for ; Sun, 19 Jul 1998 04:27:05 -0400 Date: Sun, 19 Jul 1998 04:24:08 -0400 (EDT) From: "Bruce A. Locke" To: Keith Owens Subject: Re: LCP log of problems with PPP and 2.1.109 (was: PPP trashed in 2.1.109) In-Reply-To: <19980719081144.32158.qmail@mail.ocs.com.au> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Orcpt: rfc822;linux-kernel@vger.rutgers.edu Sender: owner-linux-kernel@vger.rutgers.edu Precedence: bulk X-Loop: majordomo@vger.rutgers.edu On Sun, 19 Jul 1998, Keith Owens wrote: > >In file included from sys-linux.c:68: > >../include/linux/ppp_defs.h:97: parse error before xt_accm' > >../include/linux/ppp_defs.h:97: warning: data definition has no type or > >storage class > >../include/linux/ppp_defs.h:113: parse error before _u32' > > Does the compile output really produce those special characters? Your > listing contains ^R, ^E, ^_, ^P etc. If those are real then you have a > much bigger problem than just pppd, looks like corruption of storage or > files. No... I don't see those on the console. It must be our email programs doing it. > OTOH, if those control characters are spurious, then the compiler is > complaining that it cannot find the definition of __u32. That should > be in /usr/include/asm/types.h, the start of mine reads :- > > #ifndef _I386_TYPES_H > #define _I386_TYPES_H > > typedef unsigned short umode_t; > > /* > * __xx is ok: it doesn't pollute the POSIX namespace. Use these in the > * header files exported to user space > */ > > typedef __signed__ char __s8; > typedef unsigned char __u8; > > typedef __signed__ short __s16; > typedef unsigned short __u16; > > typedef __signed__ int __s32; > typedef unsigned int __u32; > > What does your /usr/include/asm/types.h say? > > It says the same exact thing. And to verify that it wasn't the srpm that I downloaded that was messed up I was finally able to grab an "offical" ppp source tar.gz from the ftp site listed in the pppd docs and it gave the same exact errors. ---------------------------------------------------------------------- Bruce A. Locke blocke@lizard.org http://www.lizard.org/blocke/ http://www.lizard.org/dragonlinux - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html