Date: Sat, 21 Feb 98 18:10:20 +0100 From: David Wetzel <dave@turbocat.de> To: freebsd-isdn@FreeBSD.ORG, netbsd-help@netbsd.org Subject: i4b on NetBSD 1.3 Message-ID: <199802211710.SAA00397@cat.turbocat.de>
next in thread | raw e-mail | index | archive | help
Hello, today I upgraded my 66 days-uptime NetBSD computer from 1.3 ALPHA to 1.3. It runs like before. I build and installed an 1.3 kernel. The system works as expected. Now, I am trying to install I4B. I added this // Sat Feb 21 17:17:25 MET 1998 dave@turbocat.de #ifndef __FreeBSD__ #include <machine/bus.h> #include <sys/device.h> #endif to /usr/src/i4b/layer1/i4b_l1.h Now the compile works until: cc -g -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes -I. -I../../../../arch -I../../../.. -nostdinc -DEXEC_AOUT -DEXEC_SCRIPT -DI486_CPU -DI586_CPU -DVM86 -DXSERVER -DKTRACE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DSHMMAXPGS="0x400" -DCOMPAT_NOMID -DCOMPAT_10 -DCOMPAT_11 -DCOMPAT_12 -DCOMPAT_43 -DTCP_COMPAT_42 -DFFS -DMFS -DNFSSERVER -DFIFO -DGATEWAY -DINET -DMROUTING -DCCITT -DLLC -DHDLC -DNMBCLUSTERS="0x800" -DMAXUSERS=64 -D_KERNEL -Di386 -c ../../../../i4b/driver/i4b_ctl.c ../../../../i4b/driver/i4b_ctl.c: In function `i4bctlioctl': ../../../../i4b/driver/i4b_ctl.c:218: request for member `sc_chan' in something not a structure or union ../../../../i4b/driver/i4b_ctl.c:219: request for member `sc_chan' in something not a structure or union ../../../../i4b/driver/i4b_ctl.c:220: request for member `sc_chan' in something not a structure or union ../../../../i4b/driver/i4b_ctl.c:221: request for member `sc_chan' in something not a structure or union ../../../../i4b/driver/i4b_ctl.c:222: request for member `sc_chan' in something not a structure or union ../../../../i4b/driver/i4b_ctl.c:223: request for member `sc_chan' in something not a structure or union ../../../../i4b/driver/i4b_ctl.c:241: request for member `sc_chan' in something not a structure or union ../../../../i4b/driver/i4b_ctl.c:242: request for member `sc_chan' in something not a structure or union ../../../../i4b/driver/i4b_ctl.c:243: request for member `sc_chan' in something not a structure or union ../../../../i4b/driver/i4b_ctl.c:244: request for member `sc_chan' in something not a structure or union ../../../../i4b/driver/i4b_ctl.c:245: request for member `sc_chan' in something not a structure or union ../../../../i4b/driver/i4b_ctl.c:246: request for member `sc_chan' in something not a structure or union *** Error code 1 Stop. Any ideas? Thanks in advance. --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION WATCH OUT FOR TURBOFAX for OPENSTEP! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802211710.SAA00397>