[mythtv-commits] Ticket #7705: OSX 10.6 Compilation Fixes

MythTV mythtv at cvs.mythtv.org
Sat Dec 26 23:19:18 UTC 2009


#7705: OSX 10.6 Compilation Fixes
---------------------------------+------------------------------------------
 Reporter:  mythtv@…             |       Owner:  nigel   
     Type:  patch                |      Status:  assigned
 Priority:  minor                |   Milestone:  unknown 
Component:  Ports - OSX          |     Version:  unknown 
 Severity:  medium               |     Mlocked:  0       
---------------------------------+------------------------------------------

Comment(by mythtv@…):

 Replying to [comment:1 nigel]:
 > I have had limited success with Qt 4.6 (either beta1 or the final).
 There seems to be some errors with the installed headers?

 That problem should be overcome by the modification to
 "{{{mythtv/configure}}}" (contained within
 "{{{OSX_10.6_mythtv_22953.patch}}}"?

 I believe that the problem is caused by an incorrect use of include paths.
 The QtWebKit headers should not be included by specifying the top level Qt
 include directory and using "{{{#include <QtWebKit/QtWebkit>}}}", but
 instead each Qt modules' include directory should be passed to the
 compiler as separate include paths and "{{{#include <QtWebKit>}}}" should
 be used instead.

 Fixing the QtWebKit compilation test in "{{{mythtv/configure}}}" allows me
 to compile everything using Qt 4.6 final (using the attached patches).

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


More information about the mythtv-commits mailing list