[mythtv-commits] Ticket #3164: Myth on OSX(PPC) fails to compile after svn 12786

MythTV mythtv at cvs.mythtv.org
Wed Mar 7 15:32:56 UTC 2007


#3164: Myth on OSX(PPC) fails to compile after svn 12786
-----------------------------------+----------------------------------------
 Reporter:  cloudkay at cloudkay.com  |        Owner:  nigel   
     Type:  defect                 |       Status:  assigned
 Priority:  minor                  |    Milestone:  unknown 
Component:  mythtv                 |      Version:  head    
 Severity:  medium                 |   Resolution:          
-----------------------------------+----------------------------------------

Comment(by rich at dubrawski.net):

 I investigated this and the ix_x86_mmx routine is returning true when
 queried with arch_raw set to '.'

 The configure script does not correctly set arch_raw for powerpc.

 Adding a line to define arch_raw=ppc when detecting that the configure is
 run on Powerpc after line 730 resolves this on Mac PowerPC systems.

 arch_raw is not set for other architectures either though.  The configure
 script is defaulting to assume that builds are on x86 in any case where
 this has not been set.

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


More information about the mythtv-commits mailing list