I've ran into a issue when compiling webkitgtk that I don't know how to fix:
CXX WebCore/platform/text/libWebCore_la-TextBoundariesICU.lo WebCore/platform/text/TextBoundariesICU.cpp: In function ‘int WebCore::findNextWordFromIndex(const UChar*, int, int, bool)’: WebCore/platform/text/TextBoundariesICU.cpp:39: error: cannot convert ‘WebCore::TextBreakIterator*’ to ‘UBreakIterator*’ in initialization WebCore/platform/text/TextBoundariesICU.cpp: In function ‘void WebCore::findWordBoundary(const UChar*, int, int, int*, int*)’: WebCore/platform/text/TextBoundariesICU.cpp:70: error: cannot convert ‘WebCore::TextBreakIterator*’ to ‘UBreakIterator*’ in initialization make[1]: *** [WebCore/platform/text/libWebCore_la-TextBoundariesICU.lo] Error 1 My C/C++ skills at the moment are somewhat limitied, so I don't know how to change the code in their to fix the problem. Host system is a LFS 6.6-RC1 Pure64 bit system, if it matters, I've used ICU 4.3.4 instead of 4.2.1, don't know if that version had any ABI changes... Any help will be appreciated. -- William Immendorf The ultimate in free computing. Messages in plain text, please, no HTML. GPG key ID: 1697BE98 If it's not signed, it's not from me. -------------- "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
