- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2022-5-8 09:37:39
|
显示全部楼层
/root/lnmp1.9/src/php-5.6.40/ext/intl/intl_convertcpp.cpp:74:31: 错误:对成员‘getBuffer’的请求出现在‘from’中,而后者具有非类类型‘const int’
const UChar *utf16buf = from.getBuffer();
^~~~~~~~~
/root/lnmp1.9/src/php-5.6.40/ext/intl/intl_convertcpp.cpp:76:69: 错误:对成员‘length’的请求出现在‘from’中,而后者具有非类类型‘const int’
u_strToUTF8WithSub(*res, capacity - 1, &actual_len, utf16buf, from.length(),
^~~~~~
make: *** [Makefile:964:ext/intl/intl_convertcpp.lo] 错误 1
这个就是8楼说的icu问题
另外一个php8.0的都没安装完发日志也没用 |
|