clang -O2 -pipe -march=native -DLOADER_NFS_SUPPORT -DBOOT_FORTH 
-I/path/to/src/sys/boot/i386/loader/../../ficl 
-I/path/to/src/sys/boot/i386/loader/../../ficl/i386 -DLOADER_GZIP_SUPPORT 
-DLOADER_DISK_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT 
-I/path/to/src/sys/boot/i386/loader/../../common -I. -Wall 
-I/path/to/src/sys/boot/i386/loader/.. 
-I/path/to/src/sys/boot/i386/loader/../btx/lib -march=i386 -ffreestanding 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 
-msoft-float -std=gnu99 -Qunused-arguments  -c 
/path/to/src/sys/boot/i386/loader/../../common/part.c
/path/to/src/sys/boot/i386/loader/../../common/part.c:648:23: error: use of 
undeclared identifier 'DOSPTYP_HFS'
                if (dp[1].dp_typ != DOSPTYP_HFS) {

...

Stop in /gk/freebsd_src/sys/boot/i386/loader.

...
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to