Hi Tom,
You wrote:
Pierre: the ./configure command you suggest results with same missing
items. After adding livna, and installing, then running the suggested
./configure command, the results still show libtheora missing, as well
as all the others. I wonder if I need to have some way of pointing to
the right directory for each of the missing items? How best to proceed?
Tom
----
I find it wierd that it is the "Same" missing items, (I assume there
would be LESS missing items!! - please double check!)
I did say it was a "starter" of a list of packages you would likely
need, and that there would be more. Looking at the list, obviously I
missed out the libtheora or libtheora-devel or whatever it is called.
For each package that is still listed as missing, I advise doing this:
$ yum list '*theora*'
if you then install the package and it still shows up as being missing
then let me know of that particular package name and I will investigate.
For theora as an example. The above command will list the name of the
packages available from all the yum repositories set up that would
satisfy this dependency. Once you have the name of the package, then
simply install it:
$ yum install libtheora libtheora-devel
If you are really lazy, like me, you can do stuff like:
$ yum install '*theora*'
which will automatically list all packages with the words theora in them
and ask you if you want to download and install them all.
Once you have satisfied these dependencies, please send me a list of all
the required packages, (including the list I already sent you.)
Cheers,
Pierre
and then yum install for each of the following:
nasm
glibc-kernheaders # for /usr/include/linux/videodev2.h
xorg-x11-proto-devel # I am guessing this is needed
xvidcore-devel # I am guessing this is needed
libXxf86vm-devel
alsa-lib-devel
mjpegtools-libs # Naughty!! they don't follow the -devel
notation!!
libjpeg-devel
fftw-devel
djbfft
e2fsprogs-devel # for libuuid
libdv-devel
libpng-devel
freetype-devel
a52dec-devel
libsndfile-devel
OpenEXR
faac-devel
faad2-devel
libraw1394-devel
libiec61883-devel
libavc1394-devel
librom1394-devel
libogg-devel
libvorbis-devel
lame-devel
(you could place them all on one line!) And then manually install:
x264 - I manually installed this from their website..
This should satisfy many of your dependancy problems... Let me know
what extra needed, and I'll cut and paste it into the compile
instructions on our website.
j6t: "xorg-x11-proto-devel" could be what needs to be added to:
AC_MSG_WARN([Please install xlib-dev or xorg-x11-devel.])
since I couldn't find either xlib-dev or xorg-xll-devel on my system..
By the way,
should I be doing something between running configure? I saw some
install instructions that recommend doing a make clean sometimes.
Tom
Umm, I wouldn't do it too often. If the build fails because a file
missing in "faad.h" (i.e. you don't have the devel package installed
for faad) or something like that, I usually install the devel
package and try to make again... It should compile. If it gets to
the end and complains when linking, then I do a make clean.
In terms of the configure, I personally use:
./configure --prefix=/usr --enable-x86 --enable-mmx
--enable-freetype2 \
CFLAGS='-O3 -pipe -fomit-frame-pointer -funroll-all-loops
-falign-loops=2 -falign-jumps=2 -falign-functions=2 -ffast-math
-march=pentium-m -mfpmath=sse,387 -mmmx -msse'
when compiling, (I actually placed this in a file
~/bin/cinelerra_conf.sh cause I got sick of typeing it so much!!) to
ensure I get a version optimised for my cpu (pentium-m). You may
want to investigate this at a later date.
Also, don't forget, the latest svn is crashy, (since it's undergoing
a merge with the new upstream source) Use the 836 for best luck
compiling without any error messages!
_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra