Chargement...
 
Skip to main content

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


Pbs install Ardour

Articles: 6
Je ne peux pas compiler Ardour avec scons sur une Fedora 5?

Merci de me répondre

Amicalement


Articles: 865 France
Je ne peux pas compiler Ardour avec scons sur une Fedora 5?

Merci de me répondre

Amicalement


T'as pas un message d'erreur ?
Articles: 6
Je ne peux pas compiler Ardour avec scons sur une Fedora 5?

Merci de me répondre

Amicalement
from libs/ardour/audio_playlist.cc:30:
libs/ardour/ardour/export.h:10:21: error: sndfile.h: No such file or directory
libs/ardour/ardour/export.h:11:24: error: samplerate.h: No such file or directory
libs/ardour/ardour/export.h:28: error: expected class-name before ',' token
libs/ardour/ardour/export.h:47: error: ISO C++ forbids declaration of 'SNDFILE' with no type
libs/ardour/ardour/export.h:47: error: expected ';' before '*' token
libs/ardour/ardour/export.h:70: error: 'SF_INFO' does not name a type
libs/ardour/ardour/export.h:71: error: 'SRC_DATA' does not name a type
libs/ardour/ardour/export.h:72: error: ISO C++ forbids declaration of 'SRC_STATE' with no type
libs/ardour/ardour/export.h:72: error: expected ';' before '*' token
libs/sigc++/sigc++/object_slot.h: In static member function 'static SigC
SlotData* SigC
ObjectSlot1_
create(Obj*, R (Obj
*)(P1)) with R = void, P1 = ARDOUR::Crossfade*, Obj = ARDOUR::AudioPlaylist':
libs/sigc++/sigc++/object_slot.h:226: instantiated from 'SigC
Slot1 SigC
slot(O&, R (O2::*)(P1)) with R = void, P1 = ARDOUR::Crossfade*, O = ARDOUR::AudioPlaylist, O2 = ARDOUR::AudioPlaylist'
libs/ardour/audio_playlist.cc:498: instantiated from here
libs/sigc++/sigc++/object_slot.h:160: warning: type-punning to incomplete type might break strict-aliasing rules
libs/sigc++/sigc++/object_slot.h: In static member function 'static SigC
SlotData* SigC
ObjectSlot1_
create(Obj*, R (Obj
*)(P1)) with R = void, P1 = ARDOUR::Change, Obj = ARDOUR::AudioPlaylist':
libs/sigc++/sigc++/object_slot.h:226: instantiated from 'SigC
Slot1 SigC
slot(O&, R (O2::*)(P1)) with R = void, P1 = ARDOUR::Change, O = ARDOUR::AudioPlaylist, O2 = ARDOUR::AudioPlaylist'
libs/ardour/audio_playlist.cc:499: instantiated from here
libs/sigc++/sigc++/object_slot.h:160: warning: type-punning to incomplete type might break strict-aliasing rules
libs/sigc++/sigc++/object_slot.h: In static member function 'static SigC
SlotData* SigC
ObjectSlot1_
create(Obj*, R (Obj
*)(P1)) with R = void, P1 = unsigned int, Obj = ARDOUR::StateManager':
libs/sigc++/sigc++/object_slot.h:226: instantiated from 'SigC
Slot1 SigC
slot(O&, R (O2::*)(P1)) with R = void, P1 = ARDOUR::state_id_t, O = ARDOUR::AudioPlaylist, O2 = ARDOUR::StateManager'
libs/ardour/audio_playlist.cc:691: instantiated from here
libs/sigc++/sigc++/object_slot.h:160: warning: type-punning to incomplete type might break strict-aliasing rules
libs/sigc++/sigc++/bind.h: In static member function 'static SigC
SlotData* SigC
AdaptorBindSlot0_1
create(SigC
SlotData*, C1) with R = void, C1 = unsigned int':
libs/sigc++/sigc++/bind.h:161: instantiated from 'SigC
Slot0 SigC
bind(const SigC::Slot1&, C1) with C1 = unsigned int, R = void'
libs/ardour/audio_playlist.cc:691: instantiated from here
libs/sigc++/sigc++/bind.h:105: warning: type-punning to incomplete type might break strict-aliasing rules
scons: *** libs/ardour/audio_playlist.o Error 1
scons: building terminated because of errors.

voila ce que j'ai
merci
Articles: 865 France
Je ne peux pas compiler Ardour avec scons sur une Fedora 5?

Merci de me répondre

Amicalement


Soit tu installes Ardour à partir d'un RPM qui doit se trouver à mon avis, soit tu entreprends de le compiler comme tu le fais. Dans ce dernier cas il faut que tu aies installé un certain nombre de fichiers header nécessaire... Dans le cas présent il te dit qu'il te manque les header de libsoundfile... Ca doit se trouver dans le package libsoundfile-dev


Articles: 261 France
Je dirais plutot qu'il manque :

libsndfile-dev et libsamplerate-dev.


Avant de se lancer dans la compile, faut lire le README qui indique quoi installer avant.
Articles: 865 France
Je dirais plutot qu'il manque :

libsndfile-dev et libsamplerate-dev.


Avant de se lancer dans la compile, faut lire le README qui indique quoi installer avant.


Oui autant pour moi !
Articles: 6
Je ne peux pas compiler Ardour avec scons sur une Fedora 5?

Merci de me répondre

Amicalement

OK j'ai fais ce que l'on ma conseillé et cela marche
je vous remercie
Amicalement