[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] linux midi
nescivi schrieb:
On Thursday 07 May 2009 12:43:39 andersvi@xxxxxxxxxx wrote:
> >>> (cached) is the keyword here...
> >>> it's using the cached value, rather than looking anew.
>
> Does passing --cache-disable to scons help?
no
or removing the scache.conf file?
no
it is realy strange but when i add some print messages to the SConstruct
i get it working
Checking for alsa... (cached) yes
Index: SConstruct
===================================================================
--- SConstruct (Revision 9148)
+++ SConstruct (Arbeitskopie)
@@ -501,15 +501,31 @@
features['rendezvous'] = False
libraries['rendezvous'] = False
+print env['ALSA'];
+print features;
+print libraries;
+print conf.CheckPKG('alsa');
+
# alsa
if env['ALSA']:
features['alsa'], libraries['alsa'] = conf.CheckPKG('alsa')
else:
features['alsa'] = False
+
+print env['ALSA'];
+print features;
+print libraries;
+print conf.CheckPKG('alsa');
+
if features['alsa']:
libraries['alsa'].Append(CPPDEFINES = ['HAVE_ALSA'])
+print env['ALSA'];
+print features;
+print libraries;
+print conf.CheckPKG('alsa');
+
# midi
if
conf.CheckCHeader('/System/Library/Frameworks/CoreMIDI.framework/Headers/Cor
eMIDI.h'):
features['midiapi'] = 'CoreMIDI'
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/