On 2007-04-13 21:56, Jonathan Ryshpan wrote: > I'm attempting to compile Cinellera on an x86_64 system running FC6. > A couple of problems: > > ============== Problem 1 ============== > > Using the sources downloaded from the site archives, namely > cinelerra-2.1-src.tar.bz2
Err, which site? That sounds like the heroinewarrior package. > I can't compile the quicktime subdirectory, the problem being that I > lack the files: > codec_plugin.h > mpeg4_audio_config.h > mpeg4_sdp.h > Where can I find them? Are they part of an FC6 RPM from any of the > usual repositories (i.e. core, extras, livna, etc.)? > > In addition, I get errors of the form: > sh: -c: line 1: syntax error: unexpected end of file > at each invocation of make (usually sub-invocations "make -f"). > This seems to be harmless, though I don't understand it. > > Also many of the directories needed to contain the object files, usually > named .../x86_64/... don't exist and have to be created manually. > This also seems harmless, though annoying. > The heroinewarrior version is setup for building on the upstream author's distribution only. You'll need to work through a bunch of things to get that to build. We usually recommend you use the svn version or a snapshot of it. There's a tar at http://e.kevb.net/files/RPM/src/ which is pretty recent. > ============== Problem 2 ============== > > Using the sources loaded using svn, the recommended build procedure > contains the line: > ./configure --with-buildinfo=svn/recompile > How do I download the file .../svn/recompile ? > > Thanks - jon This only works on the svn version and you'll need to have svn installed. Although from your description it sounds like you did download from svn? You don't need the file svn/recompile, it is a command, making the build use svn to generate the version stamp information. You can read about those options in README.BUILD (http://e.kevb.net/cgi-bin/viewvc.cgi/trunk/hvirtual/README.BUILD?revision=981&root=cinelerra&view=markup) -- Kevin _______________________________________________ Cinelerra mailing list [EMAIL PROTECTED] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
