[mythtv-commits] Ticket #5624: QT-Webkit 4.4.1 not detected by mythbrowser

MythTV mythtv at cvs.mythtv.org
Fri Aug 15 19:34:28 UTC 2008


#5624: QT-Webkit 4.4.1 not detected by mythbrowser
------------------------------------+---------------------------------------
 Reporter:  eric.bosch at comcast.net  |        Owner:  janne  
     Type:  defect                  |       Status:  started
 Priority:  minor                   |    Milestone:  unknown
Component:  mythbrowser             |      Version:  head   
 Severity:  medium                  |   Resolution:         
  Mlocked:  0                       |  
------------------------------------+---------------------------------------

Comment(by paulh):

 Still fails with your patch
 {{{
 check_header QtWebKit/QWebView -I/usr/include/qt4
 check_cpp -I/usr/include/qt4
 BEGIN /tmp/ffmpeg-conf-16721-21379-2844.cpp
     1   #include <QtWebKit/QWebView>
     2   int x;
 END /tmp/ffmpeg-conf-16721-21379-2844.cpp
 ccache g++ -pthread -g -Wall -Wno-switch -Wdisabled-optimization
 -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -funit-at-a-time -g
 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor
 -funit-at-a-time -D__STDC_CONSTANT_MACROS -I/usr/include/qt4 -E -o /tmp
 /ffmpeg-conf-19759-21379-2603.o /tmp/ffmpeg-conf-16721-21379-2844.cpp
 cc1plus: warning: command line option "-Wno-pointer-sign" is valid for
 C/ObjC but not for C++
 In file included from /usr/include/qt4/QtWebKit/qwebview.h:24,
                  from /usr/include/qt4/QtWebKit/QWebView:1,
                  from /tmp/ffmpeg-conf-16721-21379-2844.cpp:1:
 /usr/include/qt4/QtWebKit/qwebkitglobal.h:23:21: error: qglobal.h: No such
 file or directory
 In file included from /usr/include/qt4/QtWebKit/qwebpage.h:24,
                  from /usr/include/qt4/QtWebKit/qwebview.h:25,
                  from /usr/include/qt4/QtWebKit/QWebView:1,
                  from /tmp/ffmpeg-conf-16721-21379-2844.cpp:1:
 /usr/include/qt4/QtWebKit/qwebsettings.h:23:27: error: qwebkitglobal.h: No
 such file or directory
 }}}

 This does work though
 {{{
 check_header QtWebKit/QWebView -I/usr/include/qt4
 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtWebKit
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5624#comment:6>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list