Advertisement
Guest User

portaudio mingw building

a guest
Aug 30th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 94.53 KB | None | 0 0
  1. bash-3.1$ ./configure
  2. checking build system type... i686-pc-mingw32
  3. checking host system type... i686-pc-mingw32
  4. checking target system type... i686-pc-mingw32
  5. checking for gcc... gcc
  6. checking whether the C compiler works... yes
  7. checking for C compiler default output file name... a.exe
  8. checking for suffix of executables... .exe
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking for as... as
  15. checking for dlltool... dlltool
  16. checking for objdump... objdump
  17. checking how to print strings... printf
  18. checking for a sed that does not truncate output... /usr/bin/sed
  19. checking for grep that handles long lines and -e... /usr/bin/grep
  20. checking for egrep... /usr/bin/grep -E
  21. checking for fgrep... /usr/bin/grep -F
  22. checking for ld used by gcc... /usr/bin/ld
  23. checking if the linker (/usr/bin/ld) is GNU ld... yes
  24. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  25. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  26. checking whether ln -s works... no, using cp -pR
  27. checking the maximum length of command line arguments... 8192
  28. checking whether the shell understands some XSI constructs... yes
  29. checking whether the shell understands "+="... yes
  30. checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format... func_convert_file_msys_to_w32
  31. checking how to convert i686-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
  32. checking for /usr/bin/ld option to reload object files... -r
  33. checking for objdump... (cached) objdump
  34. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  35. checking for dlltool... (cached) dlltool
  36. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  37. checking for ar... ar
  38. checking for archiver @FILE support... @
  39. checking for strip... strip
  40. checking for ranlib... ranlib
  41. checking for gawk... gawk
  42. checking command to parse /usr/bin/nm -B output from gcc object... ok
  43. checking for sysroot... no
  44. checking for mt... no
  45. checking if : is a manifest tool... no
  46. checking how to run the C preprocessor... gcc -E
  47. checking for ANSI C header files... yes
  48. checking for sys/types.h... yes
  49. checking for sys/stat.h... yes
  50. checking for stdlib.h... yes
  51. checking for string.h... yes
  52. checking for memory.h... yes
  53. checking for strings.h... yes
  54. checking for inttypes.h... no
  55. checking for stdint.h... no
  56. checking for unistd.h... yes
  57. checking for dlfcn.h... yes
  58. checking for objdir... .libs
  59. checking if gcc supports -fno-rtti -fno-exceptions... no
  60. checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
  61. checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  62. checking if gcc static flag -static works... no
  63. checking if gcc supports -c -o file.o... yes
  64. checking if gcc supports -c -o file.o... (cached) yes
  65. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  66. checking whether -lc should be explicitly linked in... yes
  67. checking dynamic linker characteristics... Win32 ld.exe
  68. checking how to hardcode library paths into programs... immediate
  69. checking whether stripping libraries is possible... yes
  70. checking if libtool supports shared libraries... yes
  71. checking whether to build shared libraries... yes
  72. checking whether to build static libraries... yes
  73. checking for a BSD-compatible install... /usr/bin/install -c
  74. checking whether ln -s works... no, using cp -pR
  75. checking for ar... /usr/bin/ar
  76. checking whether byte ordering is bigendian... no
  77. checking for snd_pcm_open in -lasound... no
  78. checking for HPI_SubSysCreate in -lhpi... no
  79. checking sys/soundcard.h usability... yes
  80. checking sys/soundcard.h presence... yes
  81. checking for sys/soundcard.h... yes
  82. checking linux/soundcard.h usability... no
  83. checking linux/soundcard.h presence... no
  84. checking for linux/soundcard.h... no
  85. checking machine/soundcard.h usability... no
  86. checking machine/soundcard.h presence... no
  87. checking for machine/soundcard.h... no
  88. checking for _oss_ioctl in -lossaudio... no
  89. checking for pkg-config... no
  90. checking for JACK... no
  91. checking size of short... 2
  92. checking size of int... 4
  93. checking size of long... 4
  94. checking for clock_gettime in -lrt... no
  95. checking for clock_gettime... no
  96. checking for nanosleep... no
  97. configure: creating ./config.status
  98. config.status: creating Makefile
  99. config.status: creating portaudio-2.0.pc
  100. config.status: executing libtool commands
  101.  
  102. Configuration summary:
  103.  
  104.   Target ...................... i686-pc-mingw32
  105.   C++ bindings ................ no
  106.   Debug output ................ no
  107.  
  108.   WMME ........................ yes
  109.   DSound ...................... no
  110.   ASIO ........................ no
  111.   WASAPI ...................... no
  112.   WDMKS ....................... no
  113.  
  114. bash-3.1$ make
  115. if test -n "" ; then for dir in ""; do make -C $dir all; done ; fi
  116. /bin/sh ./libtool --mode=link gcc -o bin/patest1 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest1.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  117. libtool: link: gcc -o bin/.libs/patest1 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest1.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  118. bin/.libs/lt-patest1.c:22:21: stdint.h: No such file or directory
  119. bin/.libs/lt-patest1.c: In function `main':
  120. bin/.libs/lt-patest1.c:181: error: `intptr_t' undeclared (first use in this function)
  121. bin/.libs/lt-patest1.c:181: error: (Each undeclared identifier is reported only once
  122. bin/.libs/lt-patest1.c:181: error: for each function it appears in.)
  123. bin/.libs/lt-patest1.c:181: error: parse error before "rval"
  124. bin/.libs/lt-patest1.c:315: error: `rval' undeclared (first use in this function)
  125. bin/.libs/lt-patest1.c:315: error: `_P_WAIT' undeclared (first use in this function)
  126. strip: 'bin/patest1.exe': No such file
  127. ./libtool: line 9523: bin/patest1.exe: No such file or directory
  128. /bin/sh ./libtool --mode=link gcc -o bin/patest_buffer -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_buffer.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  129. libtool: link: gcc -o bin/.libs/patest_buffer -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_buffer.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  130. bin/.libs/lt-patest_buffer.c:22:21: stdint.h: No such file or directory
  131. bin/.libs/lt-patest_buffer.c: In function `main':
  132. bin/.libs/lt-patest_buffer.c:181: error: `intptr_t' undeclared (first use in this function)
  133. bin/.libs/lt-patest_buffer.c:181: error: (Each undeclared identifier is reported only once
  134. bin/.libs/lt-patest_buffer.c:181: error: for each function it appears in.)
  135. bin/.libs/lt-patest_buffer.c:181: error: parse error before "rval"
  136. bin/.libs/lt-patest_buffer.c:315: error: `rval' undeclared (first use in this function)
  137. bin/.libs/lt-patest_buffer.c:315: error: `_P_WAIT' undeclared (first use in this function)
  138. strip: 'bin/patest_buffer.exe': No such file
  139. ./libtool: line 9523: bin/patest_buffer.exe: No such file or directory
  140. /bin/sh ./libtool --mode=link gcc -o bin/patest_callbackstop -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_callbackstop.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  141. libtool: link: gcc -o bin/.libs/patest_callbackstop -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_callbackstop.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  142. bin/.libs/lt-patest_callbackstop.c:22:21: stdint.h: No such file or directory
  143. bin/.libs/lt-patest_callbackstop.c: In function `main':
  144. bin/.libs/lt-patest_callbackstop.c:181: error: `intptr_t' undeclared (first use in this function)
  145. bin/.libs/lt-patest_callbackstop.c:181: error: (Each undeclared identifier is reported only once
  146. bin/.libs/lt-patest_callbackstop.c:181: error: for each function it appears in.)
  147. bin/.libs/lt-patest_callbackstop.c:181: error: parse error before "rval"
  148. bin/.libs/lt-patest_callbackstop.c:315: error: `rval' undeclared (first use in this function)
  149. bin/.libs/lt-patest_callbackstop.c:315: error: `_P_WAIT' undeclared (first use in this function)
  150. strip: 'bin/patest_callbackstop.exe': No such file
  151. ./libtool: line 9523: bin/patest_callbackstop.exe: No such file or directory
  152. /bin/sh ./libtool --mode=link gcc -o bin/patest_clip -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_clip.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  153. libtool: link: gcc -o bin/.libs/patest_clip -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_clip.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  154. bin/.libs/lt-patest_clip.c:22:21: stdint.h: No such file or directory
  155. bin/.libs/lt-patest_clip.c: In function `main':
  156. bin/.libs/lt-patest_clip.c:181: error: `intptr_t' undeclared (first use in this function)
  157. bin/.libs/lt-patest_clip.c:181: error: (Each undeclared identifier is reported only once
  158. bin/.libs/lt-patest_clip.c:181: error: for each function it appears in.)
  159. bin/.libs/lt-patest_clip.c:181: error: parse error before "rval"
  160. bin/.libs/lt-patest_clip.c:315: error: `rval' undeclared (first use in this function)
  161. bin/.libs/lt-patest_clip.c:315: error: `_P_WAIT' undeclared (first use in this function)
  162. strip: 'bin/patest_clip.exe': No such file
  163. ./libtool: line 9523: bin/patest_clip.exe: No such file or directory
  164. /bin/sh ./libtool --mode=link gcc -o bin/patest_dither -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_dither.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  165. libtool: link: gcc -o bin/.libs/patest_dither -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_dither.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  166. bin/.libs/lt-patest_dither.c:22:21: stdint.h: No such file or directory
  167. bin/.libs/lt-patest_dither.c: In function `main':
  168. bin/.libs/lt-patest_dither.c:181: error: `intptr_t' undeclared (first use in this function)
  169. bin/.libs/lt-patest_dither.c:181: error: (Each undeclared identifier is reported only once
  170. bin/.libs/lt-patest_dither.c:181: error: for each function it appears in.)
  171. bin/.libs/lt-patest_dither.c:181: error: parse error before "rval"
  172. bin/.libs/lt-patest_dither.c:315: error: `rval' undeclared (first use in this function)
  173. bin/.libs/lt-patest_dither.c:315: error: `_P_WAIT' undeclared (first use in this function)
  174. strip: 'bin/patest_dither.exe': No such file
  175. ./libtool: line 9523: bin/patest_dither.exe: No such file or directory
  176. /bin/sh ./libtool --mode=link gcc -o bin/patest_hang -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_hang.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  177. libtool: link: gcc -o bin/.libs/patest_hang -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_hang.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  178. bin/.libs/lt-patest_hang.c:22:21: stdint.h: No such file or directory
  179. bin/.libs/lt-patest_hang.c: In function `main':
  180. bin/.libs/lt-patest_hang.c:181: error: `intptr_t' undeclared (first use in this function)
  181. bin/.libs/lt-patest_hang.c:181: error: (Each undeclared identifier is reported only once
  182. bin/.libs/lt-patest_hang.c:181: error: for each function it appears in.)
  183. bin/.libs/lt-patest_hang.c:181: error: parse error before "rval"
  184. bin/.libs/lt-patest_hang.c:315: error: `rval' undeclared (first use in this function)
  185. bin/.libs/lt-patest_hang.c:315: error: `_P_WAIT' undeclared (first use in this function)
  186. strip: 'bin/patest_hang.exe': No such file
  187. ./libtool: line 9523: bin/patest_hang.exe: No such file or directory
  188. /bin/sh ./libtool --mode=link gcc -o bin/patest_in_overflow -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_in_overflow.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  189. libtool: link: gcc -o bin/.libs/patest_in_overflow -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_in_overflow.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  190. bin/.libs/lt-patest_in_overflow.c:22:21: stdint.h: No such file or directory
  191. bin/.libs/lt-patest_in_overflow.c: In function `main':
  192. bin/.libs/lt-patest_in_overflow.c:181: error: `intptr_t' undeclared (first use in this function)
  193. bin/.libs/lt-patest_in_overflow.c:181: error: (Each undeclared identifier is reported only once
  194. bin/.libs/lt-patest_in_overflow.c:181: error: for each function it appears in.)
  195. bin/.libs/lt-patest_in_overflow.c:181: error: parse error before "rval"
  196. bin/.libs/lt-patest_in_overflow.c:315: error: `rval' undeclared (first use in this function)
  197. bin/.libs/lt-patest_in_overflow.c:315: error: `_P_WAIT' undeclared (first use in this function)
  198. strip: 'bin/patest_in_overflow.exe': No such file
  199. ./libtool: line 9523: bin/patest_in_overflow.exe: No such file or directory
  200. /bin/sh ./libtool --mode=link gcc -o bin/patest_latency -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_latency.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  201. libtool: link: gcc -o bin/.libs/patest_latency -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_latency.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  202. bin/.libs/lt-patest_latency.c:22:21: stdint.h: No such file or directory
  203. bin/.libs/lt-patest_latency.c: In function `main':
  204. bin/.libs/lt-patest_latency.c:181: error: `intptr_t' undeclared (first use in this function)
  205. bin/.libs/lt-patest_latency.c:181: error: (Each undeclared identifier is reported only once
  206. bin/.libs/lt-patest_latency.c:181: error: for each function it appears in.)
  207. bin/.libs/lt-patest_latency.c:181: error: parse error before "rval"
  208. bin/.libs/lt-patest_latency.c:315: error: `rval' undeclared (first use in this function)
  209. bin/.libs/lt-patest_latency.c:315: error: `_P_WAIT' undeclared (first use in this function)
  210. strip: 'bin/patest_latency.exe': No such file
  211. ./libtool: line 9523: bin/patest_latency.exe: No such file or directory
  212. /bin/sh ./libtool --mode=link gcc -o bin/patest_leftright -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_leftright.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  213. libtool: link: gcc -o bin/.libs/patest_leftright -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_leftright.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  214. bin/.libs/lt-patest_leftright.c:22:21: stdint.h: No such file or directory
  215. bin/.libs/lt-patest_leftright.c: In function `main':
  216. bin/.libs/lt-patest_leftright.c:181: error: `intptr_t' undeclared (first use in this function)
  217. bin/.libs/lt-patest_leftright.c:181: error: (Each undeclared identifier is reported only once
  218. bin/.libs/lt-patest_leftright.c:181: error: for each function it appears in.)
  219. bin/.libs/lt-patest_leftright.c:181: error: parse error before "rval"
  220. bin/.libs/lt-patest_leftright.c:315: error: `rval' undeclared (first use in this function)
  221. bin/.libs/lt-patest_leftright.c:315: error: `_P_WAIT' undeclared (first use in this function)
  222. strip: 'bin/patest_leftright.exe': No such file
  223. ./libtool: line 9523: bin/patest_leftright.exe: No such file or directory
  224. /bin/sh ./libtool --mode=link gcc -o bin/patest_longsine -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_longsine.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  225. libtool: link: gcc -o bin/.libs/patest_longsine -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_longsine.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  226. bin/.libs/lt-patest_longsine.c:22:21: stdint.h: No such file or directory
  227. bin/.libs/lt-patest_longsine.c: In function `main':
  228. bin/.libs/lt-patest_longsine.c:181: error: `intptr_t' undeclared (first use in this function)
  229. bin/.libs/lt-patest_longsine.c:181: error: (Each undeclared identifier is reported only once
  230. bin/.libs/lt-patest_longsine.c:181: error: for each function it appears in.)
  231. bin/.libs/lt-patest_longsine.c:181: error: parse error before "rval"
  232. bin/.libs/lt-patest_longsine.c:315: error: `rval' undeclared (first use in this function)
  233. bin/.libs/lt-patest_longsine.c:315: error: `_P_WAIT' undeclared (first use in this function)
  234. strip: 'bin/patest_longsine.exe': No such file
  235. ./libtool: line 9523: bin/patest_longsine.exe: No such file or directory
  236. /bin/sh ./libtool --mode=link gcc -o bin/patest_many -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_many.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  237. libtool: link: gcc -o bin/.libs/patest_many -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_many.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  238. bin/.libs/lt-patest_many.c:22:21: stdint.h: No such file or directory
  239. bin/.libs/lt-patest_many.c: In function `main':
  240. bin/.libs/lt-patest_many.c:181: error: `intptr_t' undeclared (first use in this function)
  241. bin/.libs/lt-patest_many.c:181: error: (Each undeclared identifier is reported only once
  242. bin/.libs/lt-patest_many.c:181: error: for each function it appears in.)
  243. bin/.libs/lt-patest_many.c:181: error: parse error before "rval"
  244. bin/.libs/lt-patest_many.c:315: error: `rval' undeclared (first use in this function)
  245. bin/.libs/lt-patest_many.c:315: error: `_P_WAIT' undeclared (first use in this function)
  246. strip: 'bin/patest_many.exe': No such file
  247. ./libtool: line 9523: bin/patest_many.exe: No such file or directory
  248. /bin/sh ./libtool --mode=link gcc -o bin/patest_maxsines -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_maxsines.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  249. libtool: link: gcc -o bin/.libs/patest_maxsines -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_maxsines.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  250. bin/.libs/lt-patest_maxsines.c:22:21: stdint.h: No such file or directory
  251. bin/.libs/lt-patest_maxsines.c: In function `main':
  252. bin/.libs/lt-patest_maxsines.c:181: error: `intptr_t' undeclared (first use in this function)
  253. bin/.libs/lt-patest_maxsines.c:181: error: (Each undeclared identifier is reported only once
  254. bin/.libs/lt-patest_maxsines.c:181: error: for each function it appears in.)
  255. bin/.libs/lt-patest_maxsines.c:181: error: parse error before "rval"
  256. bin/.libs/lt-patest_maxsines.c:315: error: `rval' undeclared (first use in this function)
  257. bin/.libs/lt-patest_maxsines.c:315: error: `_P_WAIT' undeclared (first use in this function)
  258. strip: 'bin/patest_maxsines.exe': No such file
  259. ./libtool: line 9523: bin/patest_maxsines.exe: No such file or directory
  260. /bin/sh ./libtool --mode=link gcc -o bin/patest_mono -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_mono.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  261. libtool: link: gcc -o bin/.libs/patest_mono -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_mono.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  262. bin/.libs/lt-patest_mono.c:22:21: stdint.h: No such file or directory
  263. bin/.libs/lt-patest_mono.c: In function `main':
  264. bin/.libs/lt-patest_mono.c:181: error: `intptr_t' undeclared (first use in this function)
  265. bin/.libs/lt-patest_mono.c:181: error: (Each undeclared identifier is reported only once
  266. bin/.libs/lt-patest_mono.c:181: error: for each function it appears in.)
  267. bin/.libs/lt-patest_mono.c:181: error: parse error before "rval"
  268. bin/.libs/lt-patest_mono.c:315: error: `rval' undeclared (first use in this function)
  269. bin/.libs/lt-patest_mono.c:315: error: `_P_WAIT' undeclared (first use in this function)
  270. strip: 'bin/patest_mono.exe': No such file
  271. ./libtool: line 9523: bin/patest_mono.exe: No such file or directory
  272. /bin/sh ./libtool --mode=link gcc -o bin/patest_multi_sine -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_multi_sine.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  273. libtool: link: gcc -o bin/.libs/patest_multi_sine -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_multi_sine.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  274. bin/.libs/lt-patest_multi_sine.c:22:21: stdint.h: No such file or directory
  275. bin/.libs/lt-patest_multi_sine.c: In function `main':
  276. bin/.libs/lt-patest_multi_sine.c:181: error: `intptr_t' undeclared (first use in this function)
  277. bin/.libs/lt-patest_multi_sine.c:181: error: (Each undeclared identifier is reported only once
  278. bin/.libs/lt-patest_multi_sine.c:181: error: for each function it appears in.)
  279. bin/.libs/lt-patest_multi_sine.c:181: error: parse error before "rval"
  280. bin/.libs/lt-patest_multi_sine.c:315: error: `rval' undeclared (first use in this function)
  281. bin/.libs/lt-patest_multi_sine.c:315: error: `_P_WAIT' undeclared (first use in this function)
  282. strip: 'bin/patest_multi_sine.exe': No such file
  283. ./libtool: line 9523: bin/patest_multi_sine.exe: No such file or directory
  284. /bin/sh ./libtool --mode=link gcc -o bin/patest_out_underflow -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_out_underflow.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  285. libtool: link: gcc -o bin/.libs/patest_out_underflow -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_out_underflow.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  286. bin/.libs/lt-patest_out_underflow.c:22:21: stdint.h: No such file or directory
  287. bin/.libs/lt-patest_out_underflow.c: In function `main':
  288. bin/.libs/lt-patest_out_underflow.c:181: error: `intptr_t' undeclared (first use in this function)
  289. bin/.libs/lt-patest_out_underflow.c:181: error: (Each undeclared identifier is reported only once
  290. bin/.libs/lt-patest_out_underflow.c:181: error: for each function it appears in.)
  291. bin/.libs/lt-patest_out_underflow.c:181: error: parse error before "rval"
  292. bin/.libs/lt-patest_out_underflow.c:315: error: `rval' undeclared (first use in this function)
  293. bin/.libs/lt-patest_out_underflow.c:315: error: `_P_WAIT' undeclared (first use in this function)
  294. strip: 'bin/patest_out_underflow.exe': No such file
  295. ./libtool: line 9523: bin/patest_out_underflow.exe: No such file or directory
  296. /bin/sh ./libtool --mode=link gcc -o bin/patest_prime -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_prime.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  297. libtool: link: gcc -o bin/.libs/patest_prime -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_prime.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  298. bin/.libs/lt-patest_prime.c:22:21: stdint.h: No such file or directory
  299. bin/.libs/lt-patest_prime.c: In function `main':
  300. bin/.libs/lt-patest_prime.c:181: error: `intptr_t' undeclared (first use in this function)
  301. bin/.libs/lt-patest_prime.c:181: error: (Each undeclared identifier is reported only once
  302. bin/.libs/lt-patest_prime.c:181: error: for each function it appears in.)
  303. bin/.libs/lt-patest_prime.c:181: error: parse error before "rval"
  304. bin/.libs/lt-patest_prime.c:315: error: `rval' undeclared (first use in this function)
  305. bin/.libs/lt-patest_prime.c:315: error: `_P_WAIT' undeclared (first use in this function)
  306. strip: 'bin/patest_prime.exe': No such file
  307. ./libtool: line 9523: bin/patest_prime.exe: No such file or directory
  308. /bin/sh ./libtool --mode=link gcc -o bin/patest_ringmix -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_ringmix.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  309. libtool: link: gcc -o bin/.libs/patest_ringmix -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_ringmix.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  310. bin/.libs/lt-patest_ringmix.c:22:21: stdint.h: No such file or directory
  311. bin/.libs/lt-patest_ringmix.c: In function `main':
  312. bin/.libs/lt-patest_ringmix.c:181: error: `intptr_t' undeclared (first use in this function)
  313. bin/.libs/lt-patest_ringmix.c:181: error: (Each undeclared identifier is reported only once
  314. bin/.libs/lt-patest_ringmix.c:181: error: for each function it appears in.)
  315. bin/.libs/lt-patest_ringmix.c:181: error: parse error before "rval"
  316. bin/.libs/lt-patest_ringmix.c:315: error: `rval' undeclared (first use in this function)
  317. bin/.libs/lt-patest_ringmix.c:315: error: `_P_WAIT' undeclared (first use in this function)
  318. strip: 'bin/patest_ringmix.exe': No such file
  319. ./libtool: line 9523: bin/patest_ringmix.exe: No such file or directory
  320. /bin/sh ./libtool --mode=link gcc -o bin/patest_sine8 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_sine8.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  321. libtool: link: gcc -o bin/.libs/patest_sine8 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_sine8.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  322. bin/.libs/lt-patest_sine8.c:22:21: stdint.h: No such file or directory
  323. bin/.libs/lt-patest_sine8.c: In function `main':
  324. bin/.libs/lt-patest_sine8.c:181: error: `intptr_t' undeclared (first use in this function)
  325. bin/.libs/lt-patest_sine8.c:181: error: (Each undeclared identifier is reported only once
  326. bin/.libs/lt-patest_sine8.c:181: error: for each function it appears in.)
  327. bin/.libs/lt-patest_sine8.c:181: error: parse error before "rval"
  328. bin/.libs/lt-patest_sine8.c:315: error: `rval' undeclared (first use in this function)
  329. bin/.libs/lt-patest_sine8.c:315: error: `_P_WAIT' undeclared (first use in this function)
  330. strip: 'bin/patest_sine8.exe': No such file
  331. ./libtool: line 9523: bin/patest_sine8.exe: No such file or directory
  332. /bin/sh ./libtool --mode=link gcc -o bin/patest_sine_channelmaps -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_sine_channelmaps.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  333. libtool: link: gcc -o bin/.libs/patest_sine_channelmaps -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_sine_channelmaps.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  334. bin/.libs/lt-patest_sine_channelmaps.c:22:21: stdint.h: No such file or directory
  335. bin/.libs/lt-patest_sine_channelmaps.c: In function `main':
  336. bin/.libs/lt-patest_sine_channelmaps.c:181: error: `intptr_t' undeclared (first use in this function)
  337. bin/.libs/lt-patest_sine_channelmaps.c:181: error: (Each undeclared identifier is reported only once
  338. bin/.libs/lt-patest_sine_channelmaps.c:181: error: for each function it appears in.)
  339. bin/.libs/lt-patest_sine_channelmaps.c:181: error: parse error before "rval"
  340. bin/.libs/lt-patest_sine_channelmaps.c:315: error: `rval' undeclared (first use in this function)
  341. bin/.libs/lt-patest_sine_channelmaps.c:315: error: `_P_WAIT' undeclared (first use in this function)
  342. strip: 'bin/patest_sine_channelmaps.exe': No such file
  343. ./libtool: line 9523: bin/patest_sine_channelmaps.exe: No such file or directory
  344. /bin/sh ./libtool --mode=link gcc -o bin/patest_sine_formats -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_sine_formats.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  345. libtool: link: gcc -o bin/.libs/patest_sine_formats -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_sine_formats.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  346. bin/.libs/lt-patest_sine_formats.c:22:21: stdint.h: No such file or directory
  347. bin/.libs/lt-patest_sine_formats.c: In function `main':
  348. bin/.libs/lt-patest_sine_formats.c:181: error: `intptr_t' undeclared (first use in this function)
  349. bin/.libs/lt-patest_sine_formats.c:181: error: (Each undeclared identifier is reported only once
  350. bin/.libs/lt-patest_sine_formats.c:181: error: for each function it appears in.)
  351. bin/.libs/lt-patest_sine_formats.c:181: error: parse error before "rval"
  352. bin/.libs/lt-patest_sine_formats.c:315: error: `rval' undeclared (first use in this function)
  353. bin/.libs/lt-patest_sine_formats.c:315: error: `_P_WAIT' undeclared (first use in this function)
  354. strip: 'bin/patest_sine_formats.exe': No such file
  355. ./libtool: line 9523: bin/patest_sine_formats.exe: No such file or directory
  356. /bin/sh ./libtool --mode=link gcc -o bin/patest_sine_time -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_sine_time.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  357. libtool: link: gcc -o bin/.libs/patest_sine_time -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_sine_time.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  358. bin/.libs/lt-patest_sine_time.c:22:21: stdint.h: No such file or directory
  359. bin/.libs/lt-patest_sine_time.c: In function `main':
  360. bin/.libs/lt-patest_sine_time.c:181: error: `intptr_t' undeclared (first use in this function)
  361. bin/.libs/lt-patest_sine_time.c:181: error: (Each undeclared identifier is reported only once
  362. bin/.libs/lt-patest_sine_time.c:181: error: for each function it appears in.)
  363. bin/.libs/lt-patest_sine_time.c:181: error: parse error before "rval"
  364. bin/.libs/lt-patest_sine_time.c:315: error: `rval' undeclared (first use in this function)
  365. bin/.libs/lt-patest_sine_time.c:315: error: `_P_WAIT' undeclared (first use in this function)
  366. strip: 'bin/patest_sine_time.exe': No such file
  367. ./libtool: line 9523: bin/patest_sine_time.exe: No such file or directory
  368. /bin/sh ./libtool --mode=link gcc -o bin/patest_sine_srate -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_sine_srate.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  369. libtool: link: gcc -o bin/.libs/patest_sine_srate -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_sine_srate.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  370. bin/.libs/lt-patest_sine_srate.c:22:21: stdint.h: No such file or directory
  371. bin/.libs/lt-patest_sine_srate.c: In function `main':
  372. bin/.libs/lt-patest_sine_srate.c:181: error: `intptr_t' undeclared (first use in this function)
  373. bin/.libs/lt-patest_sine_srate.c:181: error: (Each undeclared identifier is reported only once
  374. bin/.libs/lt-patest_sine_srate.c:181: error: for each function it appears in.)
  375. bin/.libs/lt-patest_sine_srate.c:181: error: parse error before "rval"
  376. bin/.libs/lt-patest_sine_srate.c:315: error: `rval' undeclared (first use in this function)
  377. bin/.libs/lt-patest_sine_srate.c:315: error: `_P_WAIT' undeclared (first use in this function)
  378. strip: 'bin/patest_sine_srate.exe': No such file
  379. ./libtool: line 9523: bin/patest_sine_srate.exe: No such file or directory
  380. /bin/sh ./libtool --mode=link gcc -o bin/patest_start_stop -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_start_stop.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  381. libtool: link: gcc -o bin/.libs/patest_start_stop -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_start_stop.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  382. bin/.libs/lt-patest_start_stop.c:22:21: stdint.h: No such file or directory
  383. bin/.libs/lt-patest_start_stop.c: In function `main':
  384. bin/.libs/lt-patest_start_stop.c:181: error: `intptr_t' undeclared (first use in this function)
  385. bin/.libs/lt-patest_start_stop.c:181: error: (Each undeclared identifier is reported only once
  386. bin/.libs/lt-patest_start_stop.c:181: error: for each function it appears in.)
  387. bin/.libs/lt-patest_start_stop.c:181: error: parse error before "rval"
  388. bin/.libs/lt-patest_start_stop.c:315: error: `rval' undeclared (first use in this function)
  389. bin/.libs/lt-patest_start_stop.c:315: error: `_P_WAIT' undeclared (first use in this function)
  390. strip: 'bin/patest_start_stop.exe': No such file
  391. ./libtool: line 9523: bin/patest_start_stop.exe: No such file or directory
  392. /bin/sh ./libtool --mode=link gcc -o bin/patest_stop -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_stop.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  393. libtool: link: gcc -o bin/.libs/patest_stop -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_stop.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  394. bin/.libs/lt-patest_stop.c:22:21: stdint.h: No such file or directory
  395. bin/.libs/lt-patest_stop.c: In function `main':
  396. bin/.libs/lt-patest_stop.c:181: error: `intptr_t' undeclared (first use in this function)
  397. bin/.libs/lt-patest_stop.c:181: error: (Each undeclared identifier is reported only once
  398. bin/.libs/lt-patest_stop.c:181: error: for each function it appears in.)
  399. bin/.libs/lt-patest_stop.c:181: error: parse error before "rval"
  400. bin/.libs/lt-patest_stop.c:315: error: `rval' undeclared (first use in this function)
  401. bin/.libs/lt-patest_stop.c:315: error: `_P_WAIT' undeclared (first use in this function)
  402. strip: 'bin/patest_stop.exe': No such file
  403. ./libtool: line 9523: bin/patest_stop.exe: No such file or directory
  404. /bin/sh ./libtool --mode=link gcc -o bin/patest_stop_playout -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_stop_playout.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  405. libtool: link: gcc -o bin/.libs/patest_stop_playout -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_stop_playout.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  406. bin/.libs/lt-patest_stop_playout.c:22:21: stdint.h: No such file or directory
  407. bin/.libs/lt-patest_stop_playout.c: In function `main':
  408. bin/.libs/lt-patest_stop_playout.c:181: error: `intptr_t' undeclared (first use in this function)
  409. bin/.libs/lt-patest_stop_playout.c:181: error: (Each undeclared identifier is reported only once
  410. bin/.libs/lt-patest_stop_playout.c:181: error: for each function it appears in.)
  411. bin/.libs/lt-patest_stop_playout.c:181: error: parse error before "rval"
  412. bin/.libs/lt-patest_stop_playout.c:315: error: `rval' undeclared (first use in this function)
  413. bin/.libs/lt-patest_stop_playout.c:315: error: `_P_WAIT' undeclared (first use in this function)
  414. strip: 'bin/patest_stop_playout.exe': No such file
  415. ./libtool: line 9523: bin/patest_stop_playout.exe: No such file or directory
  416. /bin/sh ./libtool --mode=link gcc -o bin/patest_toomanysines -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_toomanysines.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  417. libtool: link: gcc -o bin/.libs/patest_toomanysines -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_toomanysines.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  418. bin/.libs/lt-patest_toomanysines.c:22:21: stdint.h: No such file or directory
  419. bin/.libs/lt-patest_toomanysines.c: In function `main':
  420. bin/.libs/lt-patest_toomanysines.c:181: error: `intptr_t' undeclared (first use in this function)
  421. bin/.libs/lt-patest_toomanysines.c:181: error: (Each undeclared identifier is reported only once
  422. bin/.libs/lt-patest_toomanysines.c:181: error: for each function it appears in.)
  423. bin/.libs/lt-patest_toomanysines.c:181: error: parse error before "rval"
  424. bin/.libs/lt-patest_toomanysines.c:315: error: `rval' undeclared (first use in this function)
  425. bin/.libs/lt-patest_toomanysines.c:315: error: `_P_WAIT' undeclared (first use in this function)
  426. strip: 'bin/patest_toomanysines.exe': No such file
  427. ./libtool: line 9523: bin/patest_toomanysines.exe: No such file or directory
  428. /bin/sh ./libtool --mode=link gcc -o bin/patest_two_rates -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_two_rates.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  429. libtool: link: gcc -o bin/.libs/patest_two_rates -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_two_rates.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  430. bin/.libs/lt-patest_two_rates.c:22:21: stdint.h: No such file or directory
  431. bin/.libs/lt-patest_two_rates.c: In function `main':
  432. bin/.libs/lt-patest_two_rates.c:181: error: `intptr_t' undeclared (first use in this function)
  433. bin/.libs/lt-patest_two_rates.c:181: error: (Each undeclared identifier is reported only once
  434. bin/.libs/lt-patest_two_rates.c:181: error: for each function it appears in.)
  435. bin/.libs/lt-patest_two_rates.c:181: error: parse error before "rval"
  436. bin/.libs/lt-patest_two_rates.c:315: error: `rval' undeclared (first use in this function)
  437. bin/.libs/lt-patest_two_rates.c:315: error: `_P_WAIT' undeclared (first use in this function)
  438. strip: 'bin/patest_two_rates.exe': No such file
  439. ./libtool: line 9523: bin/patest_two_rates.exe: No such file or directory
  440. /bin/sh ./libtool --mode=link gcc -o bin/patest_underflow -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_underflow.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  441. libtool: link: gcc -o bin/.libs/patest_underflow -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_underflow.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  442. bin/.libs/lt-patest_underflow.c:22:21: stdint.h: No such file or directory
  443. bin/.libs/lt-patest_underflow.c: In function `main':
  444. bin/.libs/lt-patest_underflow.c:181: error: `intptr_t' undeclared (first use in this function)
  445. bin/.libs/lt-patest_underflow.c:181: error: (Each undeclared identifier is reported only once
  446. bin/.libs/lt-patest_underflow.c:181: error: for each function it appears in.)
  447. bin/.libs/lt-patest_underflow.c:181: error: parse error before "rval"
  448. bin/.libs/lt-patest_underflow.c:315: error: `rval' undeclared (first use in this function)
  449. bin/.libs/lt-patest_underflow.c:315: error: `_P_WAIT' undeclared (first use in this function)
  450. strip: 'bin/patest_underflow.exe': No such file
  451. ./libtool: line 9523: bin/patest_underflow.exe: No such file or directory
  452. /bin/sh ./libtool --mode=link gcc -o bin/patest_wire -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_wire.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  453. libtool: link: gcc -o bin/.libs/patest_wire -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/patest_wire.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  454. bin/.libs/lt-patest_wire.c:22:21: stdint.h: No such file or directory
  455. bin/.libs/lt-patest_wire.c: In function `main':
  456. bin/.libs/lt-patest_wire.c:181: error: `intptr_t' undeclared (first use in this function)
  457. bin/.libs/lt-patest_wire.c:181: error: (Each undeclared identifier is reported only once
  458. bin/.libs/lt-patest_wire.c:181: error: for each function it appears in.)
  459. bin/.libs/lt-patest_wire.c:181: error: parse error before "rval"
  460. bin/.libs/lt-patest_wire.c:315: error: `rval' undeclared (first use in this function)
  461. bin/.libs/lt-patest_wire.c:315: error: `_P_WAIT' undeclared (first use in this function)
  462. strip: 'bin/patest_wire.exe': No such file
  463. ./libtool: line 9523: bin/patest_wire.exe: No such file or directory
  464. /bin/sh ./libtool --mode=link gcc -o bin/pa_minlat -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/pa_minlat.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  465. libtool: link: gcc -o bin/.libs/pa_minlat -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./test/pa_minlat.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  466. bin/.libs/lt-pa_minlat.c:22:21: stdint.h: No such file or directory
  467. bin/.libs/lt-pa_minlat.c: In function `main':
  468. bin/.libs/lt-pa_minlat.c:181: error: `intptr_t' undeclared (first use in this function)
  469. bin/.libs/lt-pa_minlat.c:181: error: (Each undeclared identifier is reported only once
  470. bin/.libs/lt-pa_minlat.c:181: error: for each function it appears in.)
  471. bin/.libs/lt-pa_minlat.c:181: error: parse error before "rval"
  472. bin/.libs/lt-pa_minlat.c:315: error: `rval' undeclared (first use in this function)
  473. bin/.libs/lt-pa_minlat.c:315: error: `_P_WAIT' undeclared (first use in this function)
  474. strip: 'bin/pa_minlat.exe': No such file
  475. ./libtool: line 9523: bin/pa_minlat.exe: No such file or directory
  476. /bin/sh ./libtool --mode=link gcc -o bin/pa_devs -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/pa_devs.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  477. libtool: link: gcc -o bin/.libs/pa_devs -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/pa_devs.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  478. bin/.libs/lt-pa_devs.c:22:21: stdint.h: No such file or directory
  479. bin/.libs/lt-pa_devs.c: In function `main':
  480. bin/.libs/lt-pa_devs.c:181: error: `intptr_t' undeclared (first use in this function)
  481. bin/.libs/lt-pa_devs.c:181: error: (Each undeclared identifier is reported only once
  482. bin/.libs/lt-pa_devs.c:181: error: for each function it appears in.)
  483. bin/.libs/lt-pa_devs.c:181: error: parse error before "rval"
  484. bin/.libs/lt-pa_devs.c:315: error: `rval' undeclared (first use in this function)
  485. bin/.libs/lt-pa_devs.c:315: error: `_P_WAIT' undeclared (first use in this function)
  486. strip: 'bin/pa_devs.exe': No such file
  487. ./libtool: line 9523: bin/pa_devs.exe: No such file or directory
  488. /bin/sh ./libtool --mode=link gcc -o bin/pa_fuzz -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/pa_fuzz.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  489. libtool: link: gcc -o bin/.libs/pa_fuzz -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/pa_fuzz.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  490. bin/.libs/lt-pa_fuzz.c:22:21: stdint.h: No such file or directory
  491. bin/.libs/lt-pa_fuzz.c: In function `main':
  492. bin/.libs/lt-pa_fuzz.c:181: error: `intptr_t' undeclared (first use in this function)
  493. bin/.libs/lt-pa_fuzz.c:181: error: (Each undeclared identifier is reported only once
  494. bin/.libs/lt-pa_fuzz.c:181: error: for each function it appears in.)
  495. bin/.libs/lt-pa_fuzz.c:181: error: parse error before "rval"
  496. bin/.libs/lt-pa_fuzz.c:315: error: `rval' undeclared (first use in this function)
  497. bin/.libs/lt-pa_fuzz.c:315: error: `_P_WAIT' undeclared (first use in this function)
  498. strip: 'bin/pa_fuzz.exe': No such file
  499. ./libtool: line 9523: bin/pa_fuzz.exe: No such file or directory
  500. /bin/sh ./libtool --mode=link gcc -o bin/paex_pink -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_pink.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  501. libtool: link: gcc -o bin/.libs/paex_pink -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_pink.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  502. bin/.libs/lt-paex_pink.c:22:21: stdint.h: No such file or directory
  503. bin/.libs/lt-paex_pink.c: In function `main':
  504. bin/.libs/lt-paex_pink.c:181: error: `intptr_t' undeclared (first use in this function)
  505. bin/.libs/lt-paex_pink.c:181: error: (Each undeclared identifier is reported only once
  506. bin/.libs/lt-paex_pink.c:181: error: for each function it appears in.)
  507. bin/.libs/lt-paex_pink.c:181: error: parse error before "rval"
  508. bin/.libs/lt-paex_pink.c:315: error: `rval' undeclared (first use in this function)
  509. bin/.libs/lt-paex_pink.c:315: error: `_P_WAIT' undeclared (first use in this function)
  510. strip: 'bin/paex_pink.exe': No such file
  511. ./libtool: line 9523: bin/paex_pink.exe: No such file or directory
  512. /bin/sh ./libtool --mode=link gcc -o bin/paex_read_write_wire -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_read_write_wire.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  513. libtool: link: gcc -o bin/.libs/paex_read_write_wire -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_read_write_wire.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  514. bin/.libs/lt-paex_read_write_wire.c:22:21: stdint.h: No such file or directory
  515. bin/.libs/lt-paex_read_write_wire.c: In function `main':
  516. bin/.libs/lt-paex_read_write_wire.c:181: error: `intptr_t' undeclared (first use in this function)
  517. bin/.libs/lt-paex_read_write_wire.c:181: error: (Each undeclared identifier is reported only once
  518. bin/.libs/lt-paex_read_write_wire.c:181: error: for each function it appears in.)
  519. bin/.libs/lt-paex_read_write_wire.c:181: error: parse error before "rval"
  520. bin/.libs/lt-paex_read_write_wire.c:315: error: `rval' undeclared (first use in this function)
  521. bin/.libs/lt-paex_read_write_wire.c:315: error: `_P_WAIT' undeclared (first use in this function)
  522. strip: 'bin/paex_read_write_wire.exe': No such file
  523. ./libtool: line 9523: bin/paex_read_write_wire.exe: No such file or directory
  524. /bin/sh ./libtool --mode=link gcc -o bin/paex_record -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_record.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  525. libtool: link: gcc -o bin/.libs/paex_record -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_record.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  526. bin/.libs/lt-paex_record.c:22:21: stdint.h: No such file or directory
  527. bin/.libs/lt-paex_record.c: In function `main':
  528. bin/.libs/lt-paex_record.c:181: error: `intptr_t' undeclared (first use in this function)
  529. bin/.libs/lt-paex_record.c:181: error: (Each undeclared identifier is reported only once
  530. bin/.libs/lt-paex_record.c:181: error: for each function it appears in.)
  531. bin/.libs/lt-paex_record.c:181: error: parse error before "rval"
  532. bin/.libs/lt-paex_record.c:315: error: `rval' undeclared (first use in this function)
  533. bin/.libs/lt-paex_record.c:315: error: `_P_WAIT' undeclared (first use in this function)
  534. strip: 'bin/paex_record.exe': No such file
  535. ./libtool: line 9523: bin/paex_record.exe: No such file or directory
  536. /bin/sh ./libtool --mode=link gcc -o bin/paex_saw -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_saw.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  537. libtool: link: gcc -o bin/.libs/paex_saw -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_saw.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  538. bin/.libs/lt-paex_saw.c:22:21: stdint.h: No such file or directory
  539. bin/.libs/lt-paex_saw.c: In function `main':
  540. bin/.libs/lt-paex_saw.c:181: error: `intptr_t' undeclared (first use in this function)
  541. bin/.libs/lt-paex_saw.c:181: error: (Each undeclared identifier is reported only once
  542. bin/.libs/lt-paex_saw.c:181: error: for each function it appears in.)
  543. bin/.libs/lt-paex_saw.c:181: error: parse error before "rval"
  544. bin/.libs/lt-paex_saw.c:315: error: `rval' undeclared (first use in this function)
  545. bin/.libs/lt-paex_saw.c:315: error: `_P_WAIT' undeclared (first use in this function)
  546. strip: 'bin/paex_saw.exe': No such file
  547. ./libtool: line 9523: bin/paex_saw.exe: No such file or directory
  548. /bin/sh ./libtool --mode=link gcc -o bin/paex_sine -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_sine.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  549. libtool: link: gcc -o bin/.libs/paex_sine -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_sine.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  550. bin/.libs/lt-paex_sine.c:22:21: stdint.h: No such file or directory
  551. bin/.libs/lt-paex_sine.c: In function `main':
  552. bin/.libs/lt-paex_sine.c:181: error: `intptr_t' undeclared (first use in this function)
  553. bin/.libs/lt-paex_sine.c:181: error: (Each undeclared identifier is reported only once
  554. bin/.libs/lt-paex_sine.c:181: error: for each function it appears in.)
  555. bin/.libs/lt-paex_sine.c:181: error: parse error before "rval"
  556. bin/.libs/lt-paex_sine.c:315: error: `rval' undeclared (first use in this function)
  557. bin/.libs/lt-paex_sine.c:315: error: `_P_WAIT' undeclared (first use in this function)
  558. strip: 'bin/paex_sine.exe': No such file
  559. ./libtool: line 9523: bin/paex_sine.exe: No such file or directory
  560. /bin/sh ./libtool --mode=link gcc -o bin/paex_write_sine -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_write_sine.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  561. libtool: link: gcc -o bin/.libs/paex_write_sine -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_write_sine.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  562. bin/.libs/lt-paex_write_sine.c:22:21: stdint.h: No such file or directory
  563. bin/.libs/lt-paex_write_sine.c: In function `main':
  564. bin/.libs/lt-paex_write_sine.c:181: error: `intptr_t' undeclared (first use in this function)
  565. bin/.libs/lt-paex_write_sine.c:181: error: (Each undeclared identifier is reported only once
  566. bin/.libs/lt-paex_write_sine.c:181: error: for each function it appears in.)
  567. bin/.libs/lt-paex_write_sine.c:181: error: parse error before "rval"
  568. bin/.libs/lt-paex_write_sine.c:315: error: `rval' undeclared (first use in this function)
  569. bin/.libs/lt-paex_write_sine.c:315: error: `_P_WAIT' undeclared (first use in this function)
  570. strip: 'bin/paex_write_sine.exe': No such file
  571. ./libtool: line 9523: bin/paex_write_sine.exe: No such file or directory
  572. /bin/sh ./libtool --mode=link gcc -o bin/paex_write_sine_nonint -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_write_sine_nonint.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  573. libtool: link: gcc -o bin/.libs/paex_write_sine_nonint -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./examples/paex_write_sine_nonint.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  574. bin/.libs/lt-paex_write_sine_nonint.c:22:21: stdint.h: No such file or directory
  575. bin/.libs/lt-paex_write_sine_nonint.c: In function `main':
  576. bin/.libs/lt-paex_write_sine_nonint.c:181: error: `intptr_t' undeclared (first use in this function)
  577. bin/.libs/lt-paex_write_sine_nonint.c:181: error: (Each undeclared identifier is reported only once
  578. bin/.libs/lt-paex_write_sine_nonint.c:181: error: for each function it appears in.)
  579. bin/.libs/lt-paex_write_sine_nonint.c:181: error: parse error before "rval"
  580. bin/.libs/lt-paex_write_sine_nonint.c:315: error: `rval' undeclared (first use in this function)
  581. bin/.libs/lt-paex_write_sine_nonint.c:315: error: `_P_WAIT' undeclared (first use in this function)
  582. strip: 'bin/paex_write_sine_nonint.exe': No such file
  583. ./libtool: line 9523: bin/paex_write_sine_nonint.exe: No such file or directory
  584. /bin/sh ./libtool --mode=link gcc -o bin/paqa_devs -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./qa/paqa_devs.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  585. libtool: link: gcc -o bin/.libs/paqa_devs -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./qa/paqa_devs.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  586. bin/.libs/lt-paqa_devs.c:22:21: stdint.h: No such file or directory
  587. bin/.libs/lt-paqa_devs.c: In function `main':
  588. bin/.libs/lt-paqa_devs.c:181: error: `intptr_t' undeclared (first use in this function)
  589. bin/.libs/lt-paqa_devs.c:181: error: (Each undeclared identifier is reported only once
  590. bin/.libs/lt-paqa_devs.c:181: error: for each function it appears in.)
  591. bin/.libs/lt-paqa_devs.c:181: error: parse error before "rval"
  592. bin/.libs/lt-paqa_devs.c:315: error: `rval' undeclared (first use in this function)
  593. bin/.libs/lt-paqa_devs.c:315: error: `_P_WAIT' undeclared (first use in this function)
  594. strip: 'bin/paqa_devs.exe': No such file
  595. ./libtool: line 9523: bin/paqa_devs.exe: No such file or directory
  596. /bin/sh ./libtool --mode=link gcc -o bin/paqa_errs -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./qa/paqa_errs.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  597. libtool: link: gcc -o bin/.libs/paqa_errs -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./qa/paqa_errs.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  598. bin/.libs/lt-paqa_errs.c:22:21: stdint.h: No such file or directory
  599. bin/.libs/lt-paqa_errs.c: In function `main':
  600. bin/.libs/lt-paqa_errs.c:181: error: `intptr_t' undeclared (first use in this function)
  601. bin/.libs/lt-paqa_errs.c:181: error: (Each undeclared identifier is reported only once
  602. bin/.libs/lt-paqa_errs.c:181: error: for each function it appears in.)
  603. bin/.libs/lt-paqa_errs.c:181: error: parse error before "rval"
  604. bin/.libs/lt-paqa_errs.c:315: error: `rval' undeclared (first use in this function)
  605. bin/.libs/lt-paqa_errs.c:315: error: `_P_WAIT' undeclared (first use in this function)
  606. strip: 'bin/paqa_errs.exe': No such file
  607. ./libtool: line 9523: bin/paqa_errs.exe: No such file or directory
  608. /bin/sh ./libtool --mode=link gcc -o bin/paqa_latency -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./qa/paqa_latency.c lib/libportaudio.la -lwinmm -lm -lole32 -luuid
  609. libtool: link: gcc -o bin/.libs/paqa_latency -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/win -DPA_USE_WMME=0 -DPA_USE_ASIO=0 -DPA_USE_WDMKS=0 -DPA_USE_DS=0 -DPA_USE_WASAPI=0 -UPA_USE_WMME -DPA_USE_WMME=1 -mthreads -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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 ./qa/paqa_latency.c  lib/.libs/libportaudio.a -lwinmm -lole32 -luuid -mthreads
  610. bin/.libs/lt-paqa_latency.c:22:21: stdint.h: No such file or directory
  611. bin/.libs/lt-paqa_latency.c: In function `main':
  612. bin/.libs/lt-paqa_latency.c:181: error: `intptr_t' undeclared (first use in this function)
  613. bin/.libs/lt-paqa_latency.c:181: error: (Each undeclared identifier is reported only once
  614. bin/.libs/lt-paqa_latency.c:181: error: for each function it appears in.)
  615. bin/.libs/lt-paqa_latency.c:181: error: parse error before "rval"
  616. bin/.libs/lt-paqa_latency.c:315: error: `rval' undeclared (first use in this function)
  617. bin/.libs/lt-paqa_latency.c:315: error: `_P_WAIT' undeclared (first use in this function)
  618. strip: 'bin/paqa_latency.exe': No such file
  619. ./libtool: line 9523: bin/paqa_latency.exe: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement