Bug 13609 - Gdk Build fix
Summary: Gdk Build fix
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: PC Linux
: P2 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-07 07:02 PDT by Atul Mehrotra
Modified: 2007-05-07 23:11 PDT (History)
0 users

See Also:


Attachments
Gdk Build fix (928 bytes, patch)
2007-05-07 07:03 PDT, Atul Mehrotra
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Atul Mehrotra 2007-05-07 07:02:34 PDT
Gdk Build error due to changes in r21270

g++ -c -o obj-gnu/webcore_gdk_TemporaryLinkStubs.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/local/include/cairo -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include/cairo    -fPIC -DPIC -fno-rtti -fno-exceptions  -g -MTobj-gnu/webcore_gdk_TemporaryLinkStubs.o -MF`echo obj-gnu/webcore_gdk_TemporaryLinkStubs.o | sed -e 's,\.o$,.d,'` -MD ../../platform/gdk/TemporaryLinkStubs.cpp
../../platform/gdk/TemporaryLinkStubs.cpp:103: error: `const char* WebCore::currentTextBreakLocaleID()' should have been declared inside `WebCore'
make: *** [obj-gnu/webcore_gdk_TemporaryLinkStubs.o] Error 1
Comment 1 Atul Mehrotra 2007-05-07 07:03:40 PDT
Created attachment 14392 [details]
Gdk Build fix
Comment 2 Alexey Proskuryakov 2007-05-07 11:41:07 PDT
Atul, did you mean to flag this patch for review? You can do that by clicking an "Edit" link in the attachments table.
Comment 3 Oliver Hunt 2007-05-07 23:04:15 PDT
Comment on attachment 14392 [details]
Gdk Build fix

Landed in r21295