On Sat, 21 Nov 2009 19:53:32 +0900, Filip Hajny <filip%joyent.com@localhost>
wrote:
On 21.11.2009, at 11:45, OBATA Akio wrote:
BTW, I can't find why libsndfile succeed to build without sys/
audioio.h, it seems that
sndfile_play is always built (and if no sys/audioio.h on Solaris,
failed to build).
As explained above, sndfile_play is not Solaris-specific, and only
includes audioio.h on Solaris platforms.
Yes, it should be failed to compile sndfile_play.c and failed to
"make build",
instead of succeed to build with missing sndfile_play.
Even if audlo-support-less platforms, sndfile_play will be built
(and it just say "not support" every execution).