My rickety build script failed. before I burn too much time trying to figure out what I stepped on, anyone recognize an existing problem?
avilib.c: At top level: avilib.c:3059: warning: no previous prototype for ‘AVI_read_video’ avilib.c: In function ‘AVI_read_video’: avilib.c:3070: error: ‘AVI_ERR_NO_BUFSIZE’ undeclared (first use in this function) avilib.c:3070: error: (Each undeclared identifier is reported only once avilib.c:3070: error: for each function it appears in.) avilib.c: At top level: avilib.c:3270: error: conflicting types for ‘AVI_strerror’ avilib.h:381: error: previous declaration of ‘AVI_strerror’ was here make[3]: *** [avilib.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... libtool: compile: ccache cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I../libtc -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -MT wavlib.lo -MD -MP -MF .deps/wavlib.Tpo -c wavlib.c -fPIC -DPIC -o .libs/wavlib.o mv -f .deps/wavlib.Tpo .deps/wavlib.Plo make[3]: Leaving directory `/home/carl/vga2usb/src/transcode/transcode/avilib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/carl/vga2usb/src/transcode/transcode' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/carl/vga2usb/src/transcode/transcode' make: *** [build-stamp] Error 2 Carl K