On Jul 26, 2009, at 11:17 PM, Alexandre Ratchov wrote:
On Mon, Jul 27, 2009 at 07:57:58AM +0200, Alexandre Ratchov wrote:it seems that /usr/include/sndio.h is not up to date. Does the following help? cd /usr/src/include cvs update sndio.h sudo make install^^^^^^^ it's ``sudo make includes'', of course -- Alexandre
Your off-list instructions (below) fixed it. Thanks :) cd /usr/src cvs update include/sndio.h lib/libsndio usr.bin/aucat cd /usr/src/include make prereq && sudo make includes cd /usr/src/lib/libsndio make obj && make depend && make && sudo make install cd /usr/src/usr.bin/aucat make obj && make depend && make && sudo make install -- bk

