From owner-freebsd-questions Wed Feb 7 8:50:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (SHW1-154.accesscable.net [24.71.144.154]) by hub.freebsd.org (Postfix) with ESMTP id 98CE237B4EC; Wed, 7 Feb 2001 08:50:08 -0800 (PST) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.11.2/8.11.1) with ESMTP id f17Glib55157; Wed, 7 Feb 2001 12:47:44 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 7 Feb 2001 12:47:44 -0400 (AST) From: The Hermit Hacker To: Vivek Khera Cc: , Subject: Re: /usr/include/libutil.h:64: syntax error before `9' In-Reply-To: <14977.29766.416239.764236@onceler.kciLink.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 7 Feb 2001, Vivek Khera wrote: > >>>>> "THH" == The Hermit Hacker writes: > > THH> /usr/include/libutil.h:64: syntax error before `9' > THH> gmake[1]: *** [cc.o] Error 1 > > I'd run the same exact compile line but change the -c to -E and see > what the pre-processed output looks like. Then you'll get to see > exactly what happened. My guess is that something #defined one of the > parts of that prototype. Thanks, I hadn't known of -E before, but when we did run it, we found that _path in _secure_path's prototype was being replaced by a define in INN for _path as being 9 ... thanks :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message