Да нет его там! Инструкция кривая. Там ./configure лежит, в нем написанно:
For Ubuntbunt, you need:
# yasm
# nasm
# libc6-dev
# g++
# build-essential
# libz-dev
# texinfo
# libpng-dev
# libglut-dev
# libxv-dev
# libasound2-dev
# libbz2-dev
# libncurses5-dev
Так что сперва все это поставить, потом ./configure. Ну а далее как обычно.
Пользователь решил продолжить мысль 25 Сентября 2012, 17:11:13:
./configure дурацкий.
./configure --help
корректно не отрабатывает. И как спрашивается задать пути для установки, префиксы-суффиксы?..
Пользователь решил продолжить мысль 25 Сентября 2012, 18:24:06:
./configure отработал.
make отработал. В конце выдал:
make[2]: Вход в каталог `/home/alex/tmp/cinelerra-4.4/guicast'
g++ -c `cat x86_64/c_flags` bcbar.C -o x86_64/bcbar.o
g++ -c `cat x86_64/c_flags` bcbitmap.C -o x86_64/bcbitmap.o
In file included from bcbitmap.C:22:
bcbitmap.h:29:34: error: X11/extensions/Xvlib.h: Нет такого файла или каталога
In file included from bcbitmap.C:22:
bcbitmap.h:164: error: ISO C++ forbids declaration of ‘XvImage’ with no type
bcbitmap.h:164: error: expected ‘;’ before ‘*’ token
bcbitmap.C: In member function ‘int BC_Bitmap::initialize(BC_WindowBase*, int, int, int, int)’:
bcbitmap.C:100: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘int BC_Bitmap::allocate_data()’:
bcbitmap.C:167: error: ‘xv_image’ was not declared in this scope
bcbitmap.C:173: error: ‘XvShmCreateImage’ was not declared in this scope
bcbitmap.C: In member function ‘int BC_Bitmap::delete_data()’:
bcbitmap.C:368: error: ‘XvStopVideo’ was not declared in this scope
bcbitmap.C:371: error: ‘xv_image’ was not declared in this scope
bcbitmap.C:375: error: ‘XvUngrabPort’ was not declared in this scope
bcbitmap.C: In member function ‘int BC_Bitmap::write_drawable(Drawable&, _XGC*&, int, int, int, int, int, int, int, int, int)’:
bcbitmap.C:495: error: ‘xv_image’ was not declared in this scope
bcbitmap.C:504: error: ‘XvShmPutImage’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_shm_size()’:
bcbitmap.C:687: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_shm_offset()’:
bcbitmap.C:697: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_y_shm_offset()’:
bcbitmap.C:708: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_u_shm_offset()’:
bcbitmap.C:716: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_v_shm_offset()’:
bcbitmap.C:724: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_y_offset()’:
bcbitmap.C:732: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_u_offset()’:
bcbitmap.C:740: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_v_offset()’:
bcbitmap.C:748: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘unsigned char* BC_Bitmap::get_y_plane()’:
bcbitmap.C:779: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘unsigned char* BC_Bitmap::get_v_plane()’:
bcbitmap.C:788: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘unsigned char* BC_Bitmap::get_u_plane()’:
bcbitmap.C:797: error: ‘xv_image’ was not declared in this scope
make[2]: *** [x86_64/bcbitmap.o] Ошибка 1
make[2]: Выход из каталога `/home/alex/tmp/cinelerra-4.4/guicast'
make[2]: Вход в каталог `/home/alex/tmp/cinelerra-4.4/cinelerra'
g++ `cat x86_64/c_flags` aattachmentpoint.C -o x86_64/aattachmentpoint.o
In file included from ../guicast/guicast.h:28,
from plugin.h:25,
from aattachmentpoint.C:28:
../guicast/bcbitmap.h:29:34: error: X11/extensions/Xvlib.h: Нет такого файла или каталога
In file included from ../guicast/guicast.h:28,
from plugin.h:25,
from aattachmentpoint.C:28:
../guicast/bcbitmap.h:164: error: ISO C++ forbids declaration of ‘XvImage’ with no type
../guicast/bcbitmap.h:164: error: expected ‘;’ before ‘*’ token
make[2]: *** [x86_64/aattachmentpoint.o] Ошибка 1
make[2]: Выход из каталога `/home/alex/tmp/cinelerra-4.4/cinelerra'
make[2]: Вход в каталог `/home/alex/tmp/cinelerra-4.4/plugins'
make -C 1080to540
make[3]: Вход в каталог `/home/alex/tmp/cinelerra-4.4/plugins/1080to540'
g++ -c `cat x86_64/c_flags` 1080to540.C -o x86_64/1080to540.o
In file included from ../../guicast/guicast.h:28,
from ../../cinelerra/auto.h:27,
from ../../cinelerra/keyframe.h:25,
from ../../cinelerra/pluginclient.h:37,
from ../../cinelerra/pluginvclient.h:27,
from 1080to540.h:27,
from 1080to540.C:22:
../../guicast/bcbitmap.h:29:34: error: X11/extensions/Xvlib.h: Нет такого файла или каталога
In file included from ../../guicast/guicast.h:28,
from ../../cinelerra/auto.h:27,
from ../../cinelerra/keyframe.h:25,
from ../../cinelerra/pluginclient.h:37,
from ../../cinelerra/pluginvclient.h:27,
from 1080to540.h:27,
from 1080to540.C:22:
../../guicast/bcbitmap.h:164: error: ISO C++ forbids declaration of ‘XvImage’ with no type
../../guicast/bcbitmap.h:164: error: expected ‘;’ before ‘*’ token
make[3]: *** [x86_64/1080to540.o] Ошибка 1
make[3]: Выход из каталога `/home/alex/tmp/cinelerra-4.4/plugins/1080to540'
make[2]: *** [1080to540] Ошибка 2
make[2]: Выход из каталога `/home/alex/tmp/cinelerra-4.4/plugins'
make[2]: Вход в каталог `/home/alex/tmp/cinelerra-4.4/po'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/alex/tmp/cinelerra-4.4/po'
make[1]: Выход из каталога `/home/alex/tmp/cinelerra-4.4'
alex@alex-ws:~/tmp/cinelerra-4.4$
Так что не все гладко.

Пользователь решил продолжить мысль 26 Сентября 2012, 12:47:16:
После кривой сборки, можно почитать инструкцию:
./cinelerra-4.4/doc/cinelerra.html
Там, в частности, есть такая запись:
A lot of libraries are included to get the version numbers right. Some of the libraries don't compile on SMP systems. One solution is to disable SMP when rebooting and reenable it when compilation is finished. Another solution is to rerun make over and over until it gets through the offending libraries.Тоесть, нужно зайти в BIOS, выключить многоядерность и попытаться собрать в однопроцессорном режиме. Ключа для сборки в нем, видимо не предусмотрено.