Pbs install Ardour Envoyé par beberto64 le Samedi 19 août 2006 10:31 Articles: 6 Je ne peux pas compiler Ardour avec scons sur une Fedora 5? Merci de me répondre Amicalement
Envoyé par gilles le Samedi 19 août 2006 12:19 Articles: 865 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 ?
Envoyé par beberto64 le Samedi 19 août 2006 12:27 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 SigCSlotData* SigCObjectSlot1_create(Obj*, R (Obj*)(P1)) with R = void, P1 = ARDOUR::Crossfade*, Obj = ARDOUR::AudioPlaylist': libs/sigc++/sigc++/object_slot.h:226: instantiated from 'SigCSlot1 SigCslot(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 SigCSlotData* SigCObjectSlot1_create(Obj*, R (Obj*)(P1)) with R = void, P1 = ARDOUR::Change, Obj = ARDOUR::AudioPlaylist': libs/sigc++/sigc++/object_slot.h:226: instantiated from 'SigCSlot1 SigCslot(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 SigCSlotData* SigCObjectSlot1_create(Obj*, R (Obj*)(P1)) with R = void, P1 = unsigned int, Obj = ARDOUR::StateManager': libs/sigc++/sigc++/object_slot.h:226: instantiated from 'SigCSlot1 SigCslot(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 SigCSlotData* SigCAdaptorBindSlot0_1create(SigCSlotData*, C1) with R = void, C1 = unsigned int': libs/sigc++/sigc++/bind.h:161: instantiated from 'SigCSlot0 SigCbind(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
Envoyé par gilles le Samedi 19 août 2006 12:57 Articles: 865 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
Envoyé par joseph_desiré le Samedi 19 août 2006 13:30 Articles: 261 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.
Envoyé par gilles le Samedi 19 août 2006 13:48 Articles: 865 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 !
Envoyé par beberto64 le Samedi 19 août 2006 15:32 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