Advertisement
Guest User

Untitled

a guest
Jan 26th, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.62 KB | None | 0 0
  1. ./JavaScriptCore/wtf/Vector.h:883: instantiated from 'void WTF::Vector<T, inlineCapacity>::shrinkCapacity(size_t) [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u]'
  2. ./JavaScriptCore/wtf/Vector.h:570: instantiated from 'void WTF::Vector<T, inlineCapacity>::clear() [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u]'
  3. ./WebCore/platform/graphics/GlyphBuffer.h:78: instantiated from here
  4. ./JavaScriptCore/wtf/Vector.h:484: warning: cast from 'WTF::AlignedBufferChar*' to 'const WebCore::SimpleFontData**' increases required alignment of target type
  5. ./JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u]':
  6. ./JavaScriptCore/wtf/Vector.h:418: instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::allocateBuffer(size_t) [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u]'
  7. ./JavaScriptCore/wtf/Vector.h:883: instantiated from 'void WTF::Vector<T, inlineCapacity>::shrinkCapacity(size_t) [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u]'
  8. ./JavaScriptCore/wtf/Vector.h:570: instantiated from 'void WTF::Vector<T, inlineCapacity>::clear() [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u]'
  9. ./WebCore/platform/graphics/GlyphBuffer.h:79: instantiated from here
  10. ./JavaScriptCore/wtf/Vector.h:484: warning: cast from 'WTF::AlignedBufferChar*' to 'cairo_glyph_t*' increases required alignment of target type
  11. ./JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u]':
  12. ./JavaScriptCore/wtf/Vector.h:418: instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::allocateBuffer(size_t) [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u]'
  13. ./JavaScriptCore/wtf/Vector.h:883: instantiated from 'void WTF::Vector<T, inlineCapacity>::shrinkCapacity(size_t) [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u]'
  14. ./JavaScriptCore/wtf/Vector.h:570: instantiated from 'void WTF::Vector<T, inlineCapacity>::clear() [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u]'
  15. ./WebCore/platform/graphics/GlyphBuffer.h:80: instantiated from here
  16. ./JavaScriptCore/wtf/Vector.h:484: warning: cast from 'WTF::AlignedBufferChar*' to 'WebCore::FloatSize*' increases required alignment of target type
  17. ./JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = WTF::OwnPtr<WebCore::MessagePortChannel>, unsigned int inlineCapacity = 1u]':
  18. ./JavaScriptCore/wtf/Vector.h:434: instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::deallocateBuffer(T*) [with T = WTF::OwnPtr<WebCore::MessagePortChannel>, unsigned int inlineCapacity = 1u]'
  19. ./JavaScriptCore/wtf/Vector.h:410: instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::~VectorBuffer() [with T = WTF::OwnPtr<WebCore::MessagePortChannel>, unsigned int inlineCapacity = 1u]'
  20. ./JavaScriptCore/wtf/Vector.h:517: instantiated from 'WTF::Vector<T, inlineCapacity>::~Vector() [with T = WTF::OwnPtr<WebCore::MessagePortChannel>, unsigned int inlineCapacity = 1u]'
  21. ./JavaScriptCore/wtf/OwnPtrCommon.h:55: instantiated from 'void WTF::deleteOwnedPtr(T*) [with T = WTF::Vector<WTF::OwnPtr<WebCore::MessagePortChannel>, 1u>]'
  22. ./JavaScriptCore/wtf/PassOwnPtr.h:52: instantiated from 'WTF::PassOwnPtr<T>::~PassOwnPtr() [with T = WTF::Vector<WTF::OwnPtr<WebCore::MessagePortChannel>, 1u>]'
  23. ./WebCore/dom/MessagePortChannel.h:86: instantiated from here
  24. ./JavaScriptCore/wtf/Vector.h:484: warning: cast from 'WTF::AlignedBufferChar*' to 'WTF::OwnPtr<WebCore::MessagePortChannel>*' increases required alignment of target type
  25. ./JavaScriptCore/wtf/ListHashSet.h: In member function 'WTF::ListHashSetNode<ValueArg>* WTF::ListHashSetNodeAllocator<ValueArg>::pool() [with ValueArg = WebCore::KURL]':
  26. ./JavaScriptCore/wtf/ListHashSet.h:175: instantiated from 'WTF::ListHashSetNode<ValueArg>* WTF::ListHashSetNodeAllocator<ValueArg>::pastPool() [with ValueArg = WebCore::KURL]'
  27. ./JavaScriptCore/wtf/ListHashSet.h:146: instantiated from 'WTF::ListHashSetNode<ValueArg>* WTF::ListHashSetNodeAllocator<ValueArg>::allocate() [with ValueArg = WebCore::KURL]'
  28. ./JavaScriptCore/wtf/ListHashSet.h:206: instantiated from 'static void* WTF::ListHashSetNode<ValueArg>::operator new(size_t, WTF::ListHashSetNodeAllocator<ValueArg>*) [with ValueArg = WebCore::KURL]'
  29. ./JavaScriptCore/wtf/ListHashSet.h:354: instantiated from 'static void WTF::ListHashSetTranslator<ValueType, HashFunctions>::translate(WTF::ListHashSetNode<ValueArg>*&, const ValueType&, WTF::ListHashSetNodeAllocator<ValueArg>*) [with ValueType = WebCore::KURL, HashFunctions = WebCore::KURLHash]'
  30. ./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::KURL, Extra = WTF::ListHashSetNodeAllocator<WebCore::KURL>*, HashTranslator = WTF::ListHashSetTranslator<WebCore::KURL, WebCore::KURLHash>, Key = WTF::ListHashSetNode<WebCore::KURL>*, Value = WTF::ListHashSetNode<WebCore::KURL>*, Extractor = WTF::IdentityExtractor<WTF::ListHashSetNode<WebCore::KURL>*>, HashFunctions = WTF::ListHashSetNodeHashFunctions<WebCore::KURL, WebCore::KURLHash>, Traits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::KURL>*>, KeyTraits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::KURL>*>]'
  31. ./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::KURL, HashArg = WebCore::KURLHash]'
  32. ./WebCore/dom/Node.h:651: instantiated from here
  33. ./JavaScriptCore/wtf/ListHashSet.h:174: warning: cast from 'char*' to 'WTF::ListHashSetNode<WebCore::KURL>*' increases required alignment of target type
  34. ./JavaScriptCore/wtf/ListHashSet.h: In member function 'WTF::ListHashSetNode<ValueArg>* WTF::ListHashSetNodeAllocator<ValueArg>::pool() [with ValueArg = WebCore::Element*]':
  35. ./JavaScriptCore/wtf/ListHashSet.h:175: instantiated from 'WTF::ListHashSetNode<ValueArg>* WTF::ListHashSetNodeAllocator<ValueArg>::pastPool() [with ValueArg = WebCore::Element*]'
  36. ./JavaScriptCore/wtf/ListHashSet.h:146: instantiated from 'WTF::ListHashSetNode<ValueArg>* WTF::ListHashSetNodeAllocator<ValueArg>::allocate() [with ValueArg = WebCore::Element*]'
  37. ./JavaScriptCore/wtf/ListHashSet.h:206: instantiated from 'static void* WTF::ListHashSetNode<ValueArg>::operator new(size_t, WTF::ListHashSetNodeAllocator<ValueArg>*) [with ValueArg = WebCore::Element*]'
  38. ./JavaScriptCore/wtf/ListHashSet.h:354: instantiated from 'static void WTF::ListHashSetTranslator<ValueType, HashFunctions>::translate(WTF::ListHashSetNode<ValueArg>*&, const ValueType&, WTF::ListHashSetNodeAllocator<ValueArg>*) [with ValueType = WebCore::Element*, HashFunctions = WTF::PtrHash<WebCore::Element*>]'
  39. ./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*>*>]'
  40. ./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*>]'
  41. ./WebCore/dom/Document.h:440: instantiated from here
  42. ./JavaScriptCore/wtf/ListHashSet.h:174: warning: cast from 'char*' to 'WTF::ListHashSetNode<WebCore::Element*>*' increases required alignment of target type
  43. mv -f WebKit/gtk/WebCoreSupport/.deps/libwebkit_1_0_la-DragClientGtk.Tpo WebKit/gtk/WebCoreSupport/.deps/libwebkit_1_0_la-DragClientGtk.Plo
  44. /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -DBUILDING_CAIRO__=1 -DBUILDING_GTK__=1 -DWTF_CHANGES -DWTF_USE_ICU_UNICODE=1 -DNDEBUG -I./WebCore -I./WebCore/accessibility -I./WebCore/bindings/js -I./WebCore/bridge -I./WebCore/bridge/c -I./WebCore/bridge/jni/jsc -I./WebCore/bridge/jsc -I./WebCore/css -I./WebCore/dom -I./WebCore/dom/default -I./WebCore/editing -I./WebCore/history -I./WebCore/html -I./WebCore/html/canvas -I./WebCore/inspector -I./WebCore/loader -I./WebCore/loader/appcache -I./WebCore/loader/archive -I./WebCore/loader/icon -I./WebCore/mathml -I./WebCore/notifications -I./WebCore/page -I./WebCore/page/animation -I./WebCore/platform -I./WebCore/platform/animation -I./WebCore/platform/graphics -I./WebCore/platform/graphics/filters -I./WebCore/platform/graphics/transforms -I./WebCore/platform/image-decoders -I./WebCore/platform/image-decoders/bmp -I./WebCore/platform/image-decoders/gif -I./WebCore/platform/image-decoders/ico -I./WebCore/platform/image-decoders/jpeg -I./WebCore/platform/image-decoders/png -I./WebCore/platform/mock -I./WebCore/platform/network -I./WebCore/platform/sql -I./WebCore/platform/text -I./WebCore/plugins -I./WebCore/rendering -I./WebCore/rendering/style -I./WebCore/storage -I./WebCore/svg -I./WebCore/svg/animation -I./WebCore/svg/graphics -I./WebCore/svg/graphics/filters -I./WebCore/websockets -I./WebCore/wml -I./WebCore/workers -I./WebCore/xml -I./WebCore/bindings/js -DDATA_DIR=\"/usr/share\" -DENABLE_CHANNEL_MESSAGING=1 -DENABLE_DATAGRID=0 -DENABLE_PROGRESS_TAG=0 -DENABLE_JAVASCRIPT_DEBUGGER=1 -DENABLE_OFFLINE_WEB_APPLICATIONS=1 -DENABLE_DATABASE=1 -DENABLE_DATALIST=1 -DENABLE_EVENTSOURCE=1 -DENABLE_DOM_STORAGE=1 -DENABLE_ICONDATABASE=1 -DENABLE_VIDEO=1 -DENABLE_RUBY=1 -DENABLE_XPATH=1 -DENABLE_XSLT=1 -DENABLE_WORKERS=1 -DENABLE_SHARED_WORKERS=1 -DENABLE_FILTERS=1 -DENABLE_SVG=1 -DENABLE_SVG_USE=1 -DENABLE_SVG_FOREIGN_OBJECT=1 -DENABLE_SVG_FONTS=1 -DENABLE_SVG_AS_IMAGE=1 -DENABLE_SVG_ANIMATION=1 -DENABLE_WEB_SOCKETS=0 -DWTF_USE_SOUP=1 -I./WebCore/accessibility/gtk -I./WebCore/loader/gtk -I./WebCore/page/gtk -I./WebCore/platform/graphics/cairo -I./WebCore/platform/graphics/gstreamer -I./WebCore/platform/graphics/gtk -I./WebCore/platform/gtk -I./WebCore/platform/network/soup -DUSE_FREETYPE=1 -I./JavaScriptCore/ForwardingHeaders -I./JavaScriptCore/parser -I./JavaScriptCore/wtf -I./JavaScriptCore/wtf/gtk -I./JavaScriptCore/wtf/gobject -I./DerivedSources -I./JavaScriptCore -I./JavaScriptCore/API -I./JavaScriptCore/ForwardingHeaders -I./JavaScriptCore/interpreter -I./JavaScriptCore/bytecode -I./JavaScriptCore/bytecompiler -I./JavaScriptCore/debugger -I./JavaScriptCore/jit -I./JavaScriptCore/pcre -I./JavaScriptCore/profiler -I./JavaScriptCore/runtime -I./JavaScriptCore/jit -I./JavaScriptCore/assembler -I./JavaScriptCore/wtf/unicode -I./JavaScriptCore/yarr -I./JavaScriptCore/pcre -I./JavaScriptCore/parser -I./JavaScriptCore/runtime -DXP_UNIX -DBUILDING_WEBKIT -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DDATA_DIR=\"/usr/share\" -I./WebKit/gtk -I./WebKit/gtk/WebCoreSupport -I./WebKit/gtk/webkit -I./WebKit/gtk/webkit -DMAEMO_CHANGES -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wno-parentheses -fno-exceptions -fvisibility=hidden -fvisibility-inlines-hidden -fno-rtti -fno-strict-aliasing -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DMAEMO_CHANGES -pthread -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DMAEMO_CHANGES -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DMAEMO_CHANGES -DMAEMO_GTK -pthread -I/usr/include/hildon-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 -D_REENTRANT -I/usr/include -O2 -MT WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-EditorClientGtk.lo -MD -MP -MF WebKit/gtk/WebCoreSupport/.deps/libwebkit_1_0_la-EditorClientGtk.Tpo -c -o WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-EditorClientGtk.lo `test -f 'WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp' || echo './'`WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp
  45. g++ -DHAVE_CONFIG_H -I. -DBUILDING_CAIRO__=1 -DBUILDING_GTK__=1 -DWTF_CHANGES -DWTF_USE_ICU_UNICODE=1 -DNDEBUG -I./WebCore -I./WebCore/accessibility -I./WebCore/bindings/js -I./WebCore/bridge -I./WebCore/bridge/c -I./WebCore/bridge/jni/jsc -I./WebCore/bridge/jsc -I./WebCore/css -I./WebCore/dom -I./WebCore/dom/default -I./WebCore/editing -I./WebCore/history -I./WebCore/html -I./WebCore/html/canvas -I./WebCore/inspector -I./WebCore/loader -I./WebCore/loader/appcache -I./WebCore/loader/archive -I./WebCore/loader/icon -I./WebCore/mathml -I./WebCore/notifications -I./WebCore/page -I./WebCore/page/animation -I./WebCore/platform -I./WebCore/platform/animation -I./WebCore/platform/graphics -I./WebCore/platform/graphics/filters -I./WebCore/platform/graphics/transforms -I./WebCore/platform/image-decoders -I./WebCore/platform/image-decoders/bmp -I./WebCore/platform/image-decoders/gif -I./WebCore/platform/image-decoders/ico -I./WebCore/platform/image-decoders/jpeg -I./WebCore/platform/image-decoders/png -I./WebCore/platform/mock -I./WebCore/platform/network -I./WebCore/platform/sql -I./WebCore/platform/text -I./WebCore/plugins -I./WebCore/rendering -I./WebCore/rendering/style -I./WebCore/storage -I./WebCore/svg -I./WebCore/svg/animation -I./WebCore/svg/graphics -I./WebCore/svg/graphics/filters -I./WebCore/websockets -I./WebCore/wml -I./WebCore/workers -I./WebCore/xml -I./WebCore/bindings/js -DDATA_DIR=\"/usr/share\" -DENABLE_CHANNEL_MESSAGING=1 -DENABLE_DATAGRID=0 -DENABLE_PROGRESS_TAG=0 -DENABLE_JAVASCRIPT_DEBUGGER=1 -DENABLE_OFFLINE_WEB_APPLICATIONS=1 -DENABLE_DATABASE=1 -DENABLE_DATALIST=1 -DENABLE_EVENTSOURCE=1 -DENABLE_DOM_STORAGE=1 -DENABLE_ICONDATABASE=1 -DENABLE_VIDEO=1 -DENABLE_RUBY=1 -DENABLE_XPATH=1 -DENABLE_XSLT=1 -DENABLE_WORKERS=1 -DENABLE_SHARED_WORKERS=1 -DENABLE_FILTERS=1 -DENABLE_SVG=1 -DENABLE_SVG_USE=1 -DENABLE_SVG_FOREIGN_OBJECT=1 -DENABLE_SVG_FONTS=1 -DENABLE_SVG_AS_IMAGE=1 -DENABLE_SVG_ANIMATION=1 -DENABLE_WEB_SOCKETS=0 -DWTF_USE_SOUP=1 -I./WebCore/accessibility/gtk -I./WebCore/loader/gtk -I./WebCore/page/gtk -I./WebCore/platform/graphics/cairo -I./WebCore/platform/graphics/gstreamer -I./WebCore/platform/graphics/gtk -I./WebCore/platform/gtk -I./WebCore/platform/network/soup -DUSE_FREETYPE=1 -I./JavaScriptCore/ForwardingHeaders -I./JavaScriptCore/parser -I./JavaScriptCore/wtf -I./JavaScriptCore/wtf/gtk -I./JavaScriptCore/wtf/gobject -I./DerivedSources -I./JavaScriptCore -I./JavaScriptCore/API -I./JavaScriptCore/ForwardingHeaders -I./JavaScriptCore/interpreter -I./JavaScriptCore/bytecode -I./JavaScriptCore/bytecompiler -I./JavaScriptCore/debugger -I./JavaScriptCore/jit -I./JavaScriptCore/pcre -I./JavaScriptCore/profiler -I./JavaScriptCore/runtime -I./JavaScriptCore/jit -I./JavaScriptCore/assembler -I./JavaScriptCore/wtf/unicode -I./JavaScriptCore/yarr -I./JavaScriptCore/pcre -I./JavaScriptCore/parser -I./JavaScriptCore/runtime -DXP_UNIX -DBUILDING_WEBKIT -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DDATA_DIR=\"/usr/share\" -I./WebKit/gtk -I./WebKit/gtk/WebCoreSupport -I./WebKit/gtk/webkit -I./WebKit/gtk/webkit -DMAEMO_CHANGES -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wno-parentheses -fno-exceptions -fvisibility=hidden -fvisibility-inlines-hidden -fno-rtti -fno-strict-aliasing -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DMAEMO_CHANGES -pthread -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DMAEMO_CHANGES -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DMAEMO_CHANGES -DMAEMO_GTK -pthread -I/usr/include/hildon-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 -D_REENTRANT -I/usr/include -O2 -MT WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-EditorClientGtk.lo -MD -MP -MF WebKit/gtk/WebCoreSupport/.deps/libwebkit_1_0_la-EditorClientGtk.Tpo -c WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp -fPIC -DPIC -o WebKit/gtk/WebCoreSupport/.libs/libwebkit_1_0_la-EditorClientGtk.o
  46. WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp: In member function 'virtual void WebKit::EditorClient::setInputMethodState(bool)':
  47. WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp:110: error: 'hildon_gtk_im_context_show' was not declared in this scope
  48. WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp:112: error: 'hildon_gtk_im_context_hide' was not declared in this scope
  49. ./JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::Register, unsigned int inlineCapacity = 8u]':
  50. ./JavaScriptCore/wtf/Vector.h:397: instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::Register, unsigned int inlineCapacity = 8u]'
  51. ./JavaScriptCore/wtf/Vector.h:502: instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::Register, unsigned int inlineCapacity = 8u]'
  52. ./JavaScriptCore/runtime/ArgList.h:48: instantiated from here
  53. ./JavaScriptCore/wtf/Vector.h:484: warning: cast from 'WTF::AlignedBufferChar*' to 'JSC::Register*' increases required alignment of target type
  54. ./JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::Identifier, unsigned int inlineCapacity = 20u]':
  55. ./JavaScriptCore/wtf/Vector.h:397: instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::Identifier, unsigned int inlineCapacity = 20u]'
  56. ./JavaScriptCore/wtf/Vector.h:502: instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::Identifier, unsigned int inlineCapacity = 20u]'
  57. ./JavaScriptCore/runtime/PropertyNameArray.h:46: instantiated from here
  58. ./JavaScriptCore/wtf/Vector.h:484: warning: cast from 'WTF::AlignedBufferChar*' to 'JSC::Identifier*' increases required alignment of target type
  59. ./JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = WebCore::CSSParserValue, unsigned int inlineCapacity = 4u]':
  60. ./JavaScriptCore/wtf/Vector.h:397: instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = WebCore::CSSParserValue, unsigned int inlineCapacity = 4u]'
  61. ./JavaScriptCore/wtf/Vector.h:502: instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = WebCore::CSSParserValue, unsigned int inlineCapacity = 4u]'
  62. ./WebCore/css/CSSParserValues.h:67: instantiated from here
  63. ./JavaScriptCore/wtf/Vector.h:484: warning: cast from 'WTF::AlignedBufferChar*' to 'WebCore::CSSParserValue*' increases required alignment of target type
  64. ./JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = WebCore::AtomicString, unsigned int inlineCapacity = 8u]':
  65. ./JavaScriptCore/wtf/Vector.h:397: instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = WebCore::AtomicString, unsigned int inlineCapacity = 8u]'
  66. ./JavaScriptCore/wtf/Vector.h:502: instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = WebCore::AtomicString, unsigned int inlineCapacity = 8u]'
  67. ./WebCore/dom/SpaceSplitString.h:33: instantiated from here
  68. ./JavaScriptCore/wtf/Vector.h:484: warning: cast from 'WTF::AlignedBufferChar*' to 'WebCore::AtomicString*' increases required alignment of target type
  69. ./JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = WebCore::RegisteredEventListener, unsigned int inlineCapacity = 1u]':
  70. ./JavaScriptCore/wtf/Vector.h:402: instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer(size_t) [with T = WebCore::RegisteredEventListener, unsigned int inlineCapacity = 1u]'
  71. ./JavaScriptCore/wtf/Vector.h:658: instantiated from 'WTF::Vector<T, inlineCapacity>::Vector(const WTF::Vector<T, inlineCapacity>&) [with T = WebCore::RegisteredEventListener, unsigned int inlineCapacity = 1u]'
  72. ./WebCore/inspector/InspectorDOMAgent.h:64: instantiated from here
  73. ./JavaScriptCore/wtf/Vector.h:484: warning: cast from 'WTF::AlignedBufferChar*' to 'WebCore::RegisteredEventListener*' increases required alignment of target type
  74. ./JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = WTF::OwnPtr<WebCore::MessagePortChannel>, unsigned int inlineCapacity = 1u]':
  75. ./JavaScriptCore/wtf/Vector.h:434: instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::deallocateBuffer(T*) [with T = WTF::OwnPtr<WebCore::MessagePortChannel>, unsigned int inlineCapacity = 1u]'
  76. ./JavaScriptCore/wtf/Vector.h:410: instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::~VectorBuffer() [with T = WTF::OwnPtr<WebCore::MessagePortChannel>, unsigned int inlineCapacity = 1u]'
  77. ./JavaScriptCore/wtf/Vector.h:517: instantiated from 'WTF::Vector<T, inlineCapacity>::~Vector() [with T = WTF::OwnPtr<WebCore::MessagePortChannel>, unsigned int inlineCapacity = 1u]'
  78. ./JavaScriptCore/wtf/OwnPtrCommon.h:55: instantiated from 'void WTF::deleteOwnedPtr(T*) [with T = WTF::Vector<WTF::OwnPtr<WebCore::MessagePortChannel>, 1u>]'
  79. ./JavaScriptCore/wtf/PassOwnPtr.h:52: instantiated from 'WTF::PassOwnPtr<T>::~PassOwnPtr() [with T = WTF::Vector<WTF::OwnPtr<WebCore::MessagePortChannel>, 1u>]'
  80. ./WebCore/dom/MessagePortChannel.h:86: instantiated from here
  81. ./JavaScriptCore/wtf/Vector.h:484: warning: cast from 'WTF::AlignedBufferChar*' to 'WTF::OwnPtr<WebCore::MessagePortChannel>*' increases required alignment of target type
  82. ./JavaScriptCore/wtf/ListHashSet.h: In member function 'WTF::ListHashSetNode<ValueArg>* WTF::ListHashSetNodeAllocator<ValueArg>::pool() [with ValueArg = WebCore::KURL]':
  83. ./JavaScriptCore/wtf/ListHashSet.h:175: instantiated from 'WTF::ListHashSetNode<ValueArg>* WTF::ListHashSetNodeAllocator<ValueArg>::pastPool() [with ValueArg = WebCore::KURL]'
  84. ./JavaScriptCore/wtf/ListHashSet.h:146: instantiated from 'WTF::ListHashSetNode<ValueArg>* WTF::ListHashSetNodeAllocator<ValueArg>::allocate() [with ValueArg = WebCore::KURL]'
  85. ./JavaScriptCore/wtf/ListHashSet.h:206: instantiated from 'static void* WTF::ListHashSetNode<ValueArg>::operator new(size_t, WTF::ListHashSetNodeAllocator<ValueArg>*) [with ValueArg = WebCore::KURL]'
  86. ./JavaScriptCore/wtf/ListHashSet.h:354: instantiated from 'static void WTF::ListHashSetTranslator<ValueType, HashFunctions>::translate(WTF::ListHashSetNode<ValueArg>*&, const ValueType&, WTF::ListHashSetNodeAllocator<ValueArg>*) [with ValueType = WebCore::KURL, HashFunctions = WebCore::KURLHash]'
  87. ./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::KURL, Extra = WTF::ListHashSetNodeAllocator<WebCore::KURL>*, HashTranslator = WTF::ListHashSetTranslator<WebCore::KURL, WebCore::KURLHash>, Key = WTF::ListHashSetNode<WebCore::KURL>*, Value = WTF::ListHashSetNode<WebCore::KURL>*, Extractor = WTF::IdentityExtractor<WTF::ListHashSetNode<WebCore::KURL>*>, HashFunctions = WTF::ListHashSetNodeHashFunctions<WebCore::KURL, WebCore::KURLHash>, Traits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::KURL>*>, KeyTraits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::KURL>*>]'
  88. ./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::KURL, HashArg = WebCore::KURLHash]'
  89. ./WebCore/dom/Node.h:651: instantiated from here
  90. ./JavaScriptCore/wtf/ListHashSet.h:174: warning: cast from 'char*' to 'WTF::ListHashSetNode<WebCore::KURL>*' increases required alignment of target type
  91. ./JavaScriptCore/wtf/ListHashSet.h: In member function 'WTF::ListHashSetNode<ValueArg>* WTF::ListHashSetNodeAllocator<ValueArg>::pool() [with ValueArg = WebCore::Element*]':
  92. ./JavaScriptCore/wtf/ListHashSet.h:175: instantiated from 'WTF::ListHashSetNode<ValueArg>* WTF::ListHashSetNodeAllocator<ValueArg>::pastPool() [with ValueArg = WebCore::Element*]'
  93. ./JavaScriptCore/wtf/ListHashSet.h:146: instantiated from 'WTF::ListHashSetNode<ValueArg>* WTF::ListHashSetNodeAllocator<ValueArg>::allocate() [with ValueArg = WebCore::Element*]'
  94. ./JavaScriptCore/wtf/ListHashSet.h:206: instantiated from 'static void* WTF::ListHashSetNode<ValueArg>::operator new(size_t, WTF::ListHashSetNodeAllocator<ValueArg>*) [with ValueArg = WebCore::Element*]'
  95. ./JavaScriptCore/wtf/ListHashSet.h:354: instantiated from 'static void WTF::ListHashSetTranslator<ValueType, HashFunctions>::translate(WTF::ListHashSetNode<ValueArg>*&, const ValueType&, WTF::ListHashSetNodeAllocator<ValueArg>*) [with ValueType = WebCore::Element*, HashFunctions = WTF::PtrHash<WebCore::Element*>]'
  96. ./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*>*>]'
  97. ./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*>]'
  98. ./WebCore/dom/Document.h:440: instantiated from here
  99. ./JavaScriptCore/wtf/ListHashSet.h:174: warning: cast from 'char*' to 'WTF::ListHashSetNode<WebCore::Element*>*' increases required alignment of target type
  100. make[1]: *** [WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-EditorClientGtk.lo] Error 1
  101. make[1]: Leaving directory `/home/mg/armel-non-linaro/webkit/test/WebKit-r56124'
  102. make: *** [all] Error 2
  103. [sbox-FREMANTLE_ARMEL: ~/armel-non-linaro/webkit/test/WebKit-r56124] >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement