解決X11BASE=${LOCALBASE}問題
一用make install
就出下面的错误就出下面的錯誤
# make install
On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=${LOCALBASE} in make.conf. On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=${LOCALBASE} in make.conf.
On the other hand, if you do wish to use non-default X11BASE, please set variable USE_NONDEFAULT_X11BASE. On the other hand, if you do wish to use non-default X11BASE, please set variable USE_NONDEFAULT_X11BASE.
*** Error code 1
*** Error code 1
這個訊息其實很容易就可以解決
就如同提示所言
在 /etc/make.conf
裡面加入
X11BASE=${LOCALBASE}
即可
[ 本帖最後由 Bhee 於 2007-10-20 09:32 PM 編輯 ]
搜索更多相關主題的帖子:
X11BASE 錯誤訊息 install