[mythtv-commits] Ticket #9974: Windows compilation fixes after 47d67e6722092471069c52d1b0a37509477b5d85 and 6e37202bb8ffcbc35e62887a4cb9887afa5ab7e5

MythTV noreply at mythtv.org
Tue Aug 9 16:55:14 UTC 2011


#9974: Windows compilation fixes after 47d67e6722092471069c52d1b0a37509477b5d85
and 6e37202bb8ffcbc35e62887a4cb9887afa5ab7e5
------------------------------------------------+------------------------
     Reporter:  Jonathan <jonathan@…>           |      Owner:  nigel
         Type:  Bug Report - General            |     Status:  new
     Priority:  minor                           |  Milestone:  unknown
    Component:  Ports - Windows                 |    Version:  Trunk Head
     Severity:  medium                          |   Keywords:
Ticket locked:  0                               |
------------------------------------------------+------------------------
 It seems that the following commits brake compilation on windows:

 47d67e6722092471069c52d1b0a37509477b5d85 removed pthread.h from jobqueue.h
 which is required (at least on windows)

 6e37202bb8ffcbc35e62887a4cb9887afa5ab7e5 references m_file->name which is
 not a valid type for QString().arg(), I have replaced this with
 m_filename.

 It makes the build go green on my local buildbot installation. :-)

 Here is the pull request:

 https://github.com/MythTV/mythtv/pull/8

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9974>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list