Problem with cross compiling icu

天涯浪子 提交于 2019-12-03 21:50:27

I made a very dirty hack to solve the problem: I just removed this check in the configure script. Then, icu compiled. Hope now, that it also works correctly...

in the platform.h you must define the size of wchar_t to the size of the actual platform. If you dont do this it does not work.

define U_SIZEOF_WCHAR_T 4 // macosx

Manfred

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!