hi,
using ubuntu gutsy:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT
-DMOD_PATH=\"/usr/lib/transcode\" -I.. -I../src -I../libtc
-I/usr/include -I../libac3 -I../avilib -I/usr/include/avifile-0.7
-I/usr/include -I/usr/include -I/usr/include -I/usr/include
-I/usr/include/libxml2 -I../libvo -I/usr/include -I/usr/include
-I/usr/include/lqt -I../libxio -g -O2 -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT af6_decore.lo -MD -MP
-MF .deps/af6_decore.Tpo -c af6_decore.cpp -fPIC -DPIC -o
.libs/af6_decore.o
af6_decore.cpp: In function 'void af6_decore(decode_t*)':
af6_decore.cpp:108: error: invalid use of undefined type 'struct
avm::IVideoDecoder'
/usr/include/avifile-0.7/avifile.h:13: error: forward declaration of
'struct avm::IVideoDecoder'
af6_decore.cpp:118: error: 'IVideoDecoder' has not been declared
af6_decore.cpp:118: error: expected `;' before 'caps'
af6_decore.cpp:134: error: 'caps' was not declared in this scope
af6_decore.cpp:134: error: 'IVideoDecoder' has not been declared
af6_decore.cpp:140: error: 'IVideoDecoder' has not been declared
af6_decore.cpp:140: error: 'IVideoDecoder' has not been declared
af6_decore.cpp:148: error: 'IVideoDecoder' has not been declared
af6_decore.cpp:155: error: 'IVideoDecoder' has not been declared
af6_decore.cpp:162: error: 'IVideoDecoder' has not been declared
af6_decore.cpp:187: error: invalid use of undefined type 'struct
avm::IVideoDecoder'
/usr/include/avifile-0.7/avifile.h:13: error: forward declaration of
'struct avm::IVideoDecoder'
af6_decore.cpp:189: error: invalid use of undefined type 'struct
avm::IVideoDecoder'
/usr/include/avifile-0.7/avifile.h:13: error: forward declaration of
'struct avm::IVideoDecoder'
make[3]: *** [af6_decore.lo] Error 1
make[3]: Leaving directory `/home/pat/src/transcode-1.0.5/import'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/pat/src/transcode-1.0.5/import'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pat/src/transcode-1.0.5'
make: *** [all] Error 2
pat