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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 15 23:55:27 PDT 2007


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


shrikant.gangoda at celunite.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13649|review?                     |
               Flag|                            |
  Attachment #13649|0                           |1
        is obsolete|                            |




------- Comment #2 from shrikant.gangoda at celunite.com  2007-03-15 23:55 PDT -------
Created an attachment (id=13657)
 --> (http://bugs.webkit.org/attachment.cgi?id=13657&action=view)
gdklauncher build fix

patch to resolve below compilation error in gdklauncher.

g++ -c -o gdklauncher_main.o -DAPPLE_CHANGES=1 -DUSE_CONSERVATIVE_GC=0
-DENABLE_XSLT=1 -DHAVE_FUNC_ISNAN -I../../JavaScriptCore -I../../WebCore
-I../../WebCore/DerivedSources/WebCore -I../../WebCore/bindings/js
-I../../WebCore/bridge -I../../WebCore/css -I../../WebCore/dom
-I../../WebCore/editing -I../../WebCore/history -I../../WebCore/html
-I../../WebCore/include -I../../WebCore/loader -I../../WebCore/loader/gdk
-I../../WebCore/page -I../../WebCore/page/gdk -I../../WebCore/platform
-I../../WebCore/platform/gdk -I../../WebCore/platform/graphics/cairo
-I../../WebCore/platform/graphics -I../../WebCore/platform/image-decoders/gif
-I../../WebCore/platform/image-decoders/jpeg
-I../../WebCore/platform/image-decoders/png
-I../../WebCore/platform/image-decoders/zlib
-I../../WebCore/platform/image-decoders -I../../WebCore/platform/network
-I../../WebCore/platform/network/gdk -I../../WebCore/rendering
-I../../WebCore/xml -D_THREAD_SAFE -pthread -DBUILDING_GDK__ -DBUILDING_CAIRO__
-g -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/freetype2     -fPIC -DPIC
-fno-rtti -fno-exceptions   -MTgdklauncher_main.o -MF`echo gdklauncher_main.o |
sed -e 's,\.o$,.d,'` -MD main.cpp
main.cpp: In function ‘int main(int, char**)’:
main.cpp:196: error: cannot allocate an object of abstract type
‘WebCore::FrameLoaderClientGdk’
../../WebCore/loader/gdk/FrameLoaderClientGdk.h:40: note:   because the
following virtual functions are pure within ‘WebCore::FrameLoaderClientGdk’:
../../WebCore/loader/FrameLoaderClient.h:153: note:     virtual
WebCore::ResourceError WebCore::FrameLoaderClient::blockedError(const
WebCore::ResourceRequest&)


-- 
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