From owner-freebsd-questions Wed Feb 7 5:19:25 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 72DE237B67D; Wed, 7 Feb 2001 05:18:59 -0800 (PST) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.11.2/8.11.1) with ESMTP id f17DGid52984; Wed, 7 Feb 2001 09:16:44 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 7 Feb 2001 09:16:43 -0400 (AST) From: The Hermit Hacker To: Cc: Subject: /usr/include/libutil.h:64: syntax error before `9' 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 Can anyone give me an idea of what I should be looking at here? Everything looks okay ... cc.c includes perl.h, perl.h includes libutil.h, and libutil.h at line 64 just has: int _secure_path __P((const char *_path, uid_t _uid, gid_t _gid)); yet when I try to compile, I get: gcc -I/usr/local/include/db3 -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/libdata/perl/5.00503/mach/CORE -c cc.c In file included from /usr/libdata/perl/5.00503/mach/CORE/perl.h:2588, from cc.c:629: /usr/include/libutil.h:64: syntax error before `9' gmake[1]: *** [cc.o] Error 1 gmake[1]: Leaving directory `/news/src/cvs/inn/innd' gmake: *** [all-innd] Error 2 Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message