You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"fluid_event_queue.h", line 109: warning: anonymous union declaration
"fluid_oss.c", line 204: undefined symbol: SOUND_PCM_WRITE_CHANNELS
"fluid_oss.c", line 319: undefined symbol: SOUND_PCM_WRITE_CHANNELS
cc: acomp failed for fluid_oss.c
make[2]: *** [libfluidsynth_la-fluid
A search on the web suggest this macro is an alias for SNDCTL_DSP_CHANNELS, which does exist in /usr/include/sys/audio/audio_oss.h. It does build after replacing, but I don't have a Linux systemhandy to check if it'd work there too.
The configure script does pick up the OpenSound abilitty of OpenSolaris, but make fails with the following:
"fluid_event_queue.h", line 109: warning: anonymous union declaration
"fluid_oss.c", line 204: undefined symbol: SOUND_PCM_WRITE_CHANNELS
"fluid_oss.c", line 319: undefined symbol: SOUND_PCM_WRITE_CHANNELS
cc: acomp failed for fluid_oss.c
make[2]: *** [libfluidsynth_la-fluid
A search on the web suggest this macro is an alias for SNDCTL_DSP_CHANNELS, which does exist in /usr/include/sys/audio/audio_oss.h. It does build after replacing, but I don't have a Linux systemhandy to check if it'd work there too.
Reported by: nobody
Original Ticket: fluidsynth/tickets/74
The text was updated successfully, but these errors were encountered: