[Vm-dev] Undeclare function when compiling the Macos VM

Bert Freudenberg bert at freudenbergs.de
Fri Sep 5 13:07:52 UTC 2008


Am 05.09.2008 um 11:46 schrieb Mathieu Suen:

> Hi,
>
> I have update the svn source code of the VM and now when I compile I  
> have  some undeclared function:
>
> /Users/mathk/Documents/Squeak/squeak-Encapsulation/platforms/Mac OS/ 
> plugins/SoundPlugin/sqUnixSoundMacOSXJMM.c:1140: error:  
> 'sound_GetSwitch' undeclared here (not in a function)
> /Users/mathk/Documents/Squeak/squeak-Encapsulation/platforms/Mac OS/ 
> plugins/SoundPlugin/sqUnixSoundMacOSXJMM.c:1140: error:  
> 'sound_SetSwitch' undeclared here (not in a function)
> /Users/mathk/Documents/Squeak/squeak-Encapsulation/platforms/Mac OS/ 
> plugins/SoundPlugin/sqUnixSoundMacOSXJMM.c:1140: error:  
> 'sound_SetDevice' undeclared here (not in a function)


These are three new mixer functions. Probably you need stubs for them:

http://squeakvm.org/svn/squeak/trunk/platforms/unix/vm-sound-MacOSX/sqUnixSoundMacOSX.c

- Bert -




More information about the Vm-dev mailing list