[mythtv-commits] Ticket #5432: mythcontext.cpp from 021-fixes fails compile on 64bit platform using GCC 4.3

MythTV mythtv at cvs.mythtv.org
Thu Jun 12 22:45:29 UTC 2008


#5432: mythcontext.cpp from 021-fixes fails compile on 64bit platform using GCC
4.3
---------------------+------------------------------------------------------
 Reporter:  John G   |        Owner:  ijr       
     Type:  defect   |       Status:  new       
 Priority:  blocker  |    Milestone:  0.21.1    
Component:  mythtv   |      Version:  0.21-fixes
 Severity:  medium   |   Resolution:            
  Mlocked:  0        |  
---------------------+------------------------------------------------------

Comment(by paulh):

 Try change line 86 in libs/libmyth/libmyth.pro
 from
 {{{
 DEFINES += RUNPREFIX=\\\"$${RUNPREFIX}\\\"
 }}}

 to

 {{{
 DEFINES += RUNPREFIX=\"$${RUNPREFIX}\"
 }}}

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


More information about the mythtv-commits mailing list