[Webkit-unassigned] [Bug 13082] New: Gdk build fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 15 08:45:49 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13082

           Summary: Gdk build fix
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shrikant.gangoda at celunite.com


g++ -c -o obj-gnu/webcore_gdk_EditorClientGdk.o -I../../../JavaScriptCore
-I../.. -I../../bindings/js -I../../bridge -I../../css
-I../../DerivedSources/WebCore -I../../dom -I../../editing
-I../../ForwardingHeaders/kjs -I../../history -I../../html -I../../include
-I../../loader -I../../loader/gdk -I../../loader/icon -I../../page
-I../../platform -I../../platform/graphics -I../../platform/graphics/gdk
-I../../platform/image-decoders -I../../platform/image-decoders/bmp
-I../../platform/image-decoders/gif -I../../platform/image-decoders/ico
-I../../platform/image-decoders/jpeg -I../../platform/image-decoders/png
-I../../platform/image-decoders/xbm -I../../platform/image-decoders/zlib
-I../../platform/network -I../../platform/network/gdk -I../../rendering
-I../../xml -DENABLE_XSLT=1 -DLINUX -DUSE_CONSERVATIVE_GC=0 -DHAVE_FUNC_ISNAN
-D_THREAD_SAFE -pthread -g -I../../platform/gdk -I../../platform/network/gdk
-DBUILDING_GDK__ -DBUILDING_CAIRO__ -Iplatform/gdk -Iplatform/graphics/cairo
-DENABLE_XPATH -I/usr/include/libxml2 -I/usr/include/libxml2 -g -Wall -O2
-fno-strict-aliasing  -I/usr/include/freetype2    -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/cairo    -fPIC -DPIC -fno-rtti -fno-exceptions  
-MTobj-gnu/webcore_gdk_EditorClientGdk.o -MF`echo
obj-gnu/webcore_gdk_EditorClientGdk.o | sed -e 's,\.o$,.d,'` -MD
../../platform/gdk/EditorClientGdk.cpp
../../platform/gdk/EditorClientGdk.cpp: In member function ‘virtual void
WebCore::EditorClientGdk::handleKeypress(WebCore::KeyboardEvent*)’:
../../platform/gdk/EditorClientGdk.cpp:246: error: no matching function for
call to ‘WebCore::Editor::insertText(WebCore::String, bool,
WebCore::KeyboardEvent*&)’
../../editing/Editor.h:144: note: candidates are: bool
WebCore::Editor::insertText(const WebCore::String&, WebCore::Event*)
make: *** [obj-gnu/webcore_gdk_EditorClientGdk.o] Error 1

g++ -c -o obj-gnu/webcore_gdk_ImageGdk.o -I../../../JavaScriptCore -I../..
-I../../bindings/js -I../../bridge -I../../css -I../../DerivedSources/WebCore
-I../../dom -I../../editing -I../../ForwardingHeaders/kjs -I../../history
-I../../html -I../../include -I../../loader -I../../loader/gdk
-I../../loader/icon -I../../page -I../../platform -I../../platform/graphics
-I../../platform/graphics/gdk -I../../platform/image-decoders
-I../../platform/image-decoders/bmp -I../../platform/image-decoders/gif
-I../../platform/image-decoders/ico -I../../platform/image-decoders/jpeg
-I../../platform/image-decoders/png -I../../platform/image-decoders/xbm
-I../../platform/image-decoders/zlib -I../../platform/network
-I../../platform/network/gdk -I../../rendering -I../../xml -DENABLE_XSLT=1
-DLINUX -DUSE_CONSERVATIVE_GC=0 -DHAVE_FUNC_ISNAN -D_THREAD_SAFE -pthread -g
-I../../platform/gdk -I../../platform/network/gdk -DBUILDING_GDK__
-DBUILDING_CAIRO__ -Iplatform/gdk -Iplatform/graphics/cairo -DENABLE_XPATH
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -Wall -O2 -fno-strict-aliasing
 -I/usr/include/freetype2    -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/cairo   
-fPIC -DPIC -fno-rtti -fno-exceptions   -MTobj-gnu/webcore_gdk_ImageGdk.o
-MF`echo obj-gnu/webcore_gdk_ImageGdk.o | sed -e 's,\.o$,.d,'` -MD
../../platform/graphics/gdk/ImageGdk.cpp
../../platform/graphics/gdk/ImageGdk.cpp: In static member function ‘static
WebCore::Image* WebCore::Image::loadPlatformResource(const char*)’:
../../platform/graphics/gdk/ImageGdk.cpp:50: error: ‘class
WebCore::BitmapImage’ has no member named ‘setNativeData’
make: *** [obj-gnu/webcore_gdk_ImageGdk.o] Error 1

g++ -c -o obj-gnu/webcore_gdk_ImageSourceCairo.o -I../../../JavaScriptCore
-I../.. -I../../bindings/js -I../../bridge -I../../css
-I../../DerivedSources/WebCore -I../../dom -I../../editing
-I../../ForwardingHeaders/kjs -I../../history -I../../html -I../../include
-I../../loader -I../../loader/gdk -I../../loader/icon -I../../page
-I../../platform -I../../platform/graphics -I../../platform/graphics/gdk
-I../../platform/image-decoders -I../../platform/image-decoders/bmp
-I../../platform/image-decoders/gif -I../../platform/image-decoders/ico
-I../../platform/image-decoders/jpeg -I../../platform/image-decoders/png
-I../../platform/image-decoders/xbm -I../../platform/image-decoders/zlib
-I../../platform/network -I../../platform/network/gdk -I../../rendering
-I../../xml -DENABLE_XSLT=1 -DLINUX -DUSE_CONSERVATIVE_GC=0 -DHAVE_FUNC_ISNAN
-D_THREAD_SAFE -pthread -g -I../../platform/gdk -I../../platform/network/gdk
-DBUILDING_GDK__ -DBUILDING_CAIRO__ -Iplatform/gdk -Iplatform/graphics/cairo
-DENABLE_XPATH -I/usr/include/libxml2 -I/usr/include/libxml2 -g -Wall -O2
-fno-strict-aliasing  -I/usr/include/freetype2    -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/cairo    -fPIC -DPIC -fno-rtti -fno-exceptions  
-MTobj-gnu/webcore_gdk_ImageSourceCairo.o -MF`echo
obj-gnu/webcore_gdk_ImageSourceCairo.o | sed -e 's,\.o$,.d,'` -MD
../../platform/graphics/cairo/ImageSourceCairo.cpp
../../platform/graphics/cairo/ImageSourceCairo.cpp:107: error: prototype for
‘void WebCore::ImageSource::setData(const WTF::Vector<char, 0u>*, bool)’ does
not match any in class ‘WebCore::ImageSource’
../../platform/graphics/ImageSource.h:73: error: candidate is: void
WebCore::ImageSource::setData(WebCore::SharedBuffer*, bool)
make: *** [obj-gnu/webcore_gdk_ImageSourceCairo.o] Error 1


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list