Problema com a compilação cruzada icu

Estou tentando compilar a biblioteca do icu para o iPhone. Eu baixei um wrapper de script de configuração dehttp://sites.google.com/site/michaelsafyan/coding/articles/iphone Ao executá-lo, recebo a seguinte mensagem de erro:

checking wchar.h usability... no
checking wchar.h presence... yes
configure: WARNING: wchar.h: present but cannot be compiled
configure: WARNING: wchar.h:     check for missing prerequisite headers?
configure: WARNING: wchar.h: see the Autoconf documentation
configure: WARNING: wchar.h:     section "Present But Cannot Be Compiled"
configure: WARNING: wchar.h: proceeding with the preprocessor's result
configure: WARNING: wchar.h: in the future, the compiler will take precedence
checking for wchar.h... yes
checking for library containing wcscpy... none required
checking size of wchar_t... 0
configure: error: There is wchar.h but the size of wchar_t is 0

Alguém tem uma idéia de como posso corrigir isso?

desde já, obrigado

questionAnswers(2)

yourAnswerToTheQuestion