| I did a cvs update (but not on my master sources -- been caught by that
before)
1: autoconf -i -f gave lots of errors
2: make makefile failed as VERSION and SUBVER had vanished (again)
3: libsnd.c fails to compile as it did
InOut/libsnd.c: In function `sndgetset':
InOut/libsnd.c:410: warning: int format, different type arg (arg 2)
InOut/libsnd.c:410: warning: int format, __builtin_va_list arg (arg 8)
InOut/libsnd.c:410: warning: too few arguments for format
InOut/libsnd.c:532: warning: passing arg 1 of `sreadin' makes pointer from integer without a cast
InOut/libsnd.c:546: warning: return makes pointer from integer without a cast
InOut/libsnd.c: At top level:
InOut/libsnd.c:554: conflicting types for `sreadin'
H/soundio.h:152: previous declaration of `sreadin'
InOut/libsnd.c: In function `soundin':
InOut/libsnd.c:652: warning: passing arg 2 of `sreadin' from incompatible pointer type
InOut/libsnd.c: In function `sfopenin':
InOut/libsnd.c:715: warning: assignment from incompatible pointer type
InOut/libsnd.c:752: warning: assignment from incompatible pointer type
InOut/libsnd.c: In function `sfopenout':
InOut/libsnd.c:862: warning: assignment from incompatible pointer type
which suggests that the changes to soundio.h were not made
Back to the master machine until this is fixed
==John ffitch |