From owner-freebsd-questions Sat Mar 15 18: 1:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6918237B401 for ; Sat, 15 Mar 2003 18:01:10 -0800 (PST) Received: from batch3.csd.uwm.edu (batch3.csd.uwm.edu [129.89.169.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7193443FA3 for ; Sat, 15 Mar 2003 18:01:09 -0800 (PST) (envelope-from bptimm@uwm.edu) Received: from mail06.imt.uwm.edu (root@mail06.imt.uwm.edu [129.89.7.48]) by batch3.csd.uwm.edu (8.12.8/8.12.6) with ESMTP id h2G218oB003256 for ; Sat, 15 Mar 2003 20:01:08 -0600 (CST) Received: from mail06.imt.uwm.edu (mail@localhost [127.0.0.1]) by mail06.imt.uwm.edu (8.12.8/8.12.5) with ESMTP id h2G218Wn030338 for ; Sat, 15 Mar 2003 20:01:08 -0600 Received: (from wwwrun@localhost) by mail06.imt.uwm.edu (8.12.8/8.12.6/Submit) id h2G218WJ030337 for freebsd-questions@freebsd.org; Sat, 15 Mar 2003 20:01:08 -0600 Received: from em1aP009-emse173a.imt.uwm.edu (em1aP009-emse173a.imt.uwm.edu [129.89.246.109]) by mail06.imt.uwm.edu (IMP) with HTTP for ; Sat, 15 Mar 2003 20:01:08 -0600 Message-ID: <1047780068.3e73dae4799a8@mail06.imt.uwm.edu> Date: Sat, 15 Mar 2003 20:01:08 -0600 From: bptimm@uwm.edu To: freebsd-questions@freebsd.org Subject: mkdep error on kernel compilation MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1-cvs X-Originating-IP: 129.89.246.109 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am trying to compile a kernel under FreeBSD 4.62, and I am getting an error that I couldn't find in the archives. After executing "make depend && make all install", I get an error like this: /usr/src/sys/modules/icbs2/../../i386/icbs2/icbs2_isc_sysent.c: 38: unterminated macro call has anybody seen this error before or have some idea of what I can do? I'm assuming that it's telling me there's a syntax error on line 38 of the file icbs2_isc_sysent.c, but coming from C++ (not C) I've never worked with macros and am not sure how I would go about fixing and unterminated one. Thanks for the help! Cheers b.timm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message