Looking for a four-byte integer type... Not found.

来源:互联网 发布:喷绘记账软件 编辑:程序博客网 时间:2024/05/16 13:49

Looking for a four-byte integer type... Not found.

由于zlib并非使用的标准autotools,没有考虑交叉编译的情况,这个错误是执行测试程序导致的,用于检测32bit整型是int还是long还是别的,该错误无关紧要,忽略即可

1 0