swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Problem installing on debian woody


From: Matthias Kramm
Subject: Re: [Swftools-common] Problem installing on debian woody
Date: Sat, 22 May 2004 02:11:45 +0200
User-agent: Mutt/1.4i

On Fri, May 21, 2004 at 01:06:50PM -0700, Jymmm wrote:
> At the end of ./configure output I get the following:
>   config.status: creating lib/python/Makefile
>   config.status: error: cannot find input file: lib/python/Makefile.in
>   (fwiw: python is not installed)

Oops. Seems the current snapshot is broken. 
lib/python is the new python interface to librfxswf- the Makefile
is already in the configure, but the file itself wasn't yet 
included in my release build script...

> gcc -c -DHAVE_CONFIG_H   -Wparentheses -Wimplicit -Wreturn-type -O
> -fomit-frame-pointer  rfxswf.c -o rfxswf.o
> rfxswf.c: In function `swf_WriteSWF2':
> rfxswf.c:1299: parse error before `int'
> rfxswf.c:1300: `ret' undeclared (first use in this function)
> rfxswf.c:1300: (Each undeclared identifier is reported only once
> rfxswf.c:1300: for each function it appears in.)
> make[1]: *** [rfxswf.o] Error 1
> make[1]: Leaving directory `/home/jim/swftools-2004-05-18-1254/lib'
> make: *** [all] Error 2

Oh yes, gcc 2.95.x, the good old times. ;)

I hope woody will upgrade to gcc 3.x.x some day, I don't know how long
I'll be able to prevent myself from writing constructs like

    {int a;
     a=3;
     int b;
    }

which are allowed in gcc 3.x.x, but not in 2.95.x (I develop with the
former, so I usually do not even get a warning if I do this).

I fixed them for now, and checked it into CVS. I'll also update the
snapshot tomorrow or on Sunday.

Greetings

Matthias






reply via email to

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