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

MythTV mythtv at cvs.mythtv.org
Sat Dec 26 10:18:47 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       
---------------------------------+------------------------------------------
Changes (by nigel):

  * status:  new => assigned


Comment:

 I have had limited success with Qt 4.6 (either beta1 or the final). There
 seems to be some errors with the installed headers? ''e.g.'' this compile
 test from mythtv configure:
 {{{
 #include <QtWebKit/QtWebKit>
 #if QT_VERSION < 0x040400
 die
 #endif
 ...
 //Volumes/Backups/MythTV/.osx-
 packager/build/include/QtWebKit/QtWebKit:4:39: error:
 QtXmlPatterns/QtXmlPatterns: No such file or directory
 In file included from //Volumes/Backups/MythTV/.osx-
 packager/build/include/QtWebKit/QtWebKit:7,
                  from z.cpp:1:
 //Volumes/Backups/MythTV/.osx-
 packager/build/include/QtWebKit/qwebelement.h:23:19: error: QString: No
 such file or directory
 //Volumes/Backups/MythTV/.osx-
 packager/build/include/QtWebKit/qwebelement.h:24:23: error: QStringList:
 No such file or directory
 //Volumes/Backups/MythTV/.osx-
 packager/build/include/QtWebKit/qwebelement.h:25:17: error: QRect: No such
 file or directory
 //Volumes/Backups/MythTV/.osx-
 packager/build/include/QtWebKit/qwebelement.h:26:20: error: QVariant: No
 such file or directory
 //Volumes/Backups/MythTV/.osx-
 packager/build/include/QtWebKit/qwebelement.h:27:40: error:
 QExplicitlySharedDataPointer: No such file or directory
 In file included from //Volumes/Backups/MythTV/.osx-
 packager/build/include/QtWebKit/QtWebKit:13,
                  from z.cpp:1:
 //Volumes/Backups/MythTV/.osx-
 packager/build/include/QtWebKit/qwebkitversion.h:20:21: error: qstring.h:
 No such file or directory
 }}}
 I can add a copy rule to install these, but it doesn't bode well for the
 reliability of 4.6.0 ?

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


More information about the mythtv-commits mailing list