[Liboss-devel] getting there!
Brought to you by:
thesin
|
From: Benjamin R. <ra...@be...> - 2002-10-23 03:32:31
|
I've added a pkg-config setup (liboss.pc.in) and a rudimentary info
file (liboss.info.in), and I've updated arts to find the pkg-config'd
version of liboss properly.
Arts builds and links, but when I try running artsd, I get:
hijacking /dev/dsp open, and taking it to esd...
using device Built-in audio controller for output:
with sample rate 44100.000000, 2 channels and 32-bit sample
using device Built-in audio controller for input:
with sample rate 44100.000000, 2 channels and 32-bit sample
hijacking /dev/dsp ioctl, and sending it to esd (10 : 4004500f -
0xbffff878)
hijacking /dev/dsp ioctl, and sending it to esd (10 : c0045005 -
0xbffff87c)
hijacking /dev/dsp ioctl, and sending it to esd (10 : c0045003 -
0xbffff880)
hijacking /dev/dsp ioctl, and sending it to esd (10 : c0045002 -
0xbffff884)
hijacking /dev/dsp ioctl, and sending it to esd (10 : c004500a -
0xbffff888)
unhandled /dev/dsp ioctl (c004500a - 0xbffff888)
hijacking /dev/dsp ioctl, and sending it to esd (10 : 4010500c -
0xbffff400)
*** malloc: vm_allocate(size=3221225472) failed with 3
*** malloc[6916]: error: Can't allocate region
*** malloc: vm_allocate(size=3221225472) failed with 3
*** malloc[6916]: error: Can't allocate region
Abort
...so I guess something still isn't happy with it. It should be at
least more accessible to get it installed. It's definite progress...
rock on!
|