Mitch Nelson <mcnelson@...> writes:

> 
> 
> Attempting to build Cinelerra 4.3 in FC16.
>  
> Here is the error:
>  
> make[2]: *** No rule to make target `x86_64/ogg/', needed by
`x86_64/libquicktime.a'.  Stop.
> make[2]: Leaving directory `/home/nelson/Cinelerra/cinelerra-4.3/quicktime'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/nelson/Cinelerra/cinelerra-4.3'
> make: *** [all] Error 2
>  
> What now?
>  
> 

I faced the same problem on Fedora14/LXCE. I've found a small bug in the
Makefile. How to fix it: 
1. Go do quicktime/ subdirectory in the Cinelerra source tree.
2. Open the Makefile with any text/programming editor, go to line 265 and remove
trailing slash after $(OGG_LIB)/ in the list of dependencies.

Another trouble is the requirement of libtermcap to be present. It can be
replaced by libtinfo (usually installed with ncurses). The easiest thing is to
make symlink in /lib64 directory: ln -s libtinfo.so.5 libtermcap.so.  



_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to