Hi,
I have made following .tce and loaded them to meet the dependencies of webkit:
enchant and its dependencies aspell hunspell
icu
libsoup
I have loaded all extensions to compile and ./configure script of webkit is able to find them, however, it says:
configure error: Cannot find icu-config. The ICU library is needed.
icu-config is available in /usr/local/bin
I tried 'sudo ln -s /usr/local/bin/icu-config /usr/local/lib/icu-config' but it does not work.
kagashe