On 26.05.2015 08:55, John Frankish wrote:
>>>>> Ref Beyond LinuxR From Scratch - Version 2015-05-24 Chapter 25. X 
>>>>> Libraries
>>>>> Qt-4.8.6
>>>>>
>>>>> I'm unable to compile  QtWebKit because gst-plugins-base-0.10.36 is 
>>>>> not detected by the configure script.
>>>>>
>>> ...
>>> Iconv support .......... yes
>>> Glib support ........... yes
>>> GStreamer support ...... no
>>
>> This is totaly unrelated to webkit. It's related to the phonon module, which 
>> is explicitly disabled in favor of KDE4 Phonon.
>>
>>> ..and this time things worked fine. I've still no idea why the configure 
>>> script doesn't auto detect gstreamer-0.10
>>> as pkg-config detects it without problems.
>>>
>>
>> Not needed. QtWebKit's *.pro files will detect GStreamer-0.10 just fine when 
>> qmake has been ran.
>> configure detection has nothing to do with it, as noted above.
>>
> That would explain why the configure script would mark gstreamer as "no", but 
> not why QtWebKit does not compile for me without the configure script being 
> hacked.
> 

As I said, configure does not detect GStreamer used by WebKit. qmake is ran 
during the "make"
process, which does the detection.

> Anyway, it's working now :)
> 
> BTW, at least one app, gambas3, requires qt3 support in qt4, which is 
> explicitly disabled by the BLFS configure switches.
> 
> John
> 

Not here:

$ ls /usr/lib/libQt3Support.* -l
-rw-r--r-- 1 root root     669 Maj  2 10:50 /usr/lib/libQt3Support.prl
lrwxrwxrwx 1 root root      22 Maj  2 10:50 /usr/lib/libQt3Support.so -> 
libQt3Support.so.4.8.6
lrwxrwxrwx 1 root root      22 Maj  2 10:50 /usr/lib/libQt3Support.so.4 -> 
libQt3Support.so.4.8.6
lrwxrwxrwx 1 root root      22 Maj  2 10:50 /usr/lib/libQt3Support.so.4.8 -> 
libQt3Support.so.4.8.6
-rwxr-xr-x 1 root root 3227424 Maj  2 10:50 /usr/lib/libQt3Support.so.4.8.6

What switch are you talking about?

-- 
Note: My last name is not Krejzi.

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to