Mailing List Archive

build error in postprocess.c
I'm getting the following build error from the cvs source:

In file included from postprocess.c:465:
postprocess_template.c: In function `postProcess_MMX':
postprocess_template.c:1885: can't find a register in class
`GENERAL_REGS' while reloading `asm'

0.4 and 0.5 both build fine. Any thoughts?

-Chuck
Re: build error in postprocess.c [ In reply to ]
On Friday 27 September 2002 02:25 pm, chuck wrote:
> I'm getting the following build error from the cvs source:
>
> In file included from postprocess.c:465:
> postprocess_template.c: In function `postProcess_MMX':
> postprocess_template.c:1885: can't find a register in class
> `GENERAL_REGS' while reloading `asm'
>
> 0.4 and 0.5 both build fine. Any thoughts?

Sorry, no idea -- I really just adapted the code from elsewhere. Easiest
thing to do would be to remove the 'postprocess' from filters/filters.pro and
it'll skip building that filter.

Isaac