a certain Miller Puckette <mpuckett(a)man104-1.ucsd.edu> wrote:
> Hi all,
>
> I've released version 0.37 test 7...
>
> I added a "finishing touch" which turned out to be a fairly radical
> change; henceforth, you can close and open the audio and MIDI systems
> at will and/or choose devices, sample rate, etc.
>
> Next thing is to update the documentation accordingly...
>
> cheers
> Miller
>
Hi
I cannot compile it, even when I remove the -Werror flag:
cc -DPD -DUNIX -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DPA_USE_OSS -DPA_LITTLE_ENDIAN -DUSEAPI_OSS -I../portaudio/pa_common -I../portaudio/pablio -I../portaudio/portmidi-macosx -Werror -DPA_USE_ALSA -DUSEAPI_ALSA -DUSEAPI_JACK -DINSTALL_PREFIX=\"/usr/local\" -I. -c -o ../obj/g_bang.o g_bang.c
g_bang.c: In function `bng_new':
g_bang.c:442: warning: dereferencing type-punned pointer will break strict-aliasing rules
g_bang.c:443: warning: dereferencing type-punned pointer will break strict-aliasing rules
make: *** [g_bang.o] Error 1
m