Opened 16 years ago

Closed 15 years ago

#5663 closed defect (fixed)

Warning! QtWebkit headers not found

Reported by: dhighley@… Owned by: Janne Grunau
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords: QtWebkit
Cc: Ticket locked: no

Description

Had to modify configure to build on Fedora 8 system. Changed line 2678: From: check_header QtWebKit?/QWebView -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtWebKit

To: check_header QtWebKit?/qwebview.h -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/QtWebKit

Trunk version 18240M.

Attachments (1)

mythtv-5663-configure_use_pkg-config_for_qtwebkit_test.patch (799 bytes) - added by sphery <mtdean@…> 16 years ago.

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by sphery <mtdean@…>

comment:1 Changed 16 years ago by sphery <mtdean@…>

I attached a patch that I've been using that changes the QtWebKit? check to use pkg-config. Janne is looking at the patch and will probably use some approach that includes a pkg-config test for QtWebKit? in the final version of the check that goes into configure.

If your Qt is installed in a non-standard location and your pkg-config doesn't know about it, you can simply invoke the patched configure with:

PKG_CONFIG_PATH=/path/to/qt/lib/pkgconfig:$PKG_CONFIG_PATH ./configure

comment:2 Changed 15 years ago by paulh

Owner: changed from Isaac Richards to Janne Grunau
Status: newassigned

comment:3 Changed 15 years ago by dhighley@…

I'm running head version 19027M and I'm not having this issue anymore. I have not done a total tree removal in quite a while, but I have done distclean and ran configure again.

comment:4 Changed 15 years ago by Janne Grunau

Resolution: fixed
Status: assignedclosed

(In [19145]) use pkg-config for QtWebKit? detection. Fixes #5663

based on patch by: Micheal T. Dean < mtdean thirdcontact com >

Note: See TracTickets for help on using tickets.