On Tuesday 02 January 2007 02:10, Raena Lea-Shannon wrote: > On Monday 01 January 2007 18:18, Raena Lea-Shannon wrote: > > No luck? > > This is yum 2.4.0 SHould I upgrade or is the repository down? > > > > sudo yum -y install cinelerra > > Setting up Install Process > > Setting up repositories > > No Repositories Available to Set Up > > Reading repository metadata in from local files > > Parsing package install arguments > > No Match for argument: cinelerra > > Nothing to do > > > > I tried > > sudo yum -y search cinelerra > > Password: > > Searching Packages: > > Setting up repositories > > No Repositories Available to Set Up > > Reading repository metadata in from local files > > No Matches found > > > > On Monday 01 January 2007 17:33, Martin Ellison wrote: > > > sudo yum -y install cinelerra > > I have found a couple of Ubuntu AMD64 Cinelerra install Howtos I will try. > http://www.ubuntuforums.org/showthread.php?t=188264 > http://ubuntuforums.org/showthread.php?t=215252
OK I have made good progress. (BTW the apt .deb Cinelerra AMD64 packages were a failure as the dependency issues were impossible. It was much easier to just install automake1.7 and use the configure output from the svn and install any missing packages using ./configure. ) I have got down (or up) to this make error as below. I have googled and checked but cannot find an answer to this. Can anyone help? 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 make[2]: Leaving directory `/home/raena/DownloadApps/hvirtual/cinelerra' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/raena/DownloadApps/hvirtual' make: *** [all] Error 2 I have all ogg and theora libraries and dev/headers installed > > > _______________________________________________ > > 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 _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
