Adrian Bunk ([EMAIL PROTECTED]): > Package: tvtime > Version: 0.9.15-1 > Severity: serious > > ../plugins/greedyh.asm:270: error: unknown register name 'mm7' in 'asm'
This is because of a change in gcc. In version 4, they now require that you use -mmmx before they acknowledge that MMX registers exist. Thanks gcc! :( The fix is to delete the MMX registers from the clobbers list, or compile with -mmmx/-msse. I prefer removing them, as using -mmmx/-msse is scary and opens you up to more gcc bugs. The fix is in CVS HEAD of tvtime, but not in any released .tar.gz yet. -Billy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]