I have a precompiled cinelerra version using rpm.livna.org as a base
See here:
rpm -ivh http://rpms.kwizart.net/kwizart-release-8.rpm
yum --enablerepo=kwizart install cinelerra
shmmax is set by the package. (you won't have to tweak it)
If you want , you can compile a newer snapshoot using the cinelerra-snapshot.sh
from the cinelerra*.src.rpm

2008/4/29 Joona Palaste <[EMAIL PROTECTED]>:
> I have problems getting Cinelerra to build on an x86_64 Fedora 8 Linux
>  system. At first the make stopped right away, but then I made a
>  directory x86_64 and copied the entire directory structure there. This
>  got most of the code to build, but now I am getting an error message:
>
>  make -C quicktime
>  /bin/sh: -c: line 1: syntax error: unexpected end of file
>  /bin/sh: x86_64/c_flags: No such file or directory
>  /bin/sh: x86_64/lame_flags: No such file or directory
>  /bin/sh: x86_64/objs: No such file or directory
>  make[2]: Entering directory `/home/joona/test/cinelerra-2.1/quicktime'
>  make[2]: *** No rule to make target `x86_64', needed by `all'.  Stop.
>  make[2]: Leaving directory `/home/joona/test/cinelerra-2.1/quicktime'
>  make[1]: *** [all] Error 2
>  make[1]: Leaving directory `/home/joona/test/cinelerra-2.1'
>  make: *** [all] Error 2
>
>  Trying to build quicktime (with a similar x86_64 directory) gives the
>  following error message:
>
>  ffplay.o: In function `main':
>  /home/joona/test/quicktime4linux-2.2/ffmpeg.052906/ffplay.c:2451:
>  undefined reference to `XOpenDisplay'
>  /home/joona/test/quicktime4linux-2.2/ffmpeg.052906/ffplay.c:2455:
>  undefined reference to `XCloseDisplay'
>  collect2: ld returned 1 exit status
>  make[1]: *** [ffplay_g] Error 1
>  make[1]: Leaving directory
>  `/home/joona/test/quicktime4linux-2.2/ffmpeg.052906'
>  make: *** [x86_64/ffmpeg] Error 2
>
>  What should I do? I have checked I have the Xlib.h and libX11.so files
>  present.
Does the libX11-devel.x86_64 is present or the .i386 version (this
sometime happens)
This is often the sign of undefined non-weak-symbol not been specified
at linking time.
I think that's one of my patch that was rejected... i will try to re-submit it

You also seems to build ffmpeg statically with the bundled version.
I would say there is probably some kind of improvements to have. it
could use a shared version, even if
bundled since same with libmpeg3 we could have it using a special
SONAME to be used with cinelerra.

Nicolas (kwizart )

>  Thank you,
>  Joona Palaste
>
>
>
>  _______________________________________________
>  Cinelerra mailing list
>  Cinelerra@skolelinux.no
>  https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
>

_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to