[Netnice-developer] OpenBSD make depend
Status: Alpha
Brought to you by:
taost6
From: <op...@so...> - 2003-11-20 04:20:22
|
Hi all, I fixed OpenBSD's make depend, and it works. But now the problem is with the kernel itself. It crashes in /dev/ic/elink3.c Check it out, Nico. P.S.1: I started to figure it out about the kernel macros :-P P.S.2: Don't tell Daniel!!! ;-) --------------------------------------------------------------------------- cc -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -Wno-format -Wno-main -O2 -nostdinc -I. -I/usr/src/sys.work/arch/i386/compile/NETNICE/../../../../arch -I/usr/src/sys.work/arch/i386/compile/NETNICE/../../../.. -DDDB -DDIAGNOSTIC -DKTRACE -DKMEMSTATS -DPTRACE -DCRYPTO -DSYSVMSG -DSYSVSEM -DSYSVSHM -DUVM_SWAP_ENCRYPT -DCOMPAT_25 -DCOMPAT_43 -DLKM -DFFS -DFFS_SOFTUPDATES -DQUOTA -DEXT2FS -DMFS -DTCP_SACK -DTCP_ECN -DNFSCLIENT -DNFSSERVER -DCD9660 -DMSDOSFS -DFDESC -DFIFO -DKERNFS -DPORTAL -DPROCFS -DNULLFS -DUMAPFS -DUNION -DINET -DALTQ -DINET6 -DIPSEC -DPPP_BSDCOMP -DPPP_DEFLATE -DNETNICE -DBOOT_CONFIG -DI386_CPU -DI486_CPU -DI586_CPU -DI686_CPU -DGPL_MATH_EMULATE -DUSER_PCICONF -DUSER_LDT -DAPERTURE -DCOMPAT_SVR4 -DCOMPAT_IBCS2 -DCOMPAT_LINUX -DCOMPAT_FREEBSD -DCOMPAT_BSDOS -DCOMPAT_AOUT -DPCIVERBOSE -DEISAVERBOSE -DUSBVERBOSE -DWSDISPLAY_COMPAT_USL -DWSDISPLAY_COMPAT_RAWKBD -DWSDISPLAY_DEFAULTSCREENS="6" -DWSDISPLAY_COMPAT_PCVT -DPCIAGP -D_KERNEL -Di386 -c /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c: In function `epget': /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1385 : `mmbfree' undeclared (first use in this function) /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1385 : (Each undeclared identifier is reported only once /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1385 : for each function it appears in.) cc1: warnings being treated as errors /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1385 : warning: implicit declaration of function `m_mballoc' /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1385 : structure has no member named `csum_flags' /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1385 : structure has no member named `aux' /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1385 : warning: implicit declaration of function `m_retryhdr' /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1385 : warning: assignment makes pointer from integer without a cast /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1385 : warning: implicit declaration of function `m_mballoc_wait' /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1385 : `MGETHDR_C' undeclared (first use in this function) /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1385 : warning: assignment makes pointer from integer without a cast /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1404 : warning: implicit declaration of function `MCLALLOC' /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1404 : structure has no member named `ext_ref' /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1427 : warning: implicit declaration of function `m_retry' /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1427 : warning: assignment makes pointer from integer without a cast /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1427 : `MGET_C' undeclared (first use in this function) /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1427 : warning: assignment makes pointer from integer without a cast /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1439 : structure has no member named `ext_ref' /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c: In function `epmbuffill': /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1731 : `mmbfree' undeclared (first use in this function) /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1731 : warning: assignment makes pointer from integer without a cast /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1731 : `MGET_C' undeclared (first use in this function) /usr/src/sys.work/arch/i386/compile/NETNICE/../../../../dev/ic/elink3.c:1731 : warning: assignment makes pointer from integer without a cast *** Error code 1 Stop in /usr/src/sys.work/arch/i386/compile/NETNICE (line 806 of Makefile). ---------------------------------------------------------------------- |