<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
tgate schrieb:
<blockquote cite="mid40325072-4BAB-42A0-A17D-982FAB753833@mypublic.net"
type="cite">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.
<br>
<br>
when trying to make I get this error:
<br>
mmx_gcc.cpp:254: error: cast from 'short int*' to 'uint' loses
precision
<br>
<br>
I found something suggesting that I change uint to uint32 but that
just results in a 'uint32' not declared in this scope' error.
<br>
<br>
Has anyone done this that can provide some hints?
<br>
<br>
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.
<br>
<br>
-todd
<br>
<br>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
</pre>
</blockquote>
Try with configure --disable-mmx<br>
<br>
Oliver<br>
</body>
</html>