I installed the RPM of cinelerra for FC7. However Drag and Drop does not work (at all). So i decided to compile it from the latest source. I have all the deps installed. I run into this problem. If i use external ffmpeg it still wont compile. I am not really to interested in compiling against external libraries since it raises a whole host of other issues.
Any help is greatly appreciated! Thanks, Jeremy gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_MMX -DUSE_MMX -DX86_CPU -DHAVE_MMX -DHAVE_BUILTIN_VECTOR -D_GNU_SOURCE -DHAVE_AV_CONFIG_H -I./.. -I.. -g -O2 -MT faad.lo -MD -MP -MF .deps/faad.Tpo -c faad.c -fPIC -DPIC -o .libs/faad.o faad.c:57: error: expected specifier-qualifier-list before 'faacDecHandle' faad.c: In function 'faac_init_mp4': faad.c:115: error: 'FAACContext' has no member named 'faacDecInit2' faad.c: In function 'faac_decode_frame': faad.c:140: error: 'faacDecFrameInfo' undeclared (first use in this function) faad.c:140: error: (Each undeclared identifier is reported only once faad.c:140: error: for each function it appears in.) faad.c:140: error: expected ';' before 'frame_info' faad.c:158: error: 'FAACContext' has no member named 'faacDecDecode' faad.c:158: error: 'frame_info' undeclared (first use in this function) faad.c:162: error: 'FAACContext' has no member named 'faacDecGetErrorMessage' faad.c: In function 'faac_decode_end': faad.c:181: error: 'FAACContext' has no member named 'faacDecClose' faad.c:182: error: 'FAACContext' has no member named 'faacDecClose' faad.c: In function 'faac_decode_init': faad.c:191: error: 'faacDecConfigurationPtr' undeclared (first use in this function) faad.c:191: error: expected ';' before 'faac_cfg' faad.c:212: error: 'FAACContext' has no member named 'faacDecOpen' faad.c:212: error: 'faacDecOpen' undeclared (first use in this function) faad.c:213: error: 'FAACContext' has no member named 'faacDecGetCurrentConfiguration' faad.c:213: error: 'faacDecGetCurrentConfiguration' undeclared (first use in this function) faad.c:228: error: 'FAACContext' has no member named 'faacDecSetConfiguration' faad.c:228: error: 'faacDecSetConfiguration' undeclared (first use in this function) faad.c:230: error: 'FAACContext' has no member named 'faacDecInit' faad.c:230: error: 'faacDecInit' undeclared (first use in this function) faad.c:232: error: 'FAACContext' has no member named 'faacDecInit2' faad.c:232: error: 'faacDecInit2' undeclared (first use in this function) faad.c:235: error: 'FAACContext' has no member named 'faacDecDecode' faad.c:235: error: 'faacDecDecode' undeclared (first use in this function) faad.c:237: error: 'FAACContext' has no member named 'faacDecGetErrorMessage' faad.c:237: error: 'faacDecGetErrorMessage' undeclared (first use in this function) faad.c:252: error: 'FAACContext' has no member named 'faacDecOpen' faad.c:260: error: 'faac_cfg' undeclared (first use in this function) faad.c:260: error: 'FAACContext' has no member named 'faacDecGetCurrentConfiguration' faad.c:290: error: 'FAACContext' has no member named 'faacDecSetConfiguration' make[5]: *** [faad.lo] Error 1 make[5]: Leaving directory `/usr/src/hvirtual/quicktime/ffmpeg/libavcodec' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/usr/src/hvirtual/quicktime/ffmpeg/libavcodec' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/hvirtual/quicktime/ffmpeg' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/hvirtual/quicktime' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/hvirtual' make: *** [all] Error 2
