We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The configure script for Ubuntu 18.04 fails because of a missing <sys/audioio.h>
To Reproduce
Expected behavior Successful build.
Actual behavior
libtool: compile: gcc -c -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_LINUX_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 -DPA_USE_ALSA=1 -DPA_USE_AUDIOIO=1 -DPA_USE_JACK=1 -DPA_USE_OSS=1 src/hostapi/audioio/pa_unix_audioio.c -fPIC -DPIC -o src/hostapi/audioio/.libs/pa_unix_audioio.o src/hostapi/audioio/pa_unix_audioio.c:46:10: fatal error: sys/audioio.h: No such file or directory #include <sys/audioio.h> ^~~~~~~~~~~~~~~
Desktop (please complete the following information):
Additional context Caused by #645
./configure prints:
checking sys/audioio.h usability... no checking sys/audioio.h presence... no checking for sys/audioio.h... no AudioIO ..................... no
The text was updated successfully, but these errors were encountered:
Fix configure build broken by audioio
ecf5c99
A recent change to configure.in broke the build on Ubuntu. This fixes configure.in and also generates a new "configure" file. Fixes #653
Fix configure build broken by audioio (#654)
28d2781
Fix configure build broken by audioio (PortAudio#654)
399798a
A recent change to configure.in broke the build on Ubuntu. This fixes configure.in and also generates a new "configure" file. Fixes PortAudio#653
e1813cd
Successfully merging a pull request may close this issue.
The configure script for Ubuntu 18.04 fails because of a missing <sys/audioio.h>
To Reproduce
Expected behavior
Successful build.
Actual behavior
libtool: compile: gcc -c -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_LINUX_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 -DPA_USE_ALSA=1 -DPA_USE_AUDIOIO=1 -DPA_USE_JACK=1 -DPA_USE_OSS=1 src/hostapi/audioio/pa_unix_audioio.c -fPIC -DPIC -o src/hostapi/audioio/.libs/pa_unix_audioio.o
src/hostapi/audioio/pa_unix_audioio.c:46:10: fatal error: sys/audioio.h: No such file or directory
#include <sys/audioio.h>
^~~~~~~~~~~~~~~
Desktop (please complete the following information):
Additional context
Caused by #645
./configure prints:
The text was updated successfully, but these errors were encountered: