[mythtv-users] compile myth for x86_64?

2005-10-24 Thread Kris Hartojo








Perhaps this is related: http://bugzilla.atrpms.net/show_bug.cgi?id=627

K.








--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.361 / Virus Database: 267.12.4/146 - Release Date: 10/21/2005
 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] compile myth for x86_64?

2005-10-23 Thread tgate
I'm trying to get myth running with libraries built for x86_64.  I've  
check the AMD64HowTo on mythtv.info but it doesn't seem so show the  
problem I'm having.


when trying to make I get this error:
mmx_gcc.cpp:254: error: cast from 'short int*' to 'uint' loses  
precision


I found something suggesting that I change uint to uint32 but that  
just results in a 'uint32' not declared in this scope' error.


Has anyone done this that can provide some hints?

p.s.  The reason I started to do this in the first place is that the  
normal install with yum (mythtv-suite) would segfault when I try and  
start mythtfrontend.


-todd

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] compile myth for x86_64?

2005-10-23 Thread Oliver Groht




tgate schrieb:
I'm trying to get myth running with libraries built for
x86_64. I've check the AMD64HowTo on mythtv.info but it doesn't seem
so show the problem I'm having.
  
  
when trying to make I get this error:
  
 mmx_gcc.cpp:254: error: cast from 'short int*' to 'uint' loses
precision
  
  
I found something suggesting that I change uint to uint32 but that
just results in a 'uint32' not declared in this scope' error.
  
  
Has anyone done this that can provide some hints?
  
  
p.s. The reason I started to do this in the first place is that the
normal install with yum (mythtv-suite) would segfault when I try and
start mythtfrontend.
  
  
-todd
  
  
  

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
  

Try with configure --disable-mmx

Oliver


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users