I'm trying to compile v 1.0.2 on  Fedora Core 5 (2.6.17-1.2174_FC5 #1 Tue Aug 8 
15:30:55 EDT 2006 i686 i686 i386 GNU/Linux) - (i need this version because 
dvdrip stipulates a maximum), and get an error.

Below is the "make" output where it breaks.  It does this with both gcc 4.1.1 
and gcc32 (below).

Any ideas?

thanks
andrew

....
[snip good part]
....
make[3]: Leaving directory `/data/installers/transcode-1.0.2/import'
make[2]: Leaving directory `/data/installers/transcode-1.0.2/import'
Making all in export
make[2]: Entering directory `/data/installers/transcode-1.0.2/export'
if /bin/sh ../libtool --mode=compile gcc32 -DHAVE_CONFIG_H -I. -I. -I..  
-D_REENTRANT -DMOD_PATH=\"/usr/local/lib/transcode\" -I.. -I../src -I../import 
-I../libac3 -I../avilib  -I/usr/include -I../libvo -I../libioaux -I../libxio  
-I/usr/local/include/lame -I/usr/local/include/lqt 
-I/usr/local/include/mjpegtools   -I/usr/include     -Wall -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT aud_aux.lo -MD -MP -MF 
".deps/aud_aux.Tpo" -c -o aud_aux.lo aud_aux.c; \
then mv -f ".deps/aud_aux.Tpo" ".deps/aud_aux.Plo"; else rm -f 
".deps/aud_aux.Tpo"; exit 1; fi
 gcc32 -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT 
-DMOD_PATH=\"/usr/local/lib/transcode\" -I.. -I../src -I../import -I../libac3 
-I../avilib -I/usr/include -I../libvo -I../libioaux -I../libxio 
-I/usr/local/include/lame -I/usr/local/include/lqt 
-I/usr/local/include/mjpegtools -I/usr/include -Wall -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT aud_aux.lo -MD -MP -MF 
.deps/aud_aux.Tpo -c aud_aux.c  -fPIC -DPIC -o .libs/aud_aux.o
aud_aux.c:195:21: operator '>=' has no left operand
aud_aux.c:252:28: operator '>=' has no left operand
make[2]: *** [aud_aux.lo] Error 1
make[2]: Leaving directory `/data/installers/transcode-1.0.2/export'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/installers/transcode-1.0.2'
make: *** [all] Error 2


-------------------------
configure options used:

./configure --enable-libavcodec --with-libavcodec-libs=/usr/local/lib 
--with-libquicktime-includes=/usr/local/\include/lqt --enable-libdvdread 
--enable-libquicktime --enable-a52 --enable-a52-default-decoder --\enable-lame 
--with-lame-includes=/usr/local/include/lame --with-lame-prefix=/usr/local/bin 
--with-\lame-libs=/usr/local/lib --enable-gtk --enable-sdl --enable-X 
--enable-imagemagick --enable-oss --\enable-libpostproc --enable-freetype2 
--enable-ogg --enable-libdv --enable-mjpegtools --enable-net\stream 
--with-libpostproc-includes=/ldata/installers/svn/ffmpeg/libpostproc 
--with-mjpegtools-incl\udes=/usr/local/include/mjpegtools



Reply via email to