Summum Bonum wrote: > Thanks Darren, I have checked out branch v5-1-RELEASE. But I get these > errors on compilation: > > gcc -I. -g -I../.. -D_BSD_SOURCE -DSOLARIS2=10 -DUSE_INET6 -c > ./../tools/ipf.c -o sparcv7/ipf.o > gcc -I. -g -I../.. -D_BSD_SOURCE -DSOLARIS2=10 -DUSE_INET6 -c > ./../tools/ipfcomp.c -o sparcv7/ipfcomp.o > (cd ../../tools; make "DEST=../SunOS5/sparc-5.10" > ./SunOS5/sparc-5.10/ipf_y.c) > yacc -v -d ipf_y.y > > conflicts: 8 shift/reduce, 14 reduce/reduce > sed -e 's/yy/ipf_yy/g' -e 's/y.tab.h/ipf_y.c/' \ > -e 's/"ipf_y.y"/"..\/tools\/ipf_y.y"/' \ > y.tab.c > ../SunOS5/sparc-5.10/ipf_y.c > sed -e 's/yy/ipf_yy/g' -e 's/y.tab.h/ipf_y.h/' y.tab.h > > ./SunOS5/sparc-5.10/ipf_y.h > /bin/rm -f y.tab.c y.tab.h > (cd ../../tools; make "DEST=../SunOS5/sparc-5.10" > ./SunOS5/sparc-5.10/ipf_l.h) > sed -e 's/yy/ipf_yy/g' lexer.h > ../SunOS5/sparc-5.10/ipf_l.h > gcc -I. -g -I../.. -D_BSD_SOURCE -DSOLARIS2=10 -DUSE_INET6 -c ipf_y.c > -o sparcv7/ipf_y.o > ./tools/ipf_y.y: In function 'ipf_yyparse': > ./tools/ipf_y.y:1392: error: 'frentry_t' has no member named 'fr_rpc' > ./tools/ipf_y.y:1394: error: 'frentry_t' has no member named 'fr_rpc' > *** Error code 1 > make: Fatal error: Command failed for target `sparcv7/ipf_y.o' > Current working directory /tmp/sum/ipfilter/SunOS5/sparc-5.10 > *** Error code 1 > make: Fatal error: Command failed for target `sunos5' > Current working directory /tmp/sum/ipfilter > *** Error code 1 > make: Fatal error: Command failed for target `solaris >
The fix for this has been integrated. Do a "cvs update" and continue. Darren
