Re: build error at rpc code

看板FB_current作者時間13年前 (2012/08/24 16:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/4 (看更多)
On 2012-08-24 05:55, Dima Panov wrote: > Does anybody get same error at buildworld with recent -current? .... > In file included from /usr/src/lib/libc/../../include/rpc/rpc.h:76: > /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h:69:8: error: unknown > type name 'rpcblist' > extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *); You are most likely setting CPP as follows: CPP=clang -E Don't do that, use the following instead: CPP=clang-cpp If there is no clang-cpp symlink in /usr/bin yet, just make it manually for now. It will also be created by installworld. _______________________________________________ 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): #1GDpm3Nh (FB_current)
文章代碼(AID): #1GDpm3Nh (FB_current)