Opened 6 months ago
Last modified 6 months ago
#69936 new defect
libsamplerate fails to build on Tiger: error: expected specifier-qualifier-list before 'AudioDeviceIOProcID'
Reported by: | barracuda156 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.3 |
Keywords: | tiger | Cc: | |
Port: | libsamplerate |
Description
examples/audio_out.c:461: error: expected specifier-qualifier-list before 'AudioDeviceIOProcID' examples/audio_out.c: In function 'macosx_open': examples/audio_out.c:546: warning: implicit declaration of function 'AudioDeviceCreateIOProcID' examples/audio_out.c:546: warning: nested extern declaration of 'AudioDeviceCreateIOProcID' examples/audio_out.c:547: error: 'MACOSX_AUDIO_OUT' has no member named 'ioprocid' examples/audio_out.c: In function 'macosx_close': examples/audio_out.c:606: warning: implicit declaration of function 'AudioDeviceDestroyIOProcID' examples/audio_out.c:606: warning: nested extern declaration of 'AudioDeviceDestroyIOProcID' examples/audio_out.c:607: error: 'MACOSX_AUDIO_OUT' has no member named 'ioprocid' make: *** [examples/varispeed_play-audio_out.o] Error 1 make: *** Waiting for unfinished jobs.... mv -f examples/.deps/varispeed_play-varispeed-play.Tpo examples/.deps/varispeed_play-varispeed-play.Po make: *** Waiting for unfinished jobs....
Note: See
TracTickets for help on using
tickets.
Related #50057