On Sat, Aug 23, 2003 at 03:41:58PM -0700, Pierre Willard wrote:
> I downloaded avifile-0.7-0.7.38 from http://avifile.sourceforge.net/
> After ./configure and gmake I got this error:
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I../../include -DHAVE_AV_CONFIG_H 
> -I./../libavcodec -I./.. -Wall -Wno-unused -I../../include -O2 
> -mcpu=i686 -march=i686 -ffast-math -fomit-frame-pointer 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -pipe -c 
> flvenc.c  -fPIC -DPIC -o flvenc.lo
> flvenc.c: In function `flv_write_trailer':
> flvenc.c:232: parse error before `file_size'
> flvenc.c:234: `flags' undeclared (first use in this function)
> flvenc.c:234: (Each undeclared identifier is reported only once
> flvenc.c:234: for each function it appears in.)
> flvenc.c:238: `file_size' undeclared (first use in this function)
> gmake[2]: *** [flvenc.lo] Error 1
> 
> it seems that the 'int64_t file_size' should be declared before the call 
> to  Dump(flv,pb,1); !
> 
> I am running Linux (Red Hat 7.2) (Linux 2.4.20-20.7) with gcc 2.96

Please try to use CVS version instead.
This code is only compilable with neewr gcc (3.3)

-- 
  .''`.
 : :' :    Zdenek Kabelac  [EMAIL PROTECTED], users.sf.net, fi.muni.cz}
 `. `'           Debian GNU/Linux maintainer - www.debian.{org,cz}
   `-

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to