On Friday 05 January 2007 03:10, Valentina Messeri wrote: > Quoting Raena Lea-Shannon <[EMAIL PROTECTED]>: > > On Friday 05 January 2007 00:06, Valentina Messeri wrote: > >> Quoting Raena Lea-Shannon <[EMAIL PROTECTED]>: > >> > >> hi, i went through almost all thread, but maybe better start from > >> beginning ;))))) > >> > >> which ubuntu distro d'you use? > > > > kubuntu dapper 6.06 amd64 > > > >> can you past result of your ./configure too ? > > > > OK I have been using ./configure --with-pic --disable-shared > > --enable-static as per advice in one of the Ubuntu Forum threads. > > > :) start from here, there's something missing: > : > > Summary of mandatory components: > > libogg found > > libvorbis found > > libvorbisenc found > > libvorbisfile found > > libtheora found > > OpenEXR found > > libdv found > > libpng found > > libjpeg libraries found > > libjpeg headers found > > libtiff libraries found > > libtiff headers found > > FreeType 2 found > > libx264 libraries found > > libx264 headers found > > libuuid libraries found > > libuuid headers found > > mjpegtools found > > libfftw3 libraries missing > > libfftw3 headers missing > > liba52 libraries found > > liba52 headers found > > libmp3lame libraries found > > libmp3lame headers found > > libsndfile libraries found > > libsndfile headers found > > libfaac libraries found > > libfaac headers found > > libfaad libraries found > > libfaad headers found > > > > Summary of optional components: > > ESD subsystem found > > ESD (Enlightenment Sound Daemon) is enabled > > ALSA subsystem found > > ALSA is enabled > > libraw1394 found > > libiec61883 missing > > libavc1394 libraries found > > libavc1394 headers found > > librom1394 libraries found > > librom1394 headers found > > Firewire is disabled > > OpenGL 2.0 libraries found > > Hardware acceleration using OpenGL 2.0 is enabled > > > > WARNING: Mandatory components are missing; compilation may fail! > > install libiec61883 and fftw3, then make clean ./configure & make again Thankyou for this.
I have installed these and now all dependencies are found. But I still get a make error as follows: fileogg.C: In member function ‘virtual int FileOGG::open_file(int, int)’: fileogg.C:644: error: ‘theora_packet_isheader’ was not declared in this scope fileogg.C:659: error: ‘theora_granule_frame’ was not declared in this scope fileogg.C: In member function ‘int FileOGG::ogg_get_page_of_frame(sync_window_t*, long int, ogg_page*, int64_t)’: fileogg.C:1160: error: ‘theora_granule_frame’ was not declared in this scope fileogg.C: In member function ‘int FileOGG::ogg_seek_to_keyframe(sync_window_t*, long int, int64_t, int64_t*)’: fileogg.C:1249: error: ‘theora_granule_frame’ was not declared in this scope fileogg.C: In member function ‘virtual int FileOGG::read_frame(VFrame*)’: fileogg.C:1474: error: ‘theora_packet_iskeyframe’ was not declared in this scopefileogg.C:1508: error: invalid conversion from ‘char*’ to ‘unsigned char*’ fileogg.C:1508: error: initializing argument 1 of ‘VFrame::VFrame(unsigned char*, long int, long int, long int, int, int, int, long int)’ fileogg.C: In member function ‘int FileOGG::write_frames_theora(VFrame***, int, int)’: fileogg.C:1928: error: invalid conversion from ‘unsigned char*’ to ‘char*’ fileogg.C:1929: error: invalid conversion from ‘unsigned char*’ to ‘char*’ fileogg.C:1930: error: invalid conversion from ‘unsigned char*’ to ‘char*’ make[3]: *** [fileogg.o] Error 1 make[3]: Leaving directory `/home/raena/DownloadApps/hvirtual/cinelerra' make[2]: *** [all-recursive] Error 1 > :) when the going gets though.... > > Vale > > > encosianima.net > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > _______________________________________________ > Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
