[Webkit-unassigned] [Bug 88578] New: Build Failure in version 1.9.3
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 7 14:35:49 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88578
Summary: Build Failure in version 1.9.3
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Critical
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: David.Ronis at McGill.CA
I'm trying to build webkit as part of gnome 3.5.2 (in particular with gstreamer-1.0 installed). The build dies with:
CXX Source/WebCore/platform/graphics/gstreamer/libWebCoreGtk_la-ImageGStreamerCairo.lo
Source/WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp: In static member function 'static WTF::PassRefPtr<WebCore::ImageGStreamer> WebCore::ImageGStreamer::createImage(GstBuffer*)':
Source/WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp:33:47: error: 'gst_buffer_get_caps' was not declared in this scope
Source/WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp:35:68: error: 'gst_video_format_parse_caps' was not declared in this scope
Source/WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp: In constructor 'WebCore::ImageGStreamer::ImageGStreamer(GstBuffer*&, WebCore::IntSize, cairo_format_t&)':
Source/WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp:54:90: error: 'GST_BUFFER_DATA' was not declared in this scope
Configure was run with:
$ ./configure --prefix=/opt/garnome-3.5.2 --exec_prefix=/opt/garnome-3.5.2 --bindir=/opt/garnome-3.5.2/bin --sbindir=/opt/garnome-3.5.2/sbin --libexecdir=/opt/garnome-3.5.2/libexec --datadir=/opt/garnome-3.5.2/share --sysconfdir=/opt/garnome-3.5.2/etc --sharedstatedir=/opt/garnome-3.5.2/share --localstatedir=/opt/garnome-3.5.2/var --libdir=/opt/garnome-3.5.2/lib --infodir=/opt/garnome-3.5.2/info --includedir=/opt/garnome-3.5.2/include --mandir=/opt/garnome-3.5.2/man --enable-explicit-deps=yes --with-xinput=yes --disable-gtk-doc --enable-introspection --with-gstreamer=1.0 --disable-static --disable-maintainer-mode --with-html-dir=/opt/garnome-3.5.2/share/gtk-doc/html --enable-gtk-doc-html=no --enable-gtk-doc-ps=no --enable-gtk-doc=no --disable-debug --enable-tests --with-gtk=3.0 PKG_CONFIG_PATH=/opt/garnome-3.5.2/lib/pkg-config:/opt/garnome-3.5.2/lib/pkgconfig:/opt/garnome-3.5.2/share/pkgconfig:/usr/local/samba/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig:/us
r/lib/pkgconfig:/usr/local/samba/lib/pkgconfig CC=/usr/bin/gcc CFLAGS=-I/opt/garnome-3.5.2/include -L/opt/garnome-3.5.2/lib -O2 -pipe LDFLAGS=-Wl,--export-dynamic -L/opt/garnome-3.5.2/lib CPPFLAGS=-I/opt/garnome-3.5.2/include CXX=/usr/bin/g++ CXXFLAGS=-I/opt/garnome-3.5.2/include -L/opt/garnome-3.5.2/lib -O2 -pipe --no-create --no-recursion
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list