Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build with OSS support fails on OpenSolaris #74

Closed
derselbst opened this issue May 26, 2010 · 2 comments
Closed

Build with OSS support fails on OpenSolaris #74

derselbst opened this issue May 26, 2010 · 2 comments

Comments

@derselbst
Copy link
Member

The configure script does pick up the OpenSound abilitty of OpenSolaris, but make fails with the following:

cc -DHAVE_CONFIG_H -I. -I../include -D_REENTRANT -D_PTHREADS -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c fluid_oss.c -KPIC -DPIC -o .libs/libfluidsynth_la-fluid_oss.o

"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

@derselbst
Copy link
Member Author

Original comment author: diwic

Fixed in r290, thanks for helping out!

Original comment by: elementgreen

@derselbst
Copy link
Member Author

  • status set to closed
  • resolution set to fixed

Original comment by: elementgreen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants