gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] make check failing to finish


From: strk
Subject: Re: [Gnash-dev] make check failing to finish
Date: Sun, 13 May 2007 19:09:30 +0200

On Sun, May 13, 2007 at 06:08:51AM -0400, dolphinling wrote:
> Actually, here's more output. Could it be because I have ming 0.3.0?

Yep, that's it. Number.as fails to use the macro it should:

in check.as:
#if MING_VERSION_CODE >= 00040003
# define MING_SUPPORTS_ASM
...

So any block of testts using the 'asm {... }' should be
in an #ifdef MING_SUPPORTS_ASM block.

Willing to give it a try till it completes and send a patch ?
(it would be easier for you as we are running more recent Ming
versions in order to be able to produce more precise testcases..)


--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]