VERIFIED FIXED 13609
Gdk Build fix
https://bugs.webkit.org/show_bug.cgi?id=13609
Summary Gdk Build fix
Atul Mehrotra
Reported 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
Attachments
Gdk Build fix (928 bytes, patch)
2007-05-07 07:03 PDT, Atul Mehrotra
oliver: review+
Atul Mehrotra
Comment 1 2007-05-07 07:03:40 PDT
Created attachment 14392 [details] Gdk Build fix
Alexey Proskuryakov
Comment 2 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.
Oliver Hunt
Comment 3 2007-05-07 23:04:15 PDT
Comment on attachment 14392 [details] Gdk Build fix Landed in r21295
Note You need to log in before you can comment on or make changes to this bug.