Mailing List Archive

Error with Compile
Hello,

I'm a neophite to Linux, but am digging it. Background *WAS* development on
Windoze ... years ago. I'm using Suse 8.2

So, I'm trying to build Mythtv. I have all of the prerequisites, as far as I
know, but am getting the following error on make:


. -I/usr/include -I/usr/lib/qt3/include -o msmpeg4.o msmpeg4.c
common.h: In function `msmpeg4_pred_dc':
msmpeg4.c:723: error: can't find a register in class `BREG' while reloading
`asm'
msmpeg4.c:723: error: can't find a register in class `BREG' while reloading
`asm'
make[2]: *** [msmpeg4.o] Error 1

Can anyone help me out?

Thanks in advance!

-jm
Re: Error with Compile [ In reply to ]
On Sunday 08 June 2003 04:23 pm, John Madill wrote:
> Hello,
>
> I'm a neophite to Linux, but am digging it. Background *WAS* development
> on Windoze ... years ago. I'm using Suse 8.2
>
> So, I'm trying to build Mythtv. I have all of the prerequisites, as far as
> I know, but am getting the following error on make:

Suse is currently distributing a broken version of Qt. To work around this,
edit libs/libavcodec/Makefile and remove all occurrances of '-fPIC'.

Isaac