Can someone change PharoVM build configs
regarding issue
12493Sound does not work for Windows and Linux VMs because
windows) PharoVMBuilder does not include soundplugin in the windows config
linux) vm-sound-alsa has unresolved externals -> can not be loaded
squeaks vm-sound-oss and vm-sound-pulse are working with pharo too
vm-sound-oss source is in pharos vm source, but not in pharovmbuilders
config, so it just isn't built.
For me, it looks like it is solveable by just changing PharoVMBuilder configs.
I built my own VMs for Windows (Windows 7 32Bit) and Linux (Ubuntu 10.04),
and it works. But I don't know if the exclusion of this plugins is on purpose
because they may make problems on other Win/Linux versions.
Nicolai