Open Happy2018new opened 4 months ago
Wrote by @Torrekie
netbsd缺少libresolv这个,需要确认源码中它出现在什么地方,然后移除对这个库的需求参数
然后ish这个,大概是int64_t和void *以及int的大小不一致的问题,在C编译器处理时显示warning但是会被golang视为错误,解法是根据是否有__LP64__
来判断正确的cast类型,或者通过#pragma GCC diagnostic ignore "-Wint-to-pointer-cast"
这样的方式来避免warning的产生
Wrote by myself, with some modify.
哈哈,我不太了解这些,或许需要你帮助修复它们?
i believe the ish build problem has been fixed by fd730dc2871eaf897c2163b3b9e7f7e9a738b8c0, please check this when next version bump
i believe the ish build problem has been fixed by fd730dc, please check this when next version bump
Action failed: https://github.com/bouldev/PhoenixBuilder/actions/runs/9924745871/job/27416400829
Copied from origin issue.
Netbsd 版本无法编译
编译
netbsd
版本时遭遇了如下错误ISH 版本无法编译
编译
ish
版本时遭遇了如下错误注意事项
Go 1.21.6
及更高的版本编译本项目 ( 8358d05b3d3ea3600c6c3f75e6ba59b77de930bd )工作流运行日志