From owner-freebsd-isdn Wed Nov 17 11:47:55 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from laurin.munich.netsurf.de (laurin.munich.netsurf.de [194.64.166.1]) by hub.freebsd.org (Postfix) with ESMTP id BD0A214EB0 for ; Wed, 17 Nov 1999 11:47:50 -0800 (PST) (envelope-from klaus.herrmann@gmx.net) Received: from wunderland.own (ns2146.munich.netsurf.de [195.180.232.146]) by laurin.munich.netsurf.de (8.9.3/8.9.3) with SMTP id UAA19500; Wed, 17 Nov 1999 20:47:46 +0100 (MET) From: Klaus Herrmann To: Josef Karthauser , Hellmuth Michaelis Subject: Re: -stable update Date: Wed, 17 Nov 1999 20:39:47 +0100 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: freebsd-isdn@FreeBSD.ORG References: <99111619564800.28215@wunderland.own> <19991116220732.8593338E3@hcswork.hcs.de> <19991117171637.D4178@florence.pavilion.net> In-Reply-To: <19991117171637.D4178@florence.pavilion.net> MIME-Version: 1.0 Message-Id: <99111720431100.01212@wunderland.own> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > It works fine for me :). > Try this: > # cd /usr/src/usr.sbin > # rm -r i4b > > Then cvsup your system, and try again. > > I had a problem where there was a stale lex file in my source directory, > but a newer one in /usr/obj/.... > hmm. well, i deleted everything in the src-tree which is seems to be involved with i4b. i cvsuped my tree, but no change. then i tried replacing my files in /usr/include/machine/i4b* with the newer ones from /sys/i386/machine, but no change anyway :-( neither helped deleting the whole obj-tree to force i4b not to use the obj-headers. looks like he still uses a wrong i4b_debug.h: klaus@wunderland$ make isdndebug Warning: Object directory not changed from original /usr/src/usr.sbin/i4b bug cc -O -pipe -c main.c main.c: In function `main': main.c:266: `l2stat_t' undeclared (first use this function) main.c:266: (Each undeclared identifier is reported only once main.c:266: for each function it appears in.) main.c:266: parse error before `l2s' main.c:268: `l2s' undeclared (first use this function) main.c:270: `I4B_CTL_GET_LAPDSTAT' undeclared (first use this function) main.c:307: `I4B_CTL_CLR_LAPDSTAT' undeclared (first use this function) *** Error code 1 Stop. *** Error code 1 Stop. Where might a wrong header be? Klaus P.S.: shall i wait or is the commit compete now? -- Klaus Herrmann Powered by FreeBSD (http://www.freebsd.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message