#76 Le 25/12/2007, à 09:44
- Alex Grim
Re : Compilation Cinelerra
Salut !
Problème quand je compile Cinelerra. L'étape configure passe, mais ça bloque à make.
xavier@localhost:~/Compilation/cinelerra-2.1$ make make -f build/Makefile.cinelerra sh: -c: line 1: syntax error: unexpected end of file make[1]: Entering directory `/home/xavier/Compilation/cinelerra-2.1' gcc -c -O2 -fomit-frame-pointer -falign-loops=2 -falign-jumps=2 -falign-functions=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../freetype-2.1.4/include -I../../ -DHAVE_OSS -DHAVE_FIREWIRE soundtest.c -o x86_64/soundtest.o Assembler messages: FATAL: can't create x86_64/soundtest.o: No such file or directory make[1]: *** [x86_64/soundtest.o] Error 1 make[1]: Leaving directory `/home/xavier/Compilation/cinelerra-2.1' make: *** [all] Error 2 xavier@localhost:~/Compilation/cinelerra-2.1$
Avez vous une idée ? Probleme de dépendances ?
Pssst:
# mkdir ./x86_64
# make
-------------------------------------
http://LinuxIntro.com
#77 Le 25/12/2007, à 09:59
- Alex Grim
Re : Compilation Cinelerra
After that, you will get more of the same type of errors, just make more of the things that are missing.
/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/Alex/Desktop/cinelerra-2.1/quicktime'
make[2]: *** No rule to make target `x86_64', needed by `all'. Stop.
make[2]: Leaving directory `/home/Alex/Desktop/cinelerra-2.1/quicktime'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/Alex/Desktop/cinelerra-2.1'
make: *** [all] Error 2
[^v^]# mkdir /x86_64/c_flags
mkdir: cannot create directory `/x86_64/c_flags': No such file or directory
[^v^]# mkdir ./x86_64/c_flags
[^v^]# mkdir ./x86_64/lame_flags
[^v^]# mkdir ./x86_64/objs
[^v^]#
PS: I don't speak a word of french, so, good luck!
#78 Le 25/12/2007, à 10:16
- brakbabord
Re : Compilation Cinelerra
à‡a fait longtemps que je n'essaie plus de compiler Cinelerra !
Maintenant il est dans les dépots (ou alors c'est sur Debian Sid je ne sais plus)
Hors ligne
#79 Le 25/12/2007, à 10:22
- Alex Grim
Re : Compilation Cinelerra
After that, you will get more of the same type of errors, just make more of the things that are missing.
/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/Alex/Desktop/cinelerra-2.1/quicktime' make[2]: *** No rule to make target `x86_64', needed by `all'. Stop. make[2]: Leaving directory `/home/Alex/Desktop/cinelerra-2.1/quicktime' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/Alex/Desktop/cinelerra-2.1' make: *** [all] Error 2 [^v^]# mkdir /x86_64/c_flags mkdir: cannot create directory `/x86_64/c_flags': No such file or directory [^v^]# mkdir ./x86_64/c_flags [^v^]# mkdir ./x86_64/lame_flags [^v^]# mkdir ./x86_64/objs [^v^]#
PS: I don't speak a word of french, so, good luck!
This is wrong, do this instead:
[^v^]# mkdir ./quicktime/x86_64
[^v^]# mkdir .quicktime/x86_64/encore50
[^v^]# mkdir ./quicktime/x86_64/lame-3.93.1
[^v^]# mkdir ./quicktime/x86_64/lame-3.93.1/libmp3lame
[^v^]# make
#80 Le 25/12/2007, à 10:27
- Alex Grim
Re : Compilation Cinelerra
[^v^]# mkdir ./quicktime/x86_64/encore50
I don't use Ubuntu or Debian, so i don't know what's going on with the packaging. I only use Fedora, but i try to post the solutions i find to everyone that can use them. That's why i started http://LinuxIntro.com
http://translate.google.com/translate_t?langpair=en|fr
#81 Le 25/12/2007, à 10:34
- brakbabord
Re : Compilation Cinelerra
I just said this topic is 1 year-old, now Cinelerra is available in Debian repositories. Compiling is not necessary anymore.
Dernière modification par brakbabord (Le 25/12/2007, à 10:35)
Hors ligne
#82 Le 25/12/2007, à 10:36
- Alex Grim
Re : Compilation Cinelerra
Ok, there's more folder's to make (as you can tell, i'm posting this as i go along and fix things):
[^v^]# mkdir ./OpenEXR-1.2.1/x86_64/Half
[^v^]# mkdir ./OpenEXR-1.2.1/x86_64
[^v^]# mkdir ./OpenEXR-1.2.1/x86_64/Iex
[^v^]# mkdir ./OpenEXR-1.2.1/x86_64/Imath
[^v^]# mkdir ./OpenEXR-1.2.1/x86_64/IlmImf
[^v^]# make
NOW, it will completely compile, sheeshe!
#83 Le 13/05/2008, à 11:14
- laurentb
Re : Compilation Cinelerra
Salut à tous,
le dépôt lprod contient un nouveau paquet cinelerra pour hardy
c'est ici : http://fr.lprod.org/wiki/doku.php?id=video:cinelerra#ubuntu_hardy_heron_studio_8.04
Bonne install,
Laurent,
équipe lprod.org
Laurent Bellegarde, professeur de SVT, 33, Mérignac, France
GNU/Linux à l'ecole : www.abuledu.org, www.primtux.fr
Lugs : www.euskalug.org, www.abul.org
Hors ligne
#84 Le 13/05/2008, à 13:55
- Compte anonymisé
Re : Compilation Cinelerra
Pour 64 bits aussi ?
#85 Le 17/05/2008, à 10:47
- brakbabord
Re : Compilation Cinelerra
On dirait que non
Hors ligne