[CM] Re: sndplay

Rick Taube taube@uiuc.edu
Tue, 23 Aug 2005 12:30:36 -0500


> The next step is (mus-audio-describe) and see if there's any obvious 
> screw-up.

? (mus-audio-describe)
NIL
? (quit)
audio stubbed out

its stubbed out -- for some reason MUS_MAC_OSX isnt getting defined in 
any .h (but config.log has "#define MUS_MAC_OSX 1")  . Also tHe 
_sndlib.h file uses MUS_MAC_OSX but does not define it.

if i add " -DMUS_MAC_OSX=1"  to *cflags* and then build then it all 
works. :mac-osx is being defined as a lisp feature if thats an issue

so somehing with the autodetection is screwed up i guess.