From 8856a12bb89d78461b3d9ae384e9efc1bc64e4d6 Mon Sep 17 00:00:00 2001 From: Sampo Savolainen Date: Tue, 31 Oct 2006 17:56:50 +0000 Subject: [PATCH] Make missing midi headers message more verbose. git-svn-id: svn://localhost/ardour2/trunk@1038 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index f150d30cb0..013eb7d5e5 100644 --- a/SConstruct +++ b/SConstruct @@ -526,7 +526,7 @@ elif conf.CheckCHeader('/System/Library/Frameworks/CoreMIDI.framework/Headers/Co subst_dict['%MIDITAG%'] = "ardour" subst_dict['%MIDITYPE%'] = "coremidi" else: - print "It appears you don't have the required MIDI libraries installed." + print "It appears you don't have the required MIDI libraries installed. For Linux this means you are missing the development package for ALSA libraries." sys.exit (1) env = conf.Finish() -- 2.30.2