Hi all, <br><br>I a trying to cross compile WebKit GTK on STLinux 2.3. I cross compiled the missing libraries. But during the compiling, I had this error:<br><br>CXX WebCore/bindings/js/libwebkit_1_0_la-JSDOMWindowCustom.lo<br>
../WebKit/WebCore/bindings/js/JSDOMWindowCustom.cpp:39:24: error: <b>JSDatabase.h : No such file or directory</b><br><br>../WebKit/JavaScriptCore/wtf/HashTable.h:690: instantiated from ‘std::pair<typename WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::iterator, bool> WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::add(const T&, const Extra&) [with T = WebCore::Element*, Extra = WTF::ListHashSetNodeAllocator<WebCore::Element*>*, HashTranslator = WTF::ListHashSetTranslator<WebCore::Element*, WTF::PtrHash<WebCore::Element*> >, Key = WTF::ListHashSetNode<WebCore::Element*>*, Value = WTF::ListHashSetNode<WebCore::Element*>*, Extractor = WTF::IdentityExtractor<WTF::ListHashSetNode<WebCore::Element*>*>, HashFunctions = WTF::ListHashSetNodeHashFunctions<WebCore::Element*, WTF::PtrHash<WebCore::Element*> >, Traits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::Element*>*>, KeyTraits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::Element*>*>]’<br>
../WebKit/JavaScriptCore/wtf/ListHashSet.h:473: instantiated from ‘std::pair<typename WTF::ListHashSet<Value, HashFunctions>::iterator, bool> WTF::ListHashSet<Value, HashFunctions>::add(const ValueArg&) [with ValueArg = WebCore::Element*, HashArg = WTF::PtrHash<WebCore::Element*>]’<br>
../WebKit/WebCore/dom/Document.h:440: instantiated from here<br>../WebKit/JavaScriptCore/wtf/ListHashSet.h:174: attention : cast from ‘char*’ to ‘WTF::ListHashSetNode<WebCore::Element*>*’ increases required alignment of target type<br>
make[1]: *** [WebCore/bindings/js/libwebkit_1_0_la-JSDOMWindowCustom.lo] Error 1<br><br>Thx for your help<br><br>Wadii<br>