Chargement...
 
Skip to main content

4 - Toutes les autres applications, les émulateurs...


compiler ardour

Articles: 157 France
salut !

Je viens d'essayer de compiler ardour2.0-alpha2 à partir de la page: http://www.linuxmao.org/tikiwiki/tiki-index.php?page=Compiler%20Ardour

C'est d'ailleurs la première fois que j'aissaie de compiler et je ne suis pas un expert de la console.
Mon système est une demudi 2.6.12-3-multimedia-k7
J'ai installé les paquetages manquants pour les lib citées .... et j'ai lancé : scons comme indiqué !
voilà ce que m'a répondu la console :

scons: Reading SConscript files ...
Package sndfile was not found in the pkg-config search path.
Perhaps you should add the directory containing `sndfile.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sndfile' found
Package lrdf was not found in the pkg-config search path.
Perhaps you should add the directory containing `lrdf.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lrdf' found
Package raptor was not found in the pkg-config search path.
Perhaps you should add the directory containing `raptor.pc'
to the PKG_CONFIG_PATH environment variable
No package 'raptor' found
Package samplerate was not found in the pkg-config search path.
Perhaps you should add the directory containing `samplerate.pc'
to the PKG_CONFIG_PATH environment variable
No package 'samplerate' found
Package jack was not found in the pkg-config search path.
Perhaps you should add the directory containing `jack.pc'
to the PKG_CONFIG_PATH environment variable
No package 'jack' found
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package gobject-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gobject-2.0' found
Package gmodule-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gmodule-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gmodule-2.0' found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Package pango was not found in the pkg-config search path.
Perhaps you should add the directory containing `pango.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pango' found
Package libgnomecanvas-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnomecanvas-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnomecanvas-2.0' found
Package libglade-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglade-2.0' found
Checking for C header file alsa/asoundlib.h... no
Checking for C header file /System/Library/Frameworks/CoreMIDI.framework/Headers/CoreMIDI.h... no
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str':
File "SConstruct", line 553:
have_cxx = conf.TryAction (Action (env'CXX' + ' --version'))

Moi pas comprendre ?§😢😕
ça me dit par exemple: "No package 'samplerate' found" alors qu'il est bien installé 🙁
Si quelqu'un peut éventuellement m'aider ......
En tout cas merci pour les nombreuses informations sympas que l'on peut trouver sur ce site !

Articles: 960 France
1) " Try to use h/w specific optimizations " = il essaye d'utiliser les routines SSE

Ensuite deux solutions possibles

2a) Enabling SSE optimized routines = OK ca marche
2b) INFO: No H/W specific optimizations = SSE désactivé ( ce qui n'est pas grave , ca marche comme ca aussi)
Articles: 157 France
Comme je disais plus haut ce sont des routines qui utilisent les extensions multimedia du microprocesseur. (SSE)

Ca permet de gagner quelques cycles CPU lors du mixage. Mais ca fait pas une grosse différence.

le "Erreur de segmentation" est pas bo du tout par contre...

La je calle, eventuellement attend une autre release d'ardour2, c'est du alpha après tout...


Ouai t'inquiètes c'est pas très grave, car j'ai toujours ardour 0.99 qui tourne bien avec demudi ; je peux toujours faire du son: c'est l'essentiel !

D'ailleurs n'hésitez pas à aller fouiner sur le site de mon groupe, on travaille avec Ardour pour balancer des samples en live ...etc.
http://www.godon.org

Articles: 157 France
En fait j'viens de compiler ubuntu via http://www.linuxmao.org/tikiwiki/tiki-index.php?page=Ubuntu
nikel !

Suite à ça je me dis : c'est reparti, compile ardour! Sauf que la page http://ardour.org/releases/ ne marche plu 😢 du coup j'ai choppé ardour-0.99.2.tar.bz2 et me revoilà parti pour un coup de scons .....
Je pense avoir bien installé tous les outils et lib. avec leurs équivalents -dev : mais quand je lance scons il fait son business mais au bout d'un moment il me sort :

ranlib libs/ardour/libardour.a
ar: creating libs/ardour/libardour.a
cd libs/gtkmm && sh ./autogen.sh
./autogen.sh: line 3: aclocal: command not found
scons: *** libs/gtkmm/config.h.in Error 127
scons: building terminated because of errors.

Voilà je ne sais pas comment faire 😕 ❓


Page: 3/3
1  2  3