[prev in list] [next in list] [prev in thread] [next in thread] 

List:       debian-hurd
Subject:    Re: Bug#760727: qtwebkit: FTBFS on kfreebsd-*: libQtWebKit.so: undefined reference to `void WTF::fre
From:       Steven Chamberlain <steven () pyro ! eu ! org>
Date:       2014-09-09 18:07:12
Message-ID: 540F41D0.5070907 () pyro ! eu ! org
[Download RAW message or body]

[Attachment #2 (multipart/mixed)]


Hi!

On 09/09/14 18:30, Lisandro Damián Nicanor Pérez Meyer wrote:
> On Monday 08 September 2014 12:16:21 Steven Chamberlain wrote:
> [snip]
>> I'm trying another test build now with this change applied:
>> http://trac.webkit.org/changeset/160716
> 
> I Steven! How did the build go?

That didn't work.

Actually, GOwnPtr.o didn't contain anything, no function to export -
this is obviously due to the #ifdef ENABLE_GLIB_SUPPORT - I'm now trying
with the attached patch instead.  (Which is almost what I thought the
problem was in the first place, I was just looking in the wrong
.pro/.pri file).

Regards,
-- 
Steven Chamberlain
steven@pyro.eu.org

["nonlinux_gstreamer.diff" (text/x-patch)]

From: Steven Chamberlain <steven@pyro.eu.org>
Subject: properly support GStreamer on non-Linux platforms

GStreamer is enabled when building on GNU/kFreeBSD and Hurd, but support
for it was not enabled in the WTF component

Bug-Debian: http://bugs.debian.org/760727

--- a/Source/WTF/WTF.pri
+++ b/Source/WTF/WTF.pri
@@ -24,7 +24,7 @@
     }
 }
 
-linux-*:contains(DEFINES, WTF_USE_GSTREAMER=1) {
+linux-*|glibc-*|hurd-*:contains(DEFINES, WTF_USE_GSTREAMER=1) {
     DEFINES += ENABLE_GLIB_SUPPORT=1
     PKGCONFIG += glib-2.0 gio-2.0
 }

["signature.asc" (application/pgp-signature)]
-- 
To UNSUBSCRIBE, email to debian-hurd-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: https://lists.debian.org/540F41D0.5070907@pyro.eu.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic