swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Compiling SWFTools by using an alternative compile


From: Ryan Schmidt
Subject: Re: [Swftools-common] Compiling SWFTools by using an alternative compiler
Date: Mon, 10 Dec 2012 16:48:27 -0600

On Dec 10, 2012, at 14:10, Pablo Beltran wrote:

> But the fix does not work... even if I apply the changes by hand. The problem 
> is in this part:
> 
> ---------------------------------
> @@ -3404,7 +3395,7 @@
>  #include <stdlib.h>
>  #include <stdio.h>
>  
> -int main (int argc, char*argv)
> +int main (int argc, char*argv[])
>  {
>      int a,b;
>      b=3;
> ---------------------------------
> 
> In the SWFTools 0.9.2 the content is:
> 
> int main ()
> 
> without any argument.

Hmm, you're right; the fix I committed in MacPorts was for SWFTools 0.9.1, and 
is no longer needed with 0.9.2. So the reason you're seeing the error must be a 
different one. Could you show the contents of your config.log file? The 
relevant error message should be in there.






reply via email to

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