You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checking for the c++ includes(sys/types.h) ... no
checking for the c++ types(off64_t) ... no
checking for the check_off64_t ... no
checking for the c++ includes(sys/types.h) ... ok
checking for the check_sys_types_h ... ok
> checking for the c++ includes(sys/types.h)
> checking for the c++ types(off64_t)checking for the check_off64_t ... no
关于为何会检测失败,这个就要看-D提供的完整检测信息了:
checkinfo: /Users/ruki/.local/share/xmake/core/base/os.lua:705: /Users/ruki/.local/share/xmake/core/base/os.lua:705: /Users/ruki/.local/share/xmake/core/base/os.lua:705: /tmp/.xmake501/190212/_7EFB32517D4B25213B8FC12F73D88186.c:4:9: error: unknown type name 'off64_t'; did you mean 'off_t'?
typedef off64_t __type_off___t;
^~~~~~~
off_t
貌似顯示的訊息有些怪。
輸出的結果為:
sys/types.h
為什麼一個是成功,另一個失敗?The text was updated successfully, but these errors were encountered: