Hmm... I'm running the latest master, so there shouldn't be any compilation errors.
Please follow the 'EXAMPLES' section in build(7) man page (http://mdoc.su/d/development ) to upgrade your system. (make sure you pulled the latest source with the fix) Cheers, Aaron On Sun, 17 Feb 2019 12:42:35 +0330 Nima Azizzadeh <[email protected]> wrote: > Thanks for your notice. Still problem is't solved. We have a error in > compile with new code! > > /usr/src/sys/net/ipfw3/ip_fw3.c: In function 'add_rule_dispatch': > /usr/src/sys/net/ipfw3/ip_fw3.c:666:17: error: 'const struct ipfw_ioc_rule' > has no member named 'insert'; did you mean 'set'? > if (ioc_rule->insert) { > ^~~~~~ > set > *** Error code 1 > > Stop. > make[5]: stopped in /usr/src/sys/net/ipfw3 > *** Error code 1 > > Stop. > make[4]: stopped in /usr/src/sys/net > *** Error code 1 > > Stop. > make[3]: stopped in /usr/src/sys > *** Error code 1 > > Stop. > make[2]: stopped in /usr/obj/usr/src/sys/X86_64_GENERIC > *** Error code 1 > > Stop. > make[1]: stopped in /usr/src > .CURDIR='/usr/src' > .OBJDIR='/usr/obj/usr/src' > .TARGETS='buildkernel' > .ERROR_TARGET='buildkernel' > .MAKE.LEVEL='1' > .MAKE.MODE='' > PATH='/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/pkg/bin' > LD_LIBRARY_PATH='' > MACHINE_ARCH='x86_64' > MACHINE='x86_64' > MAKEFILE='' > MAKESYSPATH='' > MAKEOBJDIRPREFIX='/usr/obj' > WORLD_ALTCOMPILER='all' > DESTDIR='' > SHELL='/bin/csh' > .SHELL='' > .MAKE.MAKEFILES='/usr/src/share/mk/sys.mk /etc/defaults/make.conf > /usr/src/share/mk/bsd.cpu.mk /usr/src/share/mk/bsd.cpu.gcc80.mk > /usr/src/Makefile.inc1 /usr/src/share/mk/bsd.subdir.mk /usr/src/share/mk/ > bsd.init.mk /usr/src/share/mk/bsd.own.mk' > .PATH='. /usr/src' > *** Error code 1 > > On Sat, Feb 16, 2019 at 9:30 AM Aaron LI <[email protected]> wrote: > > > Hi Bill, > > > > Thanks for the reply and the fix. I didn't realized that commit would fix > > this issue. > > -- Aaron
