The missing symbol is a D symbol. You probably have to compile in 'deimos/portaudio.di', so in your 'dmd yourprogram.d' compile command
add the full path to the di file:
'dmd yourprogram.d ../path/to/deimos/portaudio.di'

Thanks, that was in fact the problem!

Reply via email to