[Webkit-unassigned] [Bug 22205] webkit-gtk won't compile on gentoo with bison 2.4 !
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 5 05:47:55 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=22205
------- Comment #14 from gsherwood at sourcemage.org 2008-12-05 05:47 PDT -------
This patch fails during the build for me although at a different place. It
looks similar to the one I created from the discussions on the bison mailing
list. I could never get it to work correct. Here is the failure for me:
./doltlibtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-DWTF_USE_ICU_UNICODE=1 -DBUILDING_CAIRO__=1 -DBUILDING_GTK__=1 -DWTF_CHANGES
-DXP_UNIX -DNDEBUG -I./WebCore -I./WebCore/bindings/js -I./WebCore/bridge
-I./WebCore/bridge/c -I./WebCore/css -I./WebCore/dom -I./WebCore/editing
-I./WebCore/history -I./WebCore/html -I./WebCore/inspector -I./WebCore/loader
-I./WebCore/loader/appcache -I./WebCore/loader/archive -I./WebCore/loader/icon
-I./WebCore/page -I./WebCore/page/animation -I./WebCore/platform
-I./WebCore/platform/graphics -I./WebCore/platform/graphics/filters
-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/image-decoders/xbm
-I./WebCore/platform/network -I./WebCore/platform/text -I./WebCore/plugins
-I./WebCore/rendering -I./WebCore/rendering/style -I./WebCore/xml
-I./WebCore/bindings/js -DWTF_USE_CURL=1 -I./WebCore/platform/network/curl
-DENABLE_OFFLINE_WEB_APPLICATIONS=1 -DENABLE_DASHBOARD_SUPPORT=1
-DENABLE_DATABASE=1 -I./WebCore/platform/sql -I./WebCore/storage
-DENABLE_DOM_STORAGE=1 -I./WebCore/storage -DENABLE_ICONDATABASE=1
-DENABLE_XPATH=1 -DENABLE_XSLT=1 -DENABLE_WORKERS=1 -DENABLE_GEOLOCATION=1
-DENABLE_SVG=1 -I\./WebCore/svg -I\./WebCore/svg/animation
-I\./WebCore/svg/graphics -I\./WebCore/svg/graphics/filters -DENABLE_SVG_USE=1
-DENABLE_SVG_FOREIGN_OBJECT=1 -DENABLE_SVG_FONTS=1 -DENABLE_SVG_AS_IMAGE=1
-DENABLE_SVG_ANIMATION=1 -DDATA_DIR=\"/usr/share\" -I./JavaScriptCore
-I./JavaScriptCore/ForwardingHeaders -I./JavaScriptCore/parser
-I./JavaScriptCore/wtf -I./DerivedSources -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/wrec
-I./JavaScriptCore/jit -I./JavaScriptCore/assembler
-I./JavaScriptCore/wtf/unicode -I./JavaScriptCore/pcre
-I./JavaScriptCore/parser -I./JavaScriptCore/runtime -I./WebCore/loader/gtk
-I./WebCore/page/gtk -I./WebCore/platform/graphics/cairo
-I./WebCore/platform/graphics/gtk -I./WebCore/platform/gtk -DUSE_FREETYPE=1
-I./WebCore/svg/graphics/cairo -fvisibility-inlines-hidden -fno-rtti
-fno-strict-aliasing -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 -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include
-I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -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
-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1
-I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -march=pentium4
-pipe -O2 -MT DerivedSources/libWebCore_la-CSSGrammar.lo -MD -MP -MF
DerivedSources/.deps/libWebCore_la-CSSGrammar.Tpo -c -o
DerivedSources/libWebCore_la-CSSGrammar.lo `test -f
'DerivedSources/CSSGrammar.cpp' || echo './'`DerivedSources/CSSGrammar.cpp
make[1]: Leaving directory `/usr/src/WebKit-r39007'
WebCore/css/CSSGrammar.y: In function 'int cssyyparse(void*)':
WebCore/css/CSSGrammar.y:1360: error: expected `;' before '}' token
WebCore/css/CSSGrammar.y:1361: error: expected `;' before '}' token
WebCore/css/CSSGrammar.y:1363: error: expected `;' before '}' token
make[1]: *** [DerivedSources/libWebCore_la-CSSGrammar.lo] Error 1
make: *** [all] Error 2
--
Configure bugmail: https://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