[mythtv-commits] Ticket #8572: trunk and 0.23-fixes build failure in upnpcmgr with Qt 4.7.0-beta1

MythTV mythtv at cvs.mythtv.org
Mon Jun 21 02:54:53 UTC 2010


#8572: trunk and 0.23-fixes build failure in upnpcmgr with Qt 4.7.0-beta1
---------------------------+------------------------------------------------
 Reporter:  databubble     |       Owner:  dblain        
     Type:  defect         |      Status:  infoneeded_new
 Priority:  major          |   Milestone:  unknown       
Component:  MythTV - UPnP  |     Version:  Trunk Head    
 Severity:  medium         |     Mlocked:  0             
---------------------------+------------------------------------------------
Changes (by mdean):

  * status:  new => infoneeded_new


Comment:

 Can you try rebuilding after changing:
 {{{
 return T(0);
 }}}
 on lines 236 and 244 of mythtv/libs/libmythupnp/eventing.h to
 {{{
 return T(QString::null);
 }}}
 and let us know if that solves it, please.  Thanks.

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


More information about the mythtv-commits mailing list