Thomas Weber schrieb: >> Can you once again tell me why you see the 'ofsndplay' utility on Linux - I >> can't find the origin of that problem and why this happens? > > // PKG_ADD: global sound_play_utility="ofsndplay -"; > from OFSndPlay.cc ends up in audio's PKG_ADD file. This sets the global > variable unconditionally.
Oh, oh. Thanks, I didn't notice that. Then what about a quick and dirty hack like this for the moment // PKG_ADD: if (ismac ()), global sound_play_utility="ofsndplay -"; endif would this already solve your problem? > Just load the package on Mac, the sound_play_utility variable should be > set even if you don't have the ofsndplay utility installed. Yes right, I see. Thanks again, Thomas ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev