Hello, I'm attempting to build Cinerella-4, but it fails with some missing headers. I'm running MythTV-5 on Fedora-core-8.
It successfully ran through ./configure, but it appears that a dependency was missed. I can install/run the CV version from kwizart, # rpm -ivh http://rpms.kwizart.net/kwizart-release-8.rpm Here's the gritty details with the spewage: $ uname -a Linux localhost.localdomain 2.6.25.6-27.fc8 #1 SMP Fri Jun 13 16:38:52 EDT 2008 i686 athlon i386 GNU/Linux ---------------------------- make[7]: Leaving directory `/storage/work/cinelerra-4/quicktime/thirdparty/faad2-2.0' if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -D_REENTRANT -DNOCONTROLS -fexceptions -g -O2 -MT faad2.lo -MD -MP -MF ".deps/faad2.Tpo" -c -o faad2.lo faad2.cpp; \ then mv -f ".deps/faad2.Tpo" ".deps/faad2.Plo"; else rm -f ".deps/faad2.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -D_REENTRANT -DNOCONTROLS -fexceptions -g -O2 -MT faad2.lo -MD -MP -MF .deps/faad2.Tpo -c faad2.cpp -fPIC -DPIC -o .libs/faad2.o In file included from faad2.cpp:21: faad2.h:28:26: error: codec_plugin.h: No such file or directory faad2.cpp:22:32: error: mpeg4_audio_config.h: No such file or directory faad2.cpp:23:23: error: mpeg4_sdp.h: No such file or directory faad2.h:36: error: 'codec_data_t' does not name a type faad2.h:37: error: ISO C++ forbids declaration of 'audio_vft_t' with no type faad2.h:37: error: expected ';' before '*' token faad2.h:55: error: ISO C++ forbids declaration of 'FILE' with no type faad2.h:55: error: expected ';' before '*' token faad2.h:70: error: variable or field 'aac_close' declared void faad2.h:70: error: 'codec_data_t' was not declared in this scope faad2.h:70: error: 'ptr' was not declared in this scope faad2.h:73: error: expected constructor, destructor, or type conversion before '*' token faad2.h:82: error: 'codec_data_t' was not declared in this scope faad2.h:82: error: 'ifptr' was not declared in this scope faad2.h:83: error: expected primary-expression before '*' token faad2.h:83: error: 'buffer' was not declared in this scope faad2.h:84: error: expected primary-expression before '*' token faad2.h:84: error: 'ts' was not declared in this scope faad2.h:84: error: initializer expression list treated as compound expression faad2.h:85: error: 'codec_data_t' was not declared in this scope faad2.h:85: error: 'ifptr' was not declared in this scope faad2.h:87: error: variable or field 'aac_file_used_for_frame' declared void faad2.h:87: error: 'codec_data_t' was not declared in this scope faad2.h:87: error: 'ifptr' was not declared in this scope faad2.h:88: error: expected primary-expression before 'bytes' faad2.h:88: error: initializer expression list treated as compound expression faad2.h:90: error: 'codec_data_t' was not declared in this scope faad2.h:90: error: 'ifptr' was not declared in this scope faad2.h:91: error: expected primary-expression before 'ts' faad2.h:91: error: initializer expression list treated as compound expression faad2.cpp:38: error: expected initializer before '*' token make[6]: *** [faad2.lo] Error 1 make[6]: Leaving directory `/storage/work/cinelerra-4/quicktime/thirdparty/faad2-2.0/plugins/mpeg4ip' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/storage/work/cinelerra-4/quicktime/thirdparty/faad2-2.0/plugins' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/storage/work/cinelerra-4/quicktime/thirdparty/faad2-2.0' make[3]: *** [all] Error 2 make[3]: Leaving directory `/storage/work/cinelerra-4/quicktime/thirdparty/faad2-2.0' make[2]: *** [i686/faad] Error 2 make[2]: Leaving directory `/storage/work/cinelerra-4/quicktime' make[1]: *** [all] Error 2 make[1]: Leaving directory `/storage/work/cinelerra-4' make: *** [all] Error 2 ---------------------------
