error: use of undeclared identifier 'DOSPTYP_HFS'

看板FB_current作者時間12年前 (2013/04/27 13:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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-unsubscribe@freebsd.org"
文章代碼(AID): #1HUsBNaR (FB_current)