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

Mathieu Suen mathk.sue at gmail.com
Fri Sep 5 13:52:11 UTC 2008


On Sep 5, 2008, at 3:07 PM, Bert Freudenberg wrote:

>
> 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 -
>
>


Yes adding the stub worked for me.
thanks

	Mth






More information about the Vm-dev mailing list