Advertisement
Guest User

pulseaudio on mac osx

a guest
Jun 3rd, 2015
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 112.46 KB | None | 0 0
  1. loquimeter:deploy ecooper$ sudo ./deploy.sh
  2. + set -e
  3. ++ pwd
  4. + base=/Users/ecooper/Installs/PulseAudioOSX/deploy
  5. + f=/Library/Frameworks/PulseAudio.framework
  6. + test -d /Library/Frameworks/PulseAudio.framework
  7. + rm -rf /Library/Frameworks/PulseAudio.framework/Contents
  8. + test -d /Library/Frameworks/PulseAudio.framework
  9. + mkdir -p /Library/Frameworks/PulseAudio.framework/Contents/MacOS
  10. + mkdir -p /Library/Frameworks/PulseAudio.framework/Contents/Resources
  11. + cd /Users/ecooper/Installs/PulseAudioOSX/deploy/../../pulseaudio/
  12. + sh /Users/ecooper/Installs/PulseAudioOSX/deploy/build_pulseaudio.sh
  13. + export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin:/Users/ecooper/.rvm/bin:/Users/ecooper/.rvm/bin
  14. + PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin:/Users/ecooper/.rvm/bin:/Users/ecooper/.rvm/bin
  15. + export CC=gcc
  16. + CC=gcc
  17. + export 'CFLAGS=-I/opt/local/include -O2'
  18. + CFLAGS='-I/opt/local/include -O2'
  19. + export LDFLAGS=-L/opt/local/lib
  20. + LDFLAGS=-L/opt/local/lib
  21. + staging=/Library/Frameworks/PulseAudio.framework/Contents/MacOS
  22. + '[' '!' -d /Library/Frameworks/PulseAudio.framework/Contents/MacOS ']'
  23. + ./autogen.sh --prefix=/Library/Frameworks/PulseAudio.framework/Contents/MacOS --enable-mac-universal --disable-dependency-tracking --disable-jack --disable-glib2 --disable-hal --disable-bluez --disable-dbus --disable-avahi --with-mac-version-min=10.6 --with-mac-sysroot=/Developer/SDKs/MacOSX10.6.sdk
  24. Copying file po/Makefile.in.in
  25. autoreconf: Entering directory `.'
  26. autoreconf: running: intltoolize --automake --copy --force
  27. autoreconf: running: /opt/local/bin/aclocal --force -I m4
  28. autoreconf: configure.ac: tracing
  29. autoreconf: running: /opt/local/bin/glibtoolize --copy --force
  30. glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  31. glibtoolize: copying file 'build-aux/ltmain.sh'
  32. glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  33. glibtoolize: copying file 'm4/libtool.m4'
  34. glibtoolize: copying file 'm4/ltoptions.m4'
  35. glibtoolize: copying file 'm4/ltsugar.m4'
  36. glibtoolize: copying file 'm4/ltversion.m4'
  37. glibtoolize: copying file 'm4/lt~obsolete.m4'
  38. autoreconf: running: /opt/local/bin/autoconf --force
  39. autoreconf: running: /opt/local/bin/autoheader --force
  40. autoreconf: running: /opt/local/bin/automake --add-missing --copy --force-missing
  41. configure.ac:106: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
  42. configure.ac:106: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
  43. configure.ac:106: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
  44. configure.ac:82: installing 'build-aux/compile'
  45. configure.ac:29: installing 'build-aux/missing'
  46. src/Makefile.am: installing 'build-aux/depcomp'
  47. autoreconf: Leaving directory `.'
  48. configure: WARNING: unrecognized options: --disable-hal, --disable-bluez
  49. checking for a BSD-compatible install... /usr/bin/install -c
  50. checking whether build environment is sane... yes
  51. checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
  52. checking for gawk... gawk
  53. checking whether make sets $(MAKE)... yes
  54. checking whether make supports nested variables... yes
  55. checking whether UID '0' is supported by ustar format... yes
  56. checking whether GID '0' is supported by ustar format... yes
  57. checking how to create a ustar tar archive... gnutar
  58. checking build system type... x86_64-apple-darwin12.5.0
  59. checking host system type... x86_64-apple-darwin12.5.0
  60. checking for stow... no
  61. checking whether make supports nested variables... (cached) yes
  62. checking whether ln -s works... yes
  63. checking for gcc... gcc
  64. checking whether the C compiler works... yes
  65. checking for C compiler default output file name... a.out
  66. checking for suffix of executables...
  67. checking whether we are cross compiling... no
  68. checking for suffix of object files... o
  69. checking whether we are using the GNU C compiler... yes
  70. checking whether gcc accepts -g... yes
  71. checking for gcc option to accept ISO C89... none needed
  72. checking whether gcc understands -c and -o together... yes
  73. checking for style of include used by make... GNU
  74. checking dependency style of gcc... none
  75. checking for gcc option to accept ISO C99... -std=gnu99
  76. checking for g++... g++
  77. checking whether we are using the GNU C++ compiler... yes
  78. checking whether g++ accepts -g... yes
  79. checking dependency style of g++... none
  80. checking how to run the C preprocessor... gcc -std=gnu99 -E
  81. checking for grep that handles long lines and -e... /usr/bin/grep
  82. checking for egrep... /usr/bin/grep -E
  83. checking whether gcc -std=gnu99 needs -traditional... no
  84. checking for ANSI C header files... yes
  85. checking for sys/types.h... yes
  86. checking for sys/stat.h... yes
  87. checking for stdlib.h... yes
  88. checking for string.h... yes
  89. checking for memory.h... yes
  90. checking for strings.h... yes
  91. checking for inttypes.h... yes
  92. checking for stdint.h... yes
  93. checking for unistd.h... yes
  94. checking minix/config.h usability... no
  95. checking minix/config.h presence... no
  96. checking for minix/config.h... no
  97. checking whether it is safe to define __EXTENSIONS__... yes
  98. checking for gm4... gm4
  99. checking for pkg-config... /opt/local/bin/pkg-config
  100. checking pkg-config is at least version 0.9.0... yes
  101. checking whether NLS is requested... yes
  102. checking for intltool >= 0.35.0... 0.51.0 found
  103. checking for intltool-update... /opt/local/bin/intltool-update
  104. checking for intltool-merge... /opt/local/bin/intltool-merge
  105. checking for intltool-extract... /opt/local/bin/intltool-extract
  106. checking for xgettext... /opt/local/bin/xgettext
  107. checking for msgmerge... /opt/local/bin/msgmerge
  108. checking for msgfmt... /opt/local/bin/msgfmt
  109. checking for gmsgfmt... /opt/local/bin/msgfmt
  110. checking for msgfmt... (cached) /opt/local/bin/msgfmt
  111. checking for gmsgfmt... (cached) /opt/local/bin/msgfmt
  112. checking for xgettext... (cached) /opt/local/bin/xgettext
  113. checking for msgmerge... (cached) /opt/local/bin/msgmerge
  114. checking for ld used by GCC... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
  115. checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
  116. checking for shared library run path origin... done
  117. checking for CFPreferencesCopyAppValue... yes
  118. checking for CFLocaleCopyCurrent... yes
  119. checking for GNU gettext in libc... no
  120. checking for iconv... yes
  121. checking for working iconv... yes
  122. checking how to link with libiconv... -liconv
  123. checking for GNU gettext in libintl... yes
  124. checking whether to use NLS... yes
  125. checking where the gettext function comes from... external libintl
  126. checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation
  127. checking host operating system... darwin
  128. checking whether C compiler accepts -Wall... yes
  129. checking whether C compiler accepts -W... yes
  130. checking whether C compiler accepts -Wextra... yes
  131. checking whether C compiler accepts -pipe... yes
  132. checking whether C compiler accepts -Wno-long-long... yes
  133. checking whether C compiler accepts -Wno-overlength-strings... yes
  134. checking whether C compiler accepts -Wunsafe-loop-optimizations... yes
  135. checking whether C compiler accepts -Wundef... yes
  136. checking whether C compiler accepts -Wformat=2... yes
  137. checking whether C compiler accepts -Wlogical-op... no
  138. checking whether C compiler accepts -Wsign-compare... yes
  139. checking whether C compiler accepts -Wformat-security... yes
  140. checking whether C compiler accepts -Wmissing-include-dirs... yes
  141. checking whether C compiler accepts -Wformat-nonliteral... yes
  142. checking whether C compiler accepts -Wold-style-definition... no
  143. checking whether C compiler accepts -Wpointer-arith... yes
  144. checking whether C compiler accepts -Winit-self... yes
  145. checking whether C compiler accepts -Wdeclaration-after-statement... yes
  146. checking whether C compiler accepts -Wfloat-equal... yes
  147. checking whether C compiler accepts -Wmissing-prototypes... yes
  148. checking whether C compiler accepts -Wstrict-prototypes... no
  149. checking whether C compiler accepts -Wredundant-decls... yes
  150. checking whether C compiler accepts -Wmissing-declarations... yes
  151. checking whether C compiler accepts -Wmissing-noreturn... yes
  152. checking whether C compiler accepts -Wshadow... yes
  153. checking whether C compiler accepts -Wendif-labels... yes
  154. checking whether C compiler accepts -Wcast-align... yes
  155. checking whether C compiler accepts -Wstrict-aliasing... yes
  156. checking whether C compiler accepts -Wwrite-strings... yes
  157. checking whether C compiler accepts -Wno-unused-parameter... yes
  158. checking whether C compiler accepts -ffast-math... yes
  159. checking whether C compiler accepts -fno-common... yes
  160. checking whether C compiler accepts -fdiagnostics-show-option... yes
  161. checking whether C compiler accepts -fdiagnostics-color=auto... no
  162. checking whether the linker accepts "-Wl,-version-script=./src/map-file"... no
  163. checking whether the linker accepts -Wl,-z,now... no
  164. checking whether the linker accepts -Wl,-z,nodelete... no
  165. checking whether the linker accepts -Wl,--no-undefined... no
  166. checking whether the linker accepts -Wl,-z,defs... no
  167. checking whether gcc -std=gnu99 knows __sync_bool_compare_and_swap()... yes
  168. checking how to print strings... printf
  169. checking for a sed that does not truncate output... /usr/bin/sed
  170. checking for fgrep... /usr/bin/grep -F
  171. checking for ld used by gcc -std=gnu99... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
  172. checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
  173. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm
  174. checking the name lister (/opt/local/bin/nm) interface... BSD nm
  175. checking the maximum length of command line arguments... 196608
  176. checking how to convert x86_64-apple-darwin12.5.0 file names to x86_64-apple-darwin12.5.0 format... func_convert_file_noop
  177. checking how to convert x86_64-apple-darwin12.5.0 file names to toolchain format... func_convert_file_noop
  178. checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
  179. checking for objdump... no
  180. checking how to recognize dependent libraries... pass_all
  181. checking for dlltool... no
  182. checking how to associate runtime and link libraries... printf %s\n
  183. checking for ar... ar
  184. checking for archiver @FILE support... no
  185. checking for strip... strip
  186. checking for ranlib... ranlib
  187. checking command to parse /opt/local/bin/nm output from gcc -std=gnu99 object... ok
  188. checking for sysroot... no
  189. checking for a working dd... /bin/dd
  190. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  191. checking for mt... no
  192. checking if : is a manifest tool... no
  193. checking for dsymutil... dsymutil
  194. checking for nmedit... nmedit
  195. checking for lipo... lipo
  196. checking for otool... otool
  197. checking for otool64... no
  198. checking for -single_module linker flag... yes
  199. checking for -exported_symbols_list linker flag... yes
  200. checking for -force_load linker flag... yes
  201. checking for dlfcn.h... yes
  202. checking for objdir... .libs
  203. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  204. checking for gcc -std=gnu99 option to produce PIC... -fno-common -DPIC
  205. checking if gcc -std=gnu99 PIC flag -fno-common -DPIC works... yes
  206. checking if gcc -std=gnu99 static flag -static works... no
  207. checking if gcc -std=gnu99 supports -c -o file.o... yes
  208. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  209. checking whether the gcc -std=gnu99 linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
  210. checking dynamic linker characteristics... darwin12.5.0 dyld
  211. checking how to hardcode library paths into programs... immediate
  212. checking for dlopen in -ldl... yes
  213. checking whether a program can dlopen itself... yes
  214. checking whether a statically linked program can dlopen itself... yes
  215. checking whether stripping libraries is possible... yes
  216. checking if libtool supports shared libraries... yes
  217. checking whether to build shared libraries... yes
  218. checking whether to build static libraries... no
  219. checking how to run the C++ preprocessor... g++ -E
  220. checking for ld used by g++... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
  221. checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
  222. checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
  223. checking for g++ option to produce PIC... -fno-common -DPIC
  224. checking if g++ PIC flag -fno-common -DPIC works... yes
  225. checking if g++ static flag -static works... no
  226. checking if g++ supports -c -o file.o... yes
  227. checking if g++ supports -c -o file.o... (cached) yes
  228. checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
  229. checking dynamic linker characteristics... darwin12.5.0 dyld
  230. checking how to hardcode library paths into programs... immediate
  231. checking ltdl.h usability... yes
  232. checking ltdl.h presence... yes
  233. checking for ltdl.h... yes
  234. checking for lt_dladvise_init in -lltdl... yes
  235. checking for ANSI C header files... (cached) yes
  236. checking for arpa/inet.h... yes
  237. checking for glob.h... yes
  238. checking for grp.h... yes
  239. checking for netdb.h... yes
  240. checking for netinet/in.h... yes
  241. checking for netinet/in_systm.h... yes
  242. checking for netinet/tcp.h... yes
  243. checking for poll.h... yes
  244. checking for pwd.h... yes
  245. checking for sched.h... yes
  246. checking for sys/mman.h... yes
  247. checking for sys/select.h... yes
  248. checking for sys/socket.h... yes
  249. checking for sys/wait.h... yes
  250. checking for sys/uio.h... yes
  251. checking for syslog.h... yes
  252. checking for sys/dl.h... no
  253. checking for dlfcn.h... (cached) yes
  254. checking for linux/sockios.h... no
  255. checking for sys/prctl.h... no
  256. checking for sys/filio.h... yes
  257. checking for windows.h... no
  258. checking for winsock2.h... no
  259. checking for ws2tcpip.h... no
  260. checking for sys/atomic.h... no
  261. checking for sys/ioctl.h... yes
  262. checking for byteswap.h... no
  263. checking for sys/syscall.h... yes
  264. checking for sys/eventfd.h... no
  265. checking for execinfo.h... yes
  266. checking for langinfo.h... yes
  267. checking for regex.h... yes
  268. checking for pcreposix.h... no
  269. checking for valgrind/memcheck.h... no
  270. checking for netinet/ip.h... yes
  271. checking sys/resource.h usability... yes
  272. checking sys/resource.h presence... yes
  273. checking for sys/resource.h... yes
  274. checking sys/un.h usability... yes
  275. checking sys/un.h presence... yes
  276. checking for sys/un.h... yes
  277. checking linux/input.h usability... no
  278. checking linux/input.h presence... no
  279. checking for linux/input.h... no
  280. checking for an ANSI C-conforming const... yes
  281. checking whether byte ordering is bigendian... no
  282. checking for pid_t... yes
  283. checking for size_t... yes
  284. checking for ssize_t... yes
  285. checking for off_t... yes
  286. checking for uid_t in sys/types.h... yes
  287. checking whether environ is declared... no
  288. checking for SIGXCPU defined in signal.h... yes
  289. checking for INADDR_NONE defined in netinet/in.h... yes
  290. checking whether gcc -std=gnu99 knows _Bool... yes
  291. checking for thread local storage (TLS) class... none
  292. checking whether pthreads work with -pthread... yes
  293. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  294. checking if more special flags are required for pthreads... -D_THREAD_SAFE
  295. checking for PTHREAD_PRIO_INHERIT... yes
  296. checking for library containing pow... none required
  297. checking for library containing sched_setscheduler... no
  298. checking for library containing dlopen... none required
  299. checking for library containing shm_open... none required
  300. checking for library containing inet_ntop... none required
  301. checking for library containing timer_create... no
  302. checking for library containing pthread_setaffinity_np... no
  303. checking for library containing pthread_getname_np... none required
  304. checking for library containing pthread_setname_np... none required
  305. checking for library containing connect... none required
  306. checking for library containing backtrace... none required
  307. checking looking for Apple CoreService Framework... checking /Developer/Headers/FlatCarbon/CoreServices.h usability... no
  308. checking /Developer/Headers/FlatCarbon/CoreServices.h presence... no
  309. checking for /Developer/Headers/FlatCarbon/CoreServices.h... no
  310. checking /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h usability... yes
  311. checking /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h presence... yes
  312. checking for /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h... yes
  313. ok
  314. checking for library containing regexec... none required
  315. checking for getopt_long... yes
  316. checking for lrintf... yes
  317. checking for strtof... yes
  318. checking for chmod... yes
  319. checking for chown... yes
  320. checking for fstat... yes
  321. checking for fchown... yes
  322. checking for fchmod... yes
  323. checking for clock_gettime... no
  324. checking for getaddrinfo... yes
  325. checking for getgrgid_r... yes
  326. checking for getgrnam_r... yes
  327. checking for getpwnam_r... yes
  328. checking for getpwuid_r... yes
  329. checking for gettimeofday... yes
  330. checking for getuid... yes
  331. checking for mlock... yes
  332. checking for nanosleep... yes
  333. checking for pipe... yes
  334. checking for posix_fadvise... no
  335. checking for posix_madvise... yes
  336. checking for posix_memalign... yes
  337. checking for setpgid... yes
  338. checking for setsid... yes
  339. checking for shm_open... yes
  340. checking for sigaction... yes
  341. checking for sleep... yes
  342. checking for symlink... yes
  343. checking for sysconf... yes
  344. checking for uname... yes
  345. checking for pthread_setaffinity_np... no
  346. checking for pthread_getname_np... yes
  347. checking for pthread_setname_np... yes
  348. checking for readlink... yes
  349. checking for ctime_r... yes
  350. checking for usleep... yes
  351. checking for strerror_r... yes
  352. checking for lstat... yes
  353. checking for setresuid... no
  354. checking for setresgid... no
  355. checking for setreuid... yes
  356. checking for setregid... yes
  357. checking for seteuid... yes
  358. checking for setegid... yes
  359. checking for ppoll... no
  360. checking for strsignal... yes
  361. checking for sig2str... no
  362. checking for strtof_l... yes
  363. checking for pipe2... no
  364. checking for accept4... no
  365. checking for open64... no
  366. checking vfork.h usability... no
  367. checking vfork.h presence... no
  368. checking for vfork.h... no
  369. checking for fork... yes
  370. checking for vfork... yes
  371. checking for working fork... yes
  372. checking for working vfork... (cached) yes
  373. checking type of array argument to getgroups... gid_t
  374. checking for getgroups... yes
  375. checking for working getgroups... yes
  376. checking for mkfifo... yes
  377. checking for working alloca.h... yes
  378. checking for alloca... yes
  379. checking for regexec... yes
  380. checking for special C compiler options needed for large files... no
  381. checking for _FILE_OFFSET_BITS value needed for large files... no
  382. checking for library containing dladdr... none required
  383. checking for iconv... (cached) yes
  384. checking for working iconv... (cached) yes
  385. checking how to link with libiconv... -liconv
  386. checking for iconv declaration...
  387. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  388. checking for X11... no
  389. checking for library containing cap_init... no
  390. checking sys/capability.h usability... no
  391. checking sys/capability.h presence... no
  392. checking for sys/capability.h... no
  393. checking for LIBCHECK... no
  394. checking for LIBJSON... yes
  395. checking for LIBSNDFILE... yes
  396. checking whether we need libatomic_ops... no
  397. checking for TDB... no
  398. checking for gdbm_open in -lgdbm... yes
  399. checking gdbm.h usability... yes
  400. checking gdbm.h presence... yes
  401. checking for gdbm.h... yes
  402. checking sys/soundcard.h usability... no
  403. checking sys/soundcard.h presence... no
  404. checking for sys/soundcard.h... no
  405. checking CoreAudio/CoreAudio.h usability... yes
  406. checking CoreAudio/CoreAudio.h presence... yes
  407. checking for CoreAudio/CoreAudio.h... yes
  408. checking for ASOUNDLIB... no
  409. checking sys/audio.h usability... no
  410. checking sys/audio.h presence... no
  411. checking for sys/audio.h... no
  412. checking for mmsystem.h... no
  413. checking for GTK30... no
  414. checking for GCONF... no
  415. checking for LIBASYNCNS... no
  416. checking for tcpwrap library and headers... no
  417. checking lirc/lirc_client.h usability... no
  418. checking lirc/lirc_client.h presence... no
  419. checking for lirc/lirc_client.h... no
  420. checking for lirc_init in -llirc_client... no
  421. checking for SBC... no
  422. checking for OPENSSL... yes
  423. checking for FFTW... no
  424. checking for LIBSPEEX... yes
  425. checking for LIBSOXR... no
  426. checking xenctrl.h usability... no
  427. checking xenctrl.h presence... no
  428. checking for xenctrl.h... no
  429. checking xs.h usability... no
  430. checking xs.h presence... no
  431. checking for xs.h... no
  432. checking for xc_interface_open in -lxenctrl... no
  433. checking for xs_domain_open in -lxenstore... no
  434. checking for ORC... no
  435. checking for SYSTEMD... no
  436. Package systemd was not found in the pkg-config search path.
  437. Perhaps you should add the directory containing `systemd.pc'
  438. to the PKG_CONFIG_PATH environment variable
  439. No package 'systemd' found
  440. checking for SYSTEMDDAEMON... no
  441. checking for SYSTEMDLOGIN... no
  442. checking for SYSTEMDJOURNAL... no
  443. checking for WEBRTC... no
  444. checking that generated files are newer than configure... done
  445. configure: creating ./config.status
  446. config.status: creating Makefile
  447. config.status: creating src/Makefile
  448. config.status: creating man/Makefile
  449. config.status: creating libpulse.pc
  450. config.status: creating libpulse-simple.pc
  451. config.status: creating libpulse-mainloop-glib.pc
  452. config.status: creating doxygen/Makefile
  453. config.status: creating doxygen/doxygen.conf
  454. config.status: creating src/pulse/version.h
  455. config.status: creating po/Makefile.in
  456. config.status: creating man/pulseaudio.1.xml
  457. config.status: creating man/esdcompat.1.xml
  458. config.status: creating man/pax11publish.1.xml
  459. config.status: creating man/pacat.1.xml
  460. config.status: creating man/pacmd.1.xml
  461. config.status: creating man/pactl.1.xml
  462. config.status: creating man/pasuspender.1.xml
  463. config.status: creating man/padsp.1.xml
  464. config.status: creating man/pulse-daemon.conf.5.xml
  465. config.status: creating man/pulse-client.conf.5.xml
  466. config.status: creating man/default.pa.5.xml
  467. config.status: creating man/pulse-cli-syntax.5.xml
  468. config.status: creating man/start-pulseaudio-x11.1.xml
  469. config.status: creating src/esdcompat
  470. config.status: creating src/start-pulseaudio-x11
  471. config.status: creating src/client.conf
  472. config.status: creating src/daemon.conf
  473. config.status: creating src/default.pa
  474. config.status: creating src/system.pa
  475. config.status: creating PulseAudioConfig.cmake
  476. config.status: creating PulseAudioConfigVersion.cmake
  477. config.status: creating config.h
  478. config.status: executing depfiles commands
  479. config.status: executing po-directories commands
  480. config.status: creating po/POTFILES
  481. config.status: creating po/Makefile
  482. config.status: executing libtool commands
  483. config.status: executing po/stamp-it commands
  484. configure: WARNING: unrecognized options: --disable-hal, --disable-bluez
  485.  
  486. ---{ pulseaudio 6.0-115-g733e4 }---
  487.  
  488. prefix: /Library/Frameworks/PulseAudio.framework/Contents/MacOS
  489. sysconfdir: ${prefix}/etc
  490. localstatedir: ${prefix}/var
  491. modlibexecdir: ${exec_prefix}/lib/pulse-6.0/modules
  492. System Runtime Path: /Library/Frameworks/PulseAudio.framework/Contents/MacOS/var/run/pulse
  493. System State Path: /Library/Frameworks/PulseAudio.framework/Contents/MacOS/var/lib/pulse
  494. System Config Path: /Library/Frameworks/PulseAudio.framework/Contents/MacOS/var/lib/pulse
  495. Zsh completions directory: ${datarootdir}/zsh/site-functions
  496. Bash completions directory: ${prefix}/etc/bash_completion.d
  497. Compiler: gcc -std=gnu99
  498. CFLAGS: -I/opt/local/include -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -fno-common -fdiagnostics-show-option -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -arch i386 -arch x86_64
  499. CPPFLAGS: -I/opt/local/include -DFASTPATH -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
  500. LIBS: -lgdbm -framework CoreServices
  501.  
  502. Enable X11: no
  503. Enable OSS Output: no
  504. Enable OSS Wrapper: no
  505. Enable EsounD: yes
  506. Enable Alsa: no
  507. Enable CoreAudio: yes
  508. Enable Solaris: no
  509. Enable WaveOut: no
  510. Enable GLib 2.0: no
  511. Enable Gtk+ 3.0: no
  512. Enable GConf: no
  513. Enable Avahi: no
  514. Enable Jack: no
  515. Enable Async DNS: no
  516. Enable LIRC: no
  517. Enable Xen PV driver: no
  518. Enable D-Bus: no
  519. Enable BlueZ 4: no
  520. Enable BlueZ 5: no
  521. Enable ofono headsets: no
  522. Enable native headsets: no
  523. Enable udev: no
  524. Enable HAL->udev compat: no
  525. Enable systemd
  526. Daemon (Socket Activation): no
  527. Login (Session Tracking): no
  528. Journal (Logging): no
  529. Enable TCP Wrappers: no
  530. Enable libsamplerate: no
  531. Enable IPv6: yes
  532. Enable OpenSSL (for Airtunes): yes
  533. Enable fftw: no
  534. Enable orc: no
  535. Enable Adrian echo canceller: yes
  536. Enable speex (resampler, AEC): yes
  537. Enable soxr (resampler): no
  538. Enable WebRTC echo canceller: no
  539. Enable gcov coverage: no
  540. Enable unit tests: no
  541. Database
  542. tdb: no
  543. gdbm: yes
  544. simple database: no
  545.  
  546. System User: pulse
  547. System Group: pulse
  548. Access Group: pulse-access
  549. Enable per-user EsounD socket: yes
  550. Force preopen: no
  551. Preopened modules: all
  552.  
  553. Legacy Database Entry Support: yes
  554.  
  555.  
  556. ===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
  557. You do not have D-Bus support enabled. It is strongly recommended
  558. that you enable D-Bus support if your platform supports it.
  559. Many parts of PulseAudio use D-Bus, from ConsoleKit interaction
  560. to the Device Reservation Protocol to speak to JACK, Bluetooth
  561. support and even a native control protocol for communicating and
  562. controling the PulseAudio daemon itself.
  563. ===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
  564.  
  565.  
  566. ===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
  567. You do not have udev support enabled. It is strongly recommended
  568. that you enable udev support if your platform supports it as it is
  569. the primary method used to detect hardware audio devices (on Linux)
  570. and is thus a critical part of PulseAudio on that platform.
  571. ===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
  572.  
  573. + make clean install
  574. Making clean in src
  575. rm -f pulseaudio pacat pactl pasuspender pacmd
  576. test -z " daemon/pulseaudio.desktop" || rm -f daemon/pulseaudio.desktop
  577. test -z "libpulse.la libpulse-simple.la libpulsecore-6.0.la" || rm -f libpulse.la libpulse-simple.la libpulsecore-6.0.la
  578. rm -f ./so_locations
  579. rm -rf .libs _libs
  580. rm -rf modules/.libs modules/_libs
  581. rm -rf modules/alsa/.libs modules/alsa/_libs
  582. rm -rf modules/bluetooth/.libs modules/bluetooth/_libs
  583. rm -rf modules/dbus/.libs modules/dbus/_libs
  584. rm -rf modules/echo-cancel/.libs modules/echo-cancel/_libs
  585. rm -rf modules/gconf/.libs modules/gconf/_libs
  586. rm -rf modules/jack/.libs modules/jack/_libs
  587. rm -rf modules/macosx/.libs modules/macosx/_libs
  588. rm -rf modules/oss/.libs modules/oss/_libs
  589. rm -rf modules/raop/.libs modules/raop/_libs
  590. rm -rf modules/rtp/.libs modules/rtp/_libs
  591. rm -rf modules/x11/.libs modules/x11/_libs
  592. rm -rf modules/xen/.libs modules/xen/_libs
  593. rm -rf pulse/.libs pulse/_libs
  594. rm -rf pulsecore/.libs pulsecore/_libs
  595. rm -rf pulsecore/ffmpeg/.libs pulsecore/ffmpeg/_libs
  596. rm -rf pulsecore/filter/.libs pulsecore/filter/_libs
  597. rm -rf pulsecore/resampler/.libs pulsecore/resampler/_libs
  598. rm -rf tests/.libs tests/_libs
  599. rm -rf utils/.libs utils/_libs
  600. test -z "libcli.la libprotocol-cli.la libprotocol-simple.la libprotocol-http.la libprotocol-native.la libprotocol-esound.la librtp.la module-cli.la module-cli-protocol-tcp.la module-simple-protocol-tcp.la module-null-sink.la module-null-source.la module-sine-source.la module-detect.la module-volume-restore.la module-device-manager.la module-device-restore.la module-stream-restore.la module-card-restore.la module-default-device-restore.la module-always-sink.la module-rescue-streams.la module-intended-roles.la module-suspend-on-idle.la module-echo-cancel.la module-http-protocol-tcp.la module-sine.la module-native-protocol-tcp.la module-native-protocol-fd.la module-combine.la module-combine-sink.la module-remap-sink.la module-remap-source.la module-ladspa-sink.la module-tunnel-sink-new.la module-tunnel-source-new.la module-tunnel-sink.la module-tunnel-source.la module-position-event-sounds.la module-augment-properties.la module-role-cork.la module-loopback.la module-virtual-sink.la module-virtual-source.la module-virtual-surround-sink.la module-switch-on-connect.la module-switch-on-port-available.la module-filter-apply.la module-filter-heuristics.la module-role-ducking.la module-esound-protocol-tcp.la module-esound-sink.la module-rtp-send.la module-rtp-recv.la module-cli-protocol-unix.la module-simple-protocol-unix.la module-http-protocol-unix.la module-native-protocol-unix.la module-esound-protocol-unix.la module-pipe-sink.la module-pipe-source.la module-esound-compat-spawnfd.la module-esound-compat-spawnpid.la module-match.la module-coreaudio-detect.la module-coreaudio-device.la module-bonjour-publish.la libraop.la module-raop-sink.la " || rm -f libcli.la libprotocol-cli.la libprotocol-simple.la libprotocol-http.la libprotocol-native.la libprotocol-esound.la librtp.la module-cli.la module-cli-protocol-tcp.la module-simple-protocol-tcp.la module-null-sink.la module-null-source.la module-sine-source.la module-detect.la module-volume-restore.la module-device-manager.la module-device-restore.la module-stream-restore.la module-card-restore.la module-default-device-restore.la module-always-sink.la module-rescue-streams.la module-intended-roles.la module-suspend-on-idle.la module-echo-cancel.la module-http-protocol-tcp.la module-sine.la module-native-protocol-tcp.la module-native-protocol-fd.la module-combine.la module-combine-sink.la module-remap-sink.la module-remap-source.la module-ladspa-sink.la module-tunnel-sink-new.la module-tunnel-source-new.la module-tunnel-sink.la module-tunnel-source.la module-position-event-sounds.la module-augment-properties.la module-role-cork.la module-loopback.la module-virtual-sink.la module-virtual-source.la module-virtual-surround-sink.la module-switch-on-connect.la module-switch-on-port-available.la module-filter-apply.la module-filter-heuristics.la module-role-ducking.la module-esound-protocol-tcp.la module-esound-sink.la module-rtp-send.la module-rtp-recv.la module-cli-protocol-unix.la module-simple-protocol-unix.la module-http-protocol-unix.la module-native-protocol-unix.la module-esound-protocol-unix.la module-pipe-sink.la module-pipe-source.la module-esound-compat-spawnfd.la module-esound-compat-spawnpid.la module-match.la module-coreaudio-detect.la module-coreaudio-device.la module-bonjour-publish.la libraop.la module-raop-sink.la
  601. rm -f ./so_locations
  602. test -z "liblo-test-util.la libpulsecore-foreign.la" || rm -f liblo-test-util.la libpulsecore-foreign.la
  603. rm -f ./so_locations
  604. test -z "" || rm -f
  605. test -z "libpulsecommon-6.0.la" || rm -f libpulsecommon-6.0.la
  606. rm -f ./so_locations
  607. rm -f *.o
  608. rm -f daemon/*.o
  609. rm -f modules/*.o
  610. rm -f modules/*.lo
  611. rm -f modules/alsa/*.o
  612. rm -f modules/alsa/*.lo
  613. rm -f modules/bluetooth/*.o
  614. rm -f modules/bluetooth/*.lo
  615. rm -f modules/dbus/*.o
  616. rm -f modules/dbus/*.lo
  617. rm -f modules/echo-cancel/*.o
  618. rm -f modules/echo-cancel/*.lo
  619. rm -f modules/gconf/*.o
  620. rm -f modules/gconf/*.lo
  621. rm -f modules/jack/*.o
  622. rm -f modules/jack/*.lo
  623. rm -f modules/macosx/*.o
  624. rm -f modules/macosx/*.lo
  625. rm -f modules/oss/*.o
  626. rm -f modules/oss/*.lo
  627. rm -f modules/raop/*.o
  628. rm -f modules/raop/*.lo
  629. rm -f modules/rtp/*.o
  630. rm -f modules/rtp/*.lo
  631. rm -f modules/x11/*.o
  632. rm -f modules/x11/*.lo
  633. rm -f modules/xen/*.o
  634. rm -f modules/xen/*.lo
  635. rm -f pulse/*.o
  636. rm -f pulse/*.lo
  637. rm -f pulsecore/*.o
  638. rm -f pulsecore/*.lo
  639. rm -f pulsecore/ffmpeg/*.o
  640. rm -f pulsecore/ffmpeg/*.lo
  641. rm -f pulsecore/filter/*.o
  642. rm -f pulsecore/filter/*.lo
  643. rm -f pulsecore/resampler/*.o
  644. rm -f pulsecore/resampler/*.lo
  645. rm -f tests/*.o
  646. rm -f tests/*.lo
  647. rm -f utils/*.o
  648. rm -f utils/*.lo
  649. test -z "" || rm -f
  650. test -z "" || rm -f
  651. test -z "test-suite.log" || rm -f test-suite.log
  652. rm -f *.lo
  653. Making clean in doxygen
  654. rm -rf .libs _libs
  655. rm -rf html
  656. rm -f *.lo
  657. Making clean in man
  658. test -z "pulseaudio.1 esdcompat.1 pax11publish.1 pacat.1 pacmd.1 pactl.1 pasuspender.1 padsp.1 pulse-daemon.conf.5 pulse-client.conf.5 default.pa.5 pulse-cli-syntax.5 start-pulseaudio-x11.1" || rm -f pulseaudio.1 esdcompat.1 pax11publish.1 pacat.1 pacmd.1 pactl.1 pasuspender.1 padsp.1 pulse-daemon.conf.5 pulse-client.conf.5 default.pa.5 pulse-cli-syntax.5 start-pulseaudio-x11.1
  659. rm -rf .libs _libs
  660. rm -f *.lo
  661. Making clean in po
  662. rm -f *.pox pulseaudio.pot *.old.po cat-id-tbl.tmp
  663. rm -f .intltool-merge-cache
  664. rm -rf .libs _libs
  665. rm -f *.lo
  666. make install-recursive
  667. Making install in src
  668. make install-am
  669. CC pulse/libpulse_la-channelmap.lo
  670. pulse/channelmap.c:25:20: error: stdlib.h: No such file or directory
  671. pulse/channelmap.c:26:19: error: stdio.h: No such file or directory
  672. pulse/channelmap.c:27:20: error: string.h: No such file or directory
  673. In file included from pulse/channelmap.c:29:
  674. ./pulse/xmalloc.h:23:23: error: sys/types.h: No such file or directory
  675. In file included from ./pulse/xmalloc.h:25,
  676. from pulse/channelmap.c:29:
  677. /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15:25: error: no include path in which to search for limits.h
  678. In file included from pulse/channelmap.c:29:
  679. ./pulse/xmalloc.h:26:20: error: assert.h: No such file or directory
  680. In file included from pulse/channelmap.c:29:
  681. ./pulse/xmalloc.h:39: error: expected ‘)’ before ‘l’
  682. ./pulse/xmalloc.h:42: error: expected ‘)’ before ‘l’
  683. ./pulse/xmalloc.h:45: error: expected declaration specifiers or ‘...’ before ‘size_t’
  684. ./pulse/xmalloc.h:54: error: expected declaration specifiers or ‘...’ before ‘size_t’
  685. ./pulse/xmalloc.h:57: error: expected declaration specifiers or ‘...’ before ‘size_t’
  686. ./pulse/xmalloc.h:60: error: expected ‘)’ before ‘n’
  687. ./pulse/xmalloc.h:62: error: expected ‘)’ before ‘n’
  688. ./pulse/xmalloc.h:71: error: expected ‘)’ before ‘n’
  689. ./pulse/xmalloc.h:73: error: expected ‘)’ before ‘n’
  690. ./pulse/xmalloc.h:82: error: expected declaration specifiers or ‘...’ before ‘size_t’
  691. ./pulse/xmalloc.h:82: error: expected declaration specifiers or ‘...’ before ‘size_t’
  692. ./pulse/xmalloc.h:84: error: expected declaration specifiers or ‘...’ before ‘size_t’
  693. ./pulse/xmalloc.h:84: error: expected declaration specifiers or ‘...’ before ‘size_t’
  694. ./pulse/xmalloc.h: In function ‘_pa_xnewdup_internal’:
  695. ./pulse/xmalloc.h:85: warning: implicit declaration of function ‘assert’
  696. ./pulse/xmalloc.h:85: error: ‘n’ undeclared (first use in this function)
  697. ./pulse/xmalloc.h:85: error: (Each undeclared identifier is reported only once
  698. ./pulse/xmalloc.h:85: error: for each function it appears in.)
  699. ./pulse/xmalloc.h:85: error: ‘k’ undeclared (first use in this function)
  700. ./pulse/xmalloc.h:86: error: too many arguments to function ‘pa_xmemdup’
  701. ./pulse/xmalloc.h: At top level:
  702. ./pulse/xmalloc.h:93: error: expected declaration specifiers or ‘...’ before ‘size_t’
  703. ./pulse/xmalloc.h:93: error: expected declaration specifiers or ‘...’ before ‘size_t’
  704. ./pulse/xmalloc.h:95: error: expected declaration specifiers or ‘...’ before ‘size_t’
  705. ./pulse/xmalloc.h:95: error: expected declaration specifiers or ‘...’ before ‘size_t’
  706. ./pulse/xmalloc.h: In function ‘_pa_xrenew_internal’:
  707. ./pulse/xmalloc.h:96: error: ‘n’ undeclared (first use in this function)
  708. ./pulse/xmalloc.h:96: error: ‘k’ undeclared (first use in this function)
  709. ./pulse/xmalloc.h:97: error: too many arguments to function ‘pa_xrealloc’
  710. In file included from ./pulsecore/i18n.h:33,
  711. from pulse/channelmap.c:31:
  712. /opt/local/include/libintl.h:20:20: error: locale.h: No such file or directory
  713. /opt/local/include/libintl.h:22:22: error: xlocale.h: No such file or directory
  714. In file included from ./pulsecore/i18n.h:33,
  715. from pulse/channelmap.c:31:
  716. /opt/local/include/libintl.h: At top level:
  717. /opt/local/include/libintl.h:440: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘libintl_newlocale’
  718. In file included from pulse/channelmap.c:32:
  719. ./pulsecore/core-util.h:25:22: error: inttypes.h: No such file or directory
  720. ./pulsecore/core-util.h:31:26: error: sys/resource.h: No such file or directory
  721. In file included from ./pulse/volume.h:25,
  722. from ./pulsecore/core-util.h:35,
  723. from pulse/channelmap.c:32:
  724. /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15:25: error: no include path in which to search for limits.h
  725. In file included from ./pulse/volume.h:29,
  726. from ./pulsecore/core-util.h:35,
  727. from pulse/channelmap.c:32:
  728. ./pulse/sample.h:26:23: error: sys/param.h: No such file or directory
  729. In file included from ./pulse/volume.h:29,
  730. from ./pulsecore/core-util.h:35,
  731. from pulse/channelmap.c:32:
  732. ./pulse/sample.h:252: error: expected specifier-qualifier-list before ‘uint32_t’
  733. ./pulse/sample.h:260: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_usec_t’
  734. ./pulse/sample.h:263: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_bytes_per_second’
  735. ./pulse/sample.h:266: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_frame_size’
  736. ./pulse/sample.h:269: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_sample_size’
  737. ./pulse/sample.h:273: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_sample_size_of_format’
  738. ./pulse/sample.h:278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_bytes_to_usec’
  739. ./pulse/sample.h:283: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_usec_to_bytes’
  740. ./pulse/sample.h:294: error: expected ‘)’ before ‘rate’
  741. ./pulse/sample.h:298: error: expected ‘)’ before ‘channels’
  742. ./pulse/sample.h:320: error: expected declaration specifiers or ‘...’ before ‘size_t’
  743. ./pulse/sample.h:330: error: expected declaration specifiers or ‘...’ before ‘size_t’
  744. In file included from ./pulse/volume.h:30,
  745. from ./pulsecore/core-util.h:35,
  746. from pulse/channelmap.c:32:
  747. ./pulse/channelmap.h:210: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_channel_position_mask_t’
  748. ./pulse/channelmap.h:263: error: expected specifier-qualifier-list before ‘uint8_t’
  749. ./pulse/channelmap.h:310: error: expected declaration specifiers or ‘...’ before ‘size_t’
  750. ./pulse/channelmap.h:357: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_channel_map_mask’
  751. In file included from ./pulsecore/core-util.h:35,
  752. from pulse/channelmap.c:32:
  753. ./pulse/volume.h:120: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_volume_t’
  754. ./pulse/volume.h:149: error: expected specifier-qualifier-list before ‘uint8_t’
  755. ./pulse/volume.h:168: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  756. ./pulse/volume.h:178: error: expected declaration specifiers or ‘...’ before ‘size_t’
  757. ./pulse/volume.h:188: error: expected declaration specifiers or ‘...’ before ‘size_t’
  758. ./pulse/volume.h:200: error: expected declaration specifiers or ‘...’ before ‘size_t’
  759. ./pulse/volume.h:210: error: expected declaration specifiers or ‘...’ before ‘size_t’
  760. ./pulse/volume.h:210: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  761. ./pulse/volume.h:220: error: expected declaration specifiers or ‘...’ before ‘size_t’
  762. ./pulse/volume.h:220: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  763. ./pulse/volume.h:231: error: expected declaration specifiers or ‘...’ before ‘size_t’
  764. ./pulse/volume.h:231: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  765. ./pulse/volume.h:234: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_avg’
  766. ./pulse/volume.h:241: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_avg_mask’
  767. ./pulse/volume.h:244: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_max’
  768. ./pulse/volume.h:251: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_max_mask’
  769. ./pulse/volume.h:254: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_min’
  770. ./pulse/volume.h:261: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_min_mask’
  771. ./pulse/volume.h:267: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  772. ./pulse/volume.h:278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_sw_volume_multiply’
  773. ./pulse/volume.h:289: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  774. ./pulse/volume.h:295: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_sw_volume_divide’
  775. ./pulse/volume.h:306: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  776. ./pulse/volume.h:309: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_sw_volume_from_dB’
  777. ./pulse/volume.h:312: error: expected ‘)’ before ‘v’
  778. ./pulse/volume.h:316: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_sw_volume_from_linear’
  779. ./pulse/volume.h:319: error: expected ‘)’ before ‘v’
  780. ./pulse/volume.h:378: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  781. ./pulse/volume.h:384: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  782. ./pulse/volume.h:384: error: expected declaration specifiers or ‘...’ before ‘pa_channel_position_mask_t’
  783. ./pulse/volume.h:391: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  784. ./pulse/volume.h:397: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_get_position’
  785. ./pulse/volume.h:406: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  786. ./pulse/volume.h:406: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  787. ./pulse/volume.h:410: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  788. ./pulse/volume.h:414: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  789. In file included from ./pulsecore/core-util.h:38,
  790. from pulse/channelmap.c:32:
  791. ./pulsecore/macro.h:24:20: error: unistd.h: No such file or directory
  792. In file included from ./pulsecore/macro.h:26,
  793. from ./pulsecore/core-util.h:38,
  794. from pulse/channelmap.c:32:
  795. /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15:25: error: no include path in which to search for limits.h
  796. In file included from ./pulsecore/core-util.h:38,
  797. from pulse/channelmap.c:32:
  798. ./pulsecore/macro.h: In function ‘PA_ALIGN_PTR’:
  799. ./pulsecore/macro.h:60: error: ‘size_t’ undeclared (first use in this function)
  800. ./pulsecore/macro.h:60: error: expected ‘)’ before ‘p’
  801. ./pulsecore/macro.h: At top level:
  802. ./pulsecore/macro.h:64: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PA_ALIGN’
  803. ./pulsecore/macro.h: In function ‘PA_PAGE_ALIGN_PTR’:
  804. ./pulsecore/macro.h:70: error: ‘size_t’ undeclared (first use in this function)
  805. ./pulsecore/macro.h:70: error: expected ‘)’ before ‘p’
  806. ./pulsecore/macro.h:70: warning: implicit declaration of function ‘sysconf’
  807. ./pulsecore/macro.h:70: error: ‘_SC_PAGE_SIZE’ undeclared (first use in this function)
  808. ./pulsecore/macro.h: At top level:
  809. ./pulsecore/macro.h:74: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PA_PAGE_ALIGN’
  810. In file included from ./pulsecore/core-util.h:39,
  811. from pulse/channelmap.c:32:
  812. ./pulsecore/socket.h:5:24: error: sys/socket.h: No such file or directory
  813. In file included from pulse/channelmap.c:32:
  814. ./pulsecore/core-util.h:65: error: expected declaration specifiers or ‘...’ before ‘mode_t’
  815. ./pulsecore/core-util.h:65: error: expected declaration specifiers or ‘...’ before ‘uid_t’
  816. ./pulsecore/core-util.h:65: error: expected declaration specifiers or ‘...’ before ‘gid_t’
  817. ./pulsecore/core-util.h:66: error: expected declaration specifiers or ‘...’ before ‘mode_t’
  818. ./pulsecore/core-util.h:66: error: expected declaration specifiers or ‘...’ before ‘uid_t’
  819. ./pulsecore/core-util.h:66: error: expected declaration specifiers or ‘...’ before ‘gid_t’
  820. ./pulsecore/core-util.h:68: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_read’
  821. ./pulsecore/core-util.h:69: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_write’
  822. ./pulsecore/core-util.h:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_loop_read’
  823. ./pulsecore/core-util.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_loop_write’
  824. ./pulsecore/core-util.h:80: error: expected declaration specifiers or ‘...’ before ‘size_t’
  825. ./pulsecore/core-util.h:90: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  826. ./pulsecore/core-util.h:121: error: expected declaration specifiers or ‘...’ before ‘gid_t’
  827. ./pulsecore/core-util.h:122: error: expected ‘)’ before ‘uid’
  828. ./pulsecore/core-util.h:123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_get_gid_of_group’
  829. ./pulsecore/core-util.h:124: error: expected ‘)’ before ‘g’
  830. ./pulsecore/core-util.h:131: warning: type defaults to ‘int’ in declaration of ‘uint8_t’
  831. ./pulsecore/core-util.h:131: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  832. ./pulsecore/core-util.h:132: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_parsehex’
  833. ./pulsecore/core-util.h:137: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  834. ./pulsecore/core-util.h:150: error: expected declaration specifiers or ‘...’ before ‘int32_t’
  835. ./pulsecore/core-util.h:151: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  836. ./pulsecore/core-util.h:155: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_snprintf’
  837. ./pulsecore/core-util.h:156: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_vsnprintf’
  838. ./pulsecore/core-util.h:158: error: expected declaration specifiers or ‘...’ before ‘size_t’
  839. ./pulsecore/core-util.h:166: error: expected declaration specifiers or ‘...’ before ‘size_t’
  840. ./pulsecore/core-util.h: In function ‘pa_safe_streq’:
  841. ./pulsecore/core-util.h:225: error: ‘NULL’ undeclared (first use in this function)
  842. ./pulsecore/core-util.h:227: warning: implicit declaration of function ‘strcmp’
  843. ./pulsecore/core-util.h: At top level:
  844. ./pulsecore/core-util.h:278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_pipe_buf’
  845. ./pulsecore/core-util.h:286: error: expected declaration specifiers or ‘...’ before ‘mode_t’
  846. ./pulsecore/core-util.h:289: error: expected declaration specifiers or ‘...’ before ‘socklen_t’
  847. ./pulsecore/core-util.h:289: warning: ‘struct sockaddr’ declared inside parameter list
  848. ./pulsecore/core-util.h:289: warning: its scope is only this definition or declaration, which is probably not what you want
  849. ./pulsecore/core-util.h:290: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  850. In file included from pulse/channelmap.c:34:
  851. ./pulsecore/bitset.h:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_bitset_t’
  852. ./pulsecore/bitset.h:31: error: expected ‘)’ before ‘*’ token
  853. ./pulsecore/bitset.h:32: warning: type defaults to ‘int’ in declaration of ‘pa_bitset_t’
  854. ./pulsecore/bitset.h:32: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  855. ./pulsecore/bitset.h:33: warning: type defaults to ‘int’ in declaration of ‘pa_bitset_t’
  856. ./pulsecore/bitset.h:33: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  857. In file included from ./pulsecore/sample-util.h:25,
  858. from pulse/channelmap.c:35:
  859. /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15:25: error: no include path in which to search for limits.h
  860. In file included from ./pulsecore/memblock.h:29,
  861. from ./pulsecore/sample-util.h:32,
  862. from pulse/channelmap.c:35:
  863. ./pulse/def.h:25:22: error: sys/time.h: No such file or directory
  864. In file included from ./pulsecore/memblock.h:29,
  865. from ./pulsecore/sample-util.h:32,
  866. from pulse/channelmap.c:35:
  867. ./pulse/def.h:388: error: expected specifier-qualifier-list before ‘uint32_t’
  868. ./pulse/def.h:659: error: field ‘timestamp’ has incomplete type
  869. ./pulse/def.h:669: error: expected specifier-qualifier-list before ‘pa_usec_t’
  870. In file included from ./pulsecore/memblock.h:32,
  871. from ./pulsecore/sample-util.h:32,
  872. from pulse/channelmap.c:35:
  873. ./pulsecore/memchunk.h:33: error: expected specifier-qualifier-list before ‘size_t’
  874. ./pulsecore/memchunk.h:41: error: expected declaration specifiers or ‘...’ before ‘size_t’
  875. In file included from ./pulsecore/sample-util.h:32,
  876. from pulse/channelmap.c:35:
  877. ./pulsecore/memblock.h:56: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  878. ./pulsecore/memblock.h:57: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  879. ./pulsecore/memblock.h:81: error: expected declaration specifiers or ‘...’ before ‘size_t’
  880. ./pulsecore/memblock.h:84: error: expected declaration specifiers or ‘...’ before ‘size_t’
  881. ./pulsecore/memblock.h:87: error: expected declaration specifiers or ‘...’ before ‘size_t’
  882. ./pulsecore/memblock.h:90: error: expected declaration specifiers or ‘...’ before ‘size_t’
  883. ./pulsecore/memblock.h: In function ‘pa_memblock_new_malloced’:
  884. ./pulsecore/memblock.h:91: error: ‘length’ undeclared (first use in this function)
  885. ./pulsecore/memblock.h:91: error: too many arguments to function ‘pa_memblock_new_user’
  886. ./pulsecore/memblock.h: At top level:
  887. ./pulsecore/memblock.h:95: error: expected declaration specifiers or ‘...’ before ‘size_t’
  888. ./pulsecore/memblock.h:118: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_memblock_get_length’
  889. ./pulsecore/memblock.h:124: error: expected declaration specifiers or ‘...’ before ‘size_t’
  890. ./pulsecore/memblock.h:128: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  891. ./pulsecore/memblock.h:132: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_mempool_block_size_max’
  892. ./pulsecore/memblock.h:137: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  893. ./pulsecore/memblock.h:137: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  894. ./pulsecore/memblock.h:138: error: expected declaration specifiers or ‘...’ before ‘size_t’
  895. ./pulsecore/memblock.h:138: error: expected declaration specifiers or ‘...’ before ‘size_t’
  896. ./pulsecore/memblock.h:139: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  897. ./pulsecore/memblock.h:144: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  898. ./pulsecore/memblock.h:144: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  899. ./pulsecore/memblock.h:144: error: expected declaration specifiers or ‘...’ before ‘size_t’
  900. ./pulsecore/memblock.h:144: error: expected declaration specifiers or ‘...’ before ‘size_t’
  901. ./pulsecore/memblock.h:145: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  902. In file included from pulse/channelmap.c:35:
  903. ./pulsecore/sample-util.h:42: error: expected declaration specifiers or ‘...’ before ‘size_t’
  904. ./pulsecore/sample-util.h:46: error: expected declaration specifiers or ‘...’ before ‘size_t’
  905. ./pulsecore/sample-util.h:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_frame_align’
  906. ./pulsecore/sample-util.h:50: error: expected ‘)’ before ‘l’
  907. ./pulsecore/sample-util.h:52: error: expected declaration specifiers or ‘...’ before ‘size_t’
  908. ./pulsecore/sample-util.h:53: error: expected declaration specifiers or ‘...’ before ‘size_t’
  909. ./pulsecore/sample-util.h:55: error: expected declaration specifiers or ‘...’ before ‘size_t’
  910. ./pulsecore/sample-util.h:55: error: expected declaration specifiers or ‘...’ before ‘size_t’
  911. ./pulsecore/sample-util.h:57: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_mult_s16_volume’
  912. In file included from pulse/channelmap.c:35:
  913. ./pulsecore/sample-util.h:58:5: warning: "__WORDSIZE" is not defined
  914. ./pulsecore/sample-util.h:74: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_bytes_to_usec_round_up’
  915. ./pulsecore/sample-util.h:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_usec_to_bytes_round_up’
  916. ./pulsecore/sample-util.h:86: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_convert_size’
  917. pulse/channelmap.c: In function ‘pa_channel_map_init’:
  918. pulse/channelmap.c:167: warning: implicit declaration of function ‘abort’
  919. pulse/channelmap.c:167: warning: incompatible implicit declaration of built-in function ‘abort’
  920. pulse/channelmap.c:169: error: ‘pa_channel_map’ has no member named ‘channels’
  921. pulse/channelmap.c:172: error: ‘pa_channel_map’ has no member named ‘map’
  922. pulse/channelmap.c: In function ‘pa_channel_map_init_mono’:
  923. pulse/channelmap.c:178: warning: incompatible implicit declaration of built-in function ‘abort’
  924. pulse/channelmap.c:182: error: ‘pa_channel_map’ has no member named ‘channels’
  925. pulse/channelmap.c:183: error: ‘pa_channel_map’ has no member named ‘map’
  926. pulse/channelmap.c: In function ‘pa_channel_map_init_stereo’:
  927. pulse/channelmap.c:188: warning: incompatible implicit declaration of built-in function ‘abort’
  928. pulse/channelmap.c:192: error: ‘pa_channel_map’ has no member named ‘channels’
  929. pulse/channelmap.c:193: error: ‘pa_channel_map’ has no member named ‘map’
  930. pulse/channelmap.c:194: error: ‘pa_channel_map’ has no member named ‘map’
  931. pulse/channelmap.c: In function ‘pa_channel_map_init_auto’:
  932. pulse/channelmap.c:199: warning: incompatible implicit declaration of built-in function ‘abort’
  933. pulse/channelmap.c:200: warning: implicit declaration of function ‘pa_channels_valid’
  934. pulse/channelmap.c:200: warning: incompatible implicit declaration of built-in function ‘abort’
  935. pulse/channelmap.c:201: warning: incompatible implicit declaration of built-in function ‘abort’
  936. pulse/channelmap.c:205: error: ‘pa_channel_map’ has no member named ‘channels’
  937. pulse/channelmap.c:205: error: ‘uint8_t’ undeclared (first use in this function)
  938. pulse/channelmap.c:205: error: expected ‘;’ before ‘channels’
  939. pulse/channelmap.c:214: error: ‘pa_channel_map’ has no member named ‘map’
  940. pulse/channelmap.c:218: error: ‘pa_channel_map’ has no member named ‘map’
  941. pulse/channelmap.c:219: error: ‘pa_channel_map’ has no member named ‘map’
  942. pulse/channelmap.c:220: error: ‘pa_channel_map’ has no member named ‘map’
  943. pulse/channelmap.c:221: error: ‘pa_channel_map’ has no member named ‘map’
  944. pulse/channelmap.c:222: error: ‘pa_channel_map’ has no member named ‘map’
  945. pulse/channelmap.c:223: error: ‘pa_channel_map’ has no member named ‘map’
  946. pulse/channelmap.c:227: error: ‘pa_channel_map’ has no member named ‘map’
  947. pulse/channelmap.c:228: error: ‘pa_channel_map’ has no member named ‘map’
  948. pulse/channelmap.c:229: error: ‘pa_channel_map’ has no member named ‘map’
  949. pulse/channelmap.c:233: error: ‘pa_channel_map’ has no member named ‘map’
  950. pulse/channelmap.c:234: error: ‘pa_channel_map’ has no member named ‘map’
  951. pulse/channelmap.c:238: error: ‘pa_channel_map’ has no member named ‘map’
  952. pulse/channelmap.c:239: error: ‘pa_channel_map’ has no member named ‘map’
  953. pulse/channelmap.c:240: error: ‘pa_channel_map’ has no member named ‘map’
  954. pulse/channelmap.c:244: error: ‘pa_channel_map’ has no member named ‘map’
  955. pulse/channelmap.c:245: error: ‘pa_channel_map’ has no member named ‘map’
  956. pulse/channelmap.c:246: error: ‘pa_channel_map’ has no member named ‘map’
  957. pulse/channelmap.c:247: error: ‘pa_channel_map’ has no member named ‘map’
  958. pulse/channelmap.c:251: error: ‘NULL’ undeclared (first use in this function)
  959. pulse/channelmap.c:258: error: ‘pa_channel_map’ has no member named ‘map’
  960. pulse/channelmap.c:262: error: ‘pa_channel_map’ has no member named ‘map’
  961. pulse/channelmap.c:263: error: ‘pa_channel_map’ has no member named ‘map’
  962. pulse/channelmap.c:267: error: ‘pa_channel_map’ has no member named ‘map’
  963. pulse/channelmap.c:271: error: ‘pa_channel_map’ has no member named ‘map’
  964. pulse/channelmap.c:275: error: ‘pa_channel_map’ has no member named ‘map’
  965. pulse/channelmap.c:276: error: ‘pa_channel_map’ has no member named ‘map’
  966. pulse/channelmap.c:280: error: ‘pa_channel_map’ has no member named ‘map’
  967. pulse/channelmap.c:281: error: ‘pa_channel_map’ has no member named ‘map’
  968. pulse/channelmap.c:292: error: ‘pa_channel_map’ has no member named ‘map’
  969. pulse/channelmap.c:303: error: ‘pa_channel_map’ has no member named ‘map’
  970. pulse/channelmap.c:307: error: ‘pa_channel_map’ has no member named ‘map’
  971. pulse/channelmap.c:308: error: ‘pa_channel_map’ has no member named ‘map’
  972. pulse/channelmap.c:309: error: ‘pa_channel_map’ has no member named ‘map’
  973. pulse/channelmap.c:313: error: ‘pa_channel_map’ has no member named ‘map’
  974. pulse/channelmap.c:314: error: ‘pa_channel_map’ has no member named ‘map’
  975. pulse/channelmap.c:315: error: ‘pa_channel_map’ has no member named ‘map’
  976. pulse/channelmap.c:319: error: ‘pa_channel_map’ has no member named ‘map’
  977. pulse/channelmap.c:323: error: ‘pa_channel_map’ has no member named ‘map’
  978. pulse/channelmap.c:324: error: ‘pa_channel_map’ has no member named ‘map’
  979. pulse/channelmap.c:328: error: ‘pa_channel_map’ has no member named ‘map’
  980. pulse/channelmap.c:332: error: ‘pa_channel_map’ has no member named ‘map’
  981. pulse/channelmap.c:333: error: ‘pa_channel_map’ has no member named ‘map’
  982. pulse/channelmap.c:337: error: ‘pa_channel_map’ has no member named ‘map’
  983. pulse/channelmap.c:338: error: ‘pa_channel_map’ has no member named ‘map’
  984. pulse/channelmap.c:342: error: ‘pa_channel_map’ has no member named ‘map’
  985. pulse/channelmap.c:346: error: ‘pa_channel_map’ has no member named ‘map’
  986. pulse/channelmap.c:350: error: ‘pa_channel_map’ has no member named ‘map’
  987. pulse/channelmap.c:351: error: ‘pa_channel_map’ has no member named ‘map’
  988. pulse/channelmap.c:362: error: ‘pa_channel_map’ has no member named ‘map’
  989. pulse/channelmap.c:366: error: ‘pa_channel_map’ has no member named ‘map’
  990. pulse/channelmap.c:367: error: ‘pa_channel_map’ has no member named ‘map’
  991. pulse/channelmap.c:371: error: ‘pa_channel_map’ has no member named ‘map’
  992. pulse/channelmap.c:372: error: ‘pa_channel_map’ has no member named ‘map’
  993. pulse/channelmap.c:376: error: ‘pa_channel_map’ has no member named ‘map’
  994. pulse/channelmap.c:380: error: ‘pa_channel_map’ has no member named ‘map’
  995. pulse/channelmap.c:384: error: ‘pa_channel_map’ has no member named ‘map’
  996. pulse/channelmap.c:385: error: ‘pa_channel_map’ has no member named ‘map’
  997. pulse/channelmap.c:393: warning: incompatible implicit declaration of built-in function ‘abort’
  998. pulse/channelmap.c: In function ‘pa_channel_map_init_extend’:
  999. pulse/channelmap.c:400: warning: incompatible implicit declaration of built-in function ‘abort’
  1000. pulse/channelmap.c:401: warning: incompatible implicit declaration of built-in function ‘abort’
  1001. pulse/channelmap.c:402: warning: incompatible implicit declaration of built-in function ‘abort’
  1002. pulse/channelmap.c:413: error: ‘pa_channel_map’ has no member named ‘map’
  1003. pulse/channelmap.c:417: error: ‘pa_channel_map’ has no member named ‘channels’
  1004. pulse/channelmap.c:417: error: ‘uint8_t’ undeclared (first use in this function)
  1005. pulse/channelmap.c:417: error: expected ‘;’ before ‘channels’
  1006. pulse/channelmap.c:423: error: ‘NULL’ undeclared (first use in this function)
  1007. pulse/channelmap.c: In function ‘pa_channel_position_to_string’:
  1008. pulse/channelmap.c:429: error: ‘NULL’ undeclared (first use in this function)
  1009. pulse/channelmap.c: In function ‘pa_channel_position_to_pretty_string’:
  1010. pulse/channelmap.c:437: error: ‘NULL’ undeclared (first use in this function)
  1011. pulse/channelmap.c: In function ‘pa_channel_map_equal’:
  1012. pulse/channelmap.c:447: warning: incompatible implicit declaration of built-in function ‘abort’
  1013. pulse/channelmap.c:448: warning: incompatible implicit declaration of built-in function ‘abort’
  1014. pulse/channelmap.c:457: error: ‘pa_channel_map’ has no member named ‘channels’
  1015. pulse/channelmap.c:457: error: ‘pa_channel_map’ has no member named ‘channels’
  1016. pulse/channelmap.c:460: error: ‘pa_channel_map’ has no member named ‘channels’
  1017. pulse/channelmap.c:461: error: ‘pa_channel_map’ has no member named ‘map’
  1018. pulse/channelmap.c:461: error: ‘pa_channel_map’ has no member named ‘map’
  1019. pulse/channelmap.c: At top level:
  1020. pulse/channelmap.c:467: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1021. pulse/channelmap.c: In function ‘pa_channel_map_snprint’:
  1022. pulse/channelmap.c:472: warning: incompatible implicit declaration of built-in function ‘abort’
  1023. pulse/channelmap.c:473: error: ‘l’ undeclared (first use in this function)
  1024. pulse/channelmap.c:473: warning: incompatible implicit declaration of built-in function ‘abort’
  1025. pulse/channelmap.c:474: warning: incompatible implicit declaration of built-in function ‘abort’
  1026. pulse/channelmap.c:479: warning: implicit declaration of function ‘pa_snprintf’
  1027. pulse/channelmap.c:485: error: ‘pa_channel_map’ has no member named ‘channels’
  1028. pulse/channelmap.c:488: error: ‘pa_channel_map’ has no member named ‘map’
  1029. pulse/channelmap.c:490: warning: implicit declaration of function ‘strchr’
  1030. pulse/channelmap.c:490: warning: incompatible implicit declaration of built-in function ‘strchr’
  1031. pulse/channelmap.c: In function ‘pa_channel_position_from_string’:
  1032. pulse/channelmap.c:499: warning: incompatible implicit declaration of built-in function ‘abort’
  1033. pulse/channelmap.c: In function ‘pa_channel_map_parse’:
  1034. pulse/channelmap.c:523: warning: incompatible implicit declaration of built-in function ‘abort’
  1035. pulse/channelmap.c:524: warning: incompatible implicit declaration of built-in function ‘abort’
  1036. pulse/channelmap.c:533: error: ‘pa_channel_map’ has no member named ‘channels’
  1037. pulse/channelmap.c:534: error: ‘pa_channel_map’ has no member named ‘map’
  1038. pulse/channelmap.c:535: error: ‘pa_channel_map’ has no member named ‘map’
  1039. pulse/channelmap.c:538: error: ‘pa_channel_map’ has no member named ‘channels’
  1040. pulse/channelmap.c:539: error: ‘pa_channel_map’ has no member named ‘map’
  1041. pulse/channelmap.c:540: error: ‘pa_channel_map’ has no member named ‘map’
  1042. pulse/channelmap.c:541: error: ‘pa_channel_map’ has no member named ‘map’
  1043. pulse/channelmap.c:544: error: ‘pa_channel_map’ has no member named ‘channels’
  1044. pulse/channelmap.c:545: error: ‘pa_channel_map’ has no member named ‘map’
  1045. pulse/channelmap.c:546: error: ‘pa_channel_map’ has no member named ‘map’
  1046. pulse/channelmap.c:547: error: ‘pa_channel_map’ has no member named ‘map’
  1047. pulse/channelmap.c:548: error: ‘pa_channel_map’ has no member named ‘map’
  1048. pulse/channelmap.c:551: error: ‘pa_channel_map’ has no member named ‘channels’
  1049. pulse/channelmap.c:552: error: ‘pa_channel_map’ has no member named ‘map’
  1050. pulse/channelmap.c:553: error: ‘pa_channel_map’ has no member named ‘map’
  1051. pulse/channelmap.c:554: error: ‘pa_channel_map’ has no member named ‘map’
  1052. pulse/channelmap.c:555: error: ‘pa_channel_map’ has no member named ‘map’
  1053. pulse/channelmap.c:556: error: ‘pa_channel_map’ has no member named ‘map’
  1054. pulse/channelmap.c:559: error: ‘pa_channel_map’ has no member named ‘channels’
  1055. pulse/channelmap.c:560: error: ‘pa_channel_map’ has no member named ‘map’
  1056. pulse/channelmap.c:561: error: ‘pa_channel_map’ has no member named ‘map’
  1057. pulse/channelmap.c:562: error: ‘pa_channel_map’ has no member named ‘map’
  1058. pulse/channelmap.c:563: error: ‘pa_channel_map’ has no member named ‘map’
  1059. pulse/channelmap.c:564: error: ‘pa_channel_map’ has no member named ‘map’
  1060. pulse/channelmap.c:567: error: ‘pa_channel_map’ has no member named ‘channels’
  1061. pulse/channelmap.c:568: error: ‘pa_channel_map’ has no member named ‘map’
  1062. pulse/channelmap.c:569: error: ‘pa_channel_map’ has no member named ‘map’
  1063. pulse/channelmap.c:570: error: ‘pa_channel_map’ has no member named ‘map’
  1064. pulse/channelmap.c:571: error: ‘pa_channel_map’ has no member named ‘map’
  1065. pulse/channelmap.c:572: error: ‘pa_channel_map’ has no member named ‘map’
  1066. pulse/channelmap.c:573: error: ‘pa_channel_map’ has no member named ‘map’
  1067. pulse/channelmap.c:576: error: ‘pa_channel_map’ has no member named ‘channels’
  1068. pulse/channelmap.c:577: error: ‘pa_channel_map’ has no member named ‘map’
  1069. pulse/channelmap.c:578: error: ‘pa_channel_map’ has no member named ‘map’
  1070. pulse/channelmap.c:579: error: ‘pa_channel_map’ has no member named ‘map’
  1071. pulse/channelmap.c:580: error: ‘pa_channel_map’ has no member named ‘map’
  1072. pulse/channelmap.c:581: error: ‘pa_channel_map’ has no member named ‘map’
  1073. pulse/channelmap.c:582: error: ‘pa_channel_map’ has no member named ‘map’
  1074. pulse/channelmap.c:583: error: ‘pa_channel_map’ has no member named ‘map’
  1075. pulse/channelmap.c:584: error: ‘pa_channel_map’ has no member named ‘map’
  1076. pulse/channelmap.c:588: error: ‘NULL’ undeclared (first use in this function)
  1077. pulse/channelmap.c:589: error: ‘pa_channel_map’ has no member named ‘channels’
  1078. pulse/channelmap.c:594: error: ‘pa_channel_map’ has no member named ‘channels’
  1079. pulse/channelmap.c:604: error: ‘pa_channel_map’ has no member named ‘map’
  1080. pulse/channelmap.c:604: error: ‘pa_channel_map’ has no member named ‘channels’
  1081. pulse/channelmap.c: In function ‘pa_channel_map_valid’:
  1082. pulse/channelmap.c:620: warning: incompatible implicit declaration of built-in function ‘abort’
  1083. pulse/channelmap.c:622: error: ‘pa_channel_map’ has no member named ‘channels’
  1084. pulse/channelmap.c:625: error: ‘pa_channel_map’ has no member named ‘channels’
  1085. pulse/channelmap.c:626: error: ‘pa_channel_map’ has no member named ‘map’
  1086. pulse/channelmap.c:626: error: ‘pa_channel_map’ has no member named ‘map’
  1087. pulse/channelmap.c: In function ‘pa_channel_map_compatible’:
  1088. pulse/channelmap.c:633: warning: incompatible implicit declaration of built-in function ‘abort’
  1089. pulse/channelmap.c:634: warning: incompatible implicit declaration of built-in function ‘abort’
  1090. pulse/channelmap.c:639: error: ‘pa_channel_map’ has no member named ‘channels’
  1091. pulse/channelmap.c:639: error: ‘pa_sample_spec’ has no member named ‘channels’
  1092. pulse/channelmap.c: In function ‘pa_channel_map_superset’:
  1093. pulse/channelmap.c:643: error: ‘pa_channel_position_mask_t’ undeclared (first use in this function)
  1094. pulse/channelmap.c:643: error: expected ‘;’ before ‘am’
  1095. pulse/channelmap.c:645: warning: incompatible implicit declaration of built-in function ‘abort’
  1096. pulse/channelmap.c:646: warning: incompatible implicit declaration of built-in function ‘abort’
  1097. pulse/channelmap.c:655: error: ‘am’ undeclared (first use in this function)
  1098. pulse/channelmap.c:655: warning: implicit declaration of function ‘pa_channel_map_mask’
  1099. pulse/channelmap.c:656: error: ‘bm’ undeclared (first use in this function)
  1100. pulse/channelmap.c: In function ‘pa_channel_map_can_balance’:
  1101. pulse/channelmap.c:662: error: ‘pa_channel_position_mask_t’ undeclared (first use in this function)
  1102. pulse/channelmap.c:662: error: expected ‘;’ before ‘m’
  1103. pulse/channelmap.c:664: warning: incompatible implicit declaration of built-in function ‘abort’
  1104. pulse/channelmap.c:667: error: ‘m’ undeclared (first use in this function)
  1105. pulse/channelmap.c: In function ‘pa_channel_map_can_fade’:
  1106. pulse/channelmap.c:675: error: ‘pa_channel_position_mask_t’ undeclared (first use in this function)
  1107. pulse/channelmap.c:675: error: expected ‘;’ before ‘m’
  1108. pulse/channelmap.c:677: warning: incompatible implicit declaration of built-in function ‘abort’
  1109. pulse/channelmap.c:680: error: ‘m’ undeclared (first use in this function)
  1110. pulse/channelmap.c: In function ‘pa_channel_map_to_name’:
  1111. pulse/channelmap.c:688: error: ‘pa_bitset_t’ undeclared (first use in this function)
  1112. pulse/channelmap.c:688: error: expected ‘;’ before ‘in_map’
  1113. pulse/channelmap.c:689: warning: ISO C90 forbids mixed declarations and code
  1114. pulse/channelmap.c:691: warning: incompatible implicit declaration of built-in function ‘abort’
  1115. pulse/channelmap.c:693: error: ‘NULL’ undeclared (first use in this function)
  1116. pulse/channelmap.c:695: warning: implicit declaration of function ‘memset’
  1117. pulse/channelmap.c:695: warning: incompatible implicit declaration of built-in function ‘memset’
  1118. pulse/channelmap.c:695: error: ‘in_map’ undeclared (first use in this function)
  1119. pulse/channelmap.c:697: error: ‘pa_channel_map’ has no member named ‘channels’
  1120. pulse/channelmap.c:698: warning: implicit declaration of function ‘pa_bitset_set’
  1121. pulse/channelmap.c:698: error: ‘pa_channel_map’ has no member named ‘map’
  1122. pulse/channelmap.c:700: warning: implicit declaration of function ‘pa_bitset_equals’
  1123. pulse/channelmap.c: In function ‘pa_channel_map_to_pretty_name’:
  1124. pulse/channelmap.c:742: error: ‘pa_bitset_t’ undeclared (first use in this function)
  1125. pulse/channelmap.c:742: error: expected ‘;’ before ‘in_map’
  1126. pulse/channelmap.c:743: warning: ISO C90 forbids mixed declarations and code
  1127. pulse/channelmap.c:745: warning: incompatible implicit declaration of built-in function ‘abort’
  1128. pulse/channelmap.c:747: error: ‘NULL’ undeclared (first use in this function)
  1129. pulse/channelmap.c:749: warning: incompatible implicit declaration of built-in function ‘memset’
  1130. pulse/channelmap.c:749: error: ‘in_map’ undeclared (first use in this function)
  1131. pulse/channelmap.c:751: error: ‘pa_channel_map’ has no member named ‘channels’
  1132. pulse/channelmap.c:752: error: ‘pa_channel_map’ has no member named ‘map’
  1133. pulse/channelmap.c: In function ‘pa_channel_map_has_position’:
  1134. pulse/channelmap.c:803: error: ‘pa_channel_map’ has no member named ‘channels’
  1135. pulse/channelmap.c:804: error: ‘pa_channel_map’ has no member named ‘map’
  1136. pulse/channelmap.c: At top level:
  1137. pulse/channelmap.c:810: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_channel_map_mask’
  1138. pulse/channelmap.c:25:20: error: stdlib.h: No such file or directory
  1139. pulse/channelmap.c:26:19: error: stdio.h: No such file or directory
  1140. pulse/channelmap.c:27:20: error: string.h: No such file or directory
  1141. In file included from pulse/channelmap.c:29:
  1142. ./pulse/xmalloc.h:23:23: error: sys/types.h: No such file or directory
  1143. In file included from ./pulse/xmalloc.h:25,
  1144. from pulse/channelmap.c:29:
  1145. /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15:25: error: no include path in which to search for limits.h
  1146. In file included from pulse/channelmap.c:29:
  1147. ./pulse/xmalloc.h:26:20: error: assert.h: No such file or directory
  1148. In file included from pulse/channelmap.c:29:
  1149. ./pulse/xmalloc.h:39: error: expected ‘)’ before ‘l’
  1150. ./pulse/xmalloc.h:42: error: expected ‘)’ before ‘l’
  1151. ./pulse/xmalloc.h:45: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1152. ./pulse/xmalloc.h:54: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1153. ./pulse/xmalloc.h:57: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1154. ./pulse/xmalloc.h:60: error: expected ‘)’ before ‘n’
  1155. ./pulse/xmalloc.h:62: error: expected ‘)’ before ‘n’
  1156. ./pulse/xmalloc.h:71: error: expected ‘)’ before ‘n’
  1157. ./pulse/xmalloc.h:73: error: expected ‘)’ before ‘n’
  1158. ./pulse/xmalloc.h:82: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1159. ./pulse/xmalloc.h:82: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1160. ./pulse/xmalloc.h:84: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1161. ./pulse/xmalloc.h:84: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1162. ./pulse/xmalloc.h: In function ‘_pa_xnewdup_internal’:
  1163. ./pulse/xmalloc.h:85: warning: implicit declaration of function ‘assert’
  1164. ./pulse/xmalloc.h:85: error: ‘n’ undeclared (first use in this function)
  1165. ./pulse/xmalloc.h:85: error: (Each undeclared identifier is reported only once
  1166. ./pulse/xmalloc.h:85: error: for each function it appears in.)
  1167. ./pulse/xmalloc.h:85: error: ‘k’ undeclared (first use in this function)
  1168. ./pulse/xmalloc.h:86: error: too many arguments to function ‘pa_xmemdup’
  1169. ./pulse/xmalloc.h: At top level:
  1170. ./pulse/xmalloc.h:93: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1171. ./pulse/xmalloc.h:93: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1172. ./pulse/xmalloc.h:95: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1173. ./pulse/xmalloc.h:95: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1174. ./pulse/xmalloc.h: In function ‘_pa_xrenew_internal’:
  1175. ./pulse/xmalloc.h:96: error: ‘n’ undeclared (first use in this function)
  1176. ./pulse/xmalloc.h:96: error: ‘k’ undeclared (first use in this function)
  1177. ./pulse/xmalloc.h:97: error: too many arguments to function ‘pa_xrealloc’
  1178. In file included from ./pulsecore/i18n.h:33,
  1179. from pulse/channelmap.c:31:
  1180. /opt/local/include/libintl.h:20:20: error: locale.h: No such file or directory
  1181. /opt/local/include/libintl.h:22:22: error: xlocale.h: No such file or directory
  1182. In file included from ./pulsecore/i18n.h:33,
  1183. from pulse/channelmap.c:31:
  1184. /opt/local/include/libintl.h: At top level:
  1185. /opt/local/include/libintl.h:440: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘libintl_newlocale’
  1186. In file included from pulse/channelmap.c:32:
  1187. ./pulsecore/core-util.h:25:22: error: inttypes.h: No such file or directory
  1188. ./pulsecore/core-util.h:31:26: error: sys/resource.h: No such file or directory
  1189. In file included from ./pulse/volume.h:25,
  1190. from ./pulsecore/core-util.h:35,
  1191. from pulse/channelmap.c:32:
  1192. /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15:25: error: no include path in which to search for limits.h
  1193. In file included from ./pulse/volume.h:29,
  1194. from ./pulsecore/core-util.h:35,
  1195. from pulse/channelmap.c:32:
  1196. ./pulse/sample.h:26:23: error: sys/param.h: No such file or directory
  1197. In file included from ./pulse/volume.h:29,
  1198. from ./pulsecore/core-util.h:35,
  1199. from pulse/channelmap.c:32:
  1200. ./pulse/sample.h:252: error: expected specifier-qualifier-list before ‘uint32_t’
  1201. ./pulse/sample.h:260: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_usec_t’
  1202. ./pulse/sample.h:263: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_bytes_per_second’
  1203. ./pulse/sample.h:266: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_frame_size’
  1204. ./pulse/sample.h:269: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_sample_size’
  1205. ./pulse/sample.h:273: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_sample_size_of_format’
  1206. ./pulse/sample.h:278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_bytes_to_usec’
  1207. ./pulse/sample.h:283: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_usec_to_bytes’
  1208. ./pulse/sample.h:294: error: expected ‘)’ before ‘rate’
  1209. ./pulse/sample.h:298: error: expected ‘)’ before ‘channels’
  1210. ./pulse/sample.h:320: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1211. ./pulse/sample.h:330: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1212. In file included from ./pulse/volume.h:30,
  1213. from ./pulsecore/core-util.h:35,
  1214. from pulse/channelmap.c:32:
  1215. ./pulse/channelmap.h:210: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_channel_position_mask_t’
  1216. ./pulse/channelmap.h:263: error: expected specifier-qualifier-list before ‘uint8_t’
  1217. ./pulse/channelmap.h:310: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1218. ./pulse/channelmap.h:357: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_channel_map_mask’
  1219. In file included from ./pulsecore/core-util.h:35,
  1220. from pulse/channelmap.c:32:
  1221. ./pulse/volume.h:120: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_volume_t’
  1222. ./pulse/volume.h:149: error: expected specifier-qualifier-list before ‘uint8_t’
  1223. ./pulse/volume.h:168: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1224. ./pulse/volume.h:178: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1225. ./pulse/volume.h:188: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1226. ./pulse/volume.h:200: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1227. ./pulse/volume.h:210: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1228. ./pulse/volume.h:210: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1229. ./pulse/volume.h:220: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1230. ./pulse/volume.h:220: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1231. ./pulse/volume.h:231: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1232. ./pulse/volume.h:231: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1233. ./pulse/volume.h:234: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_avg’
  1234. ./pulse/volume.h:241: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_avg_mask’
  1235. ./pulse/volume.h:244: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_max’
  1236. ./pulse/volume.h:251: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_max_mask’
  1237. ./pulse/volume.h:254: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_min’
  1238. ./pulse/volume.h:261: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_min_mask’
  1239. ./pulse/volume.h:267: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1240. ./pulse/volume.h:278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_sw_volume_multiply’
  1241. ./pulse/volume.h:289: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1242. ./pulse/volume.h:295: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_sw_volume_divide’
  1243. ./pulse/volume.h:306: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1244. ./pulse/volume.h:309: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_sw_volume_from_dB’
  1245. ./pulse/volume.h:312: error: expected ‘)’ before ‘v’
  1246. ./pulse/volume.h:316: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_sw_volume_from_linear’
  1247. ./pulse/volume.h:319: error: expected ‘)’ before ‘v’
  1248. ./pulse/volume.h:378: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1249. ./pulse/volume.h:384: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1250. ./pulse/volume.h:384: error: expected declaration specifiers or ‘...’ before ‘pa_channel_position_mask_t’
  1251. ./pulse/volume.h:391: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1252. ./pulse/volume.h:397: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_cvolume_get_position’
  1253. ./pulse/volume.h:406: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1254. ./pulse/volume.h:406: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1255. ./pulse/volume.h:410: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1256. ./pulse/volume.h:414: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1257. In file included from ./pulsecore/core-util.h:38,
  1258. from pulse/channelmap.c:32:
  1259. ./pulsecore/macro.h:24:20: error: unistd.h: No such file or directory
  1260. In file included from ./pulsecore/macro.h:26,
  1261. from ./pulsecore/core-util.h:38,
  1262. from pulse/channelmap.c:32:
  1263. /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15:25: error: no include path in which to search for limits.h
  1264. In file included from ./pulsecore/core-util.h:38,
  1265. from pulse/channelmap.c:32:
  1266. ./pulsecore/macro.h: In function ‘PA_ALIGN_PTR’:
  1267. ./pulsecore/macro.h:60: error: ‘size_t’ undeclared (first use in this function)
  1268. ./pulsecore/macro.h:60: error: expected ‘)’ before ‘p’
  1269. ./pulsecore/macro.h: At top level:
  1270. ./pulsecore/macro.h:64: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PA_ALIGN’
  1271. ./pulsecore/macro.h: In function ‘PA_PAGE_ALIGN_PTR’:
  1272. ./pulsecore/macro.h:70: error: ‘size_t’ undeclared (first use in this function)
  1273. ./pulsecore/macro.h:70: error: expected ‘)’ before ‘p’
  1274. ./pulsecore/macro.h:70: warning: implicit declaration of function ‘sysconf’
  1275. ./pulsecore/macro.h:70: error: ‘_SC_PAGE_SIZE’ undeclared (first use in this function)
  1276. ./pulsecore/macro.h: At top level:
  1277. ./pulsecore/macro.h:74: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PA_PAGE_ALIGN’
  1278. In file included from ./pulsecore/core-util.h:39,
  1279. from pulse/channelmap.c:32:
  1280. ./pulsecore/socket.h:5:24: error: sys/socket.h: No such file or directory
  1281. In file included from pulse/channelmap.c:32:
  1282. ./pulsecore/core-util.h:65: error: expected declaration specifiers or ‘...’ before ‘mode_t’
  1283. ./pulsecore/core-util.h:65: error: expected declaration specifiers or ‘...’ before ‘uid_t’
  1284. ./pulsecore/core-util.h:65: error: expected declaration specifiers or ‘...’ before ‘gid_t’
  1285. ./pulsecore/core-util.h:66: error: expected declaration specifiers or ‘...’ before ‘mode_t’
  1286. ./pulsecore/core-util.h:66: error: expected declaration specifiers or ‘...’ before ‘uid_t’
  1287. ./pulsecore/core-util.h:66: error: expected declaration specifiers or ‘...’ before ‘gid_t’
  1288. ./pulsecore/core-util.h:68: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_read’
  1289. ./pulsecore/core-util.h:69: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_write’
  1290. ./pulsecore/core-util.h:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_loop_read’
  1291. ./pulsecore/core-util.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_loop_write’
  1292. ./pulsecore/core-util.h:80: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1293. ./pulsecore/core-util.h:90: error: expected declaration specifiers or ‘...’ before ‘pa_volume_t’
  1294. ./pulsecore/core-util.h:121: error: expected declaration specifiers or ‘...’ before ‘gid_t’
  1295. ./pulsecore/core-util.h:122: error: expected ‘)’ before ‘uid’
  1296. ./pulsecore/core-util.h:123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_get_gid_of_group’
  1297. ./pulsecore/core-util.h:124: error: expected ‘)’ before ‘g’
  1298. ./pulsecore/core-util.h:131: warning: type defaults to ‘int’ in declaration of ‘uint8_t’
  1299. ./pulsecore/core-util.h:131: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  1300. ./pulsecore/core-util.h:132: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_parsehex’
  1301. ./pulsecore/core-util.h:137: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  1302. ./pulsecore/core-util.h:150: error: expected declaration specifiers or ‘...’ before ‘int32_t’
  1303. ./pulsecore/core-util.h:151: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  1304. ./pulsecore/core-util.h:155: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_snprintf’
  1305. ./pulsecore/core-util.h:156: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_vsnprintf’
  1306. ./pulsecore/core-util.h:158: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1307. ./pulsecore/core-util.h:166: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1308. ./pulsecore/core-util.h: In function ‘pa_safe_streq’:
  1309. ./pulsecore/core-util.h:225: error: ‘NULL’ undeclared (first use in this function)
  1310. ./pulsecore/core-util.h:227: warning: implicit declaration of function ‘strcmp’
  1311. ./pulsecore/core-util.h: At top level:
  1312. ./pulsecore/core-util.h:278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_pipe_buf’
  1313. ./pulsecore/core-util.h:286: error: expected declaration specifiers or ‘...’ before ‘mode_t’
  1314. ./pulsecore/core-util.h:289: error: expected declaration specifiers or ‘...’ before ‘socklen_t’
  1315. ./pulsecore/core-util.h:289: warning: ‘struct sockaddr’ declared inside parameter list
  1316. ./pulsecore/core-util.h:289: warning: its scope is only this definition or declaration, which is probably not what you want
  1317. ./pulsecore/core-util.h:290: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  1318. In file included from pulse/channelmap.c:34:
  1319. ./pulsecore/bitset.h:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_bitset_t’
  1320. ./pulsecore/bitset.h:31: error: expected ‘)’ before ‘*’ token
  1321. ./pulsecore/bitset.h:32: warning: type defaults to ‘int’ in declaration of ‘pa_bitset_t’
  1322. ./pulsecore/bitset.h:32: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  1323. ./pulsecore/bitset.h:33: warning: type defaults to ‘int’ in declaration of ‘pa_bitset_t’
  1324. ./pulsecore/bitset.h:33: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  1325. In file included from ./pulsecore/sample-util.h:25,
  1326. from pulse/channelmap.c:35:
  1327. /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15:25: error: no include path in which to search for limits.h
  1328. In file included from ./pulsecore/memblock.h:29,
  1329. from ./pulsecore/sample-util.h:32,
  1330. from pulse/channelmap.c:35:
  1331. ./pulse/def.h:25:22: error: sys/time.h: No such file or directory
  1332. In file included from ./pulsecore/memblock.h:29,
  1333. from ./pulsecore/sample-util.h:32,
  1334. from pulse/channelmap.c:35:
  1335. ./pulse/def.h:388: error: expected specifier-qualifier-list before ‘uint32_t’
  1336. ./pulse/def.h:659: error: field ‘timestamp’ has incomplete type
  1337. ./pulse/def.h:669: error: expected specifier-qualifier-list before ‘pa_usec_t’
  1338. In file included from ./pulsecore/memblock.h:32,
  1339. from ./pulsecore/sample-util.h:32,
  1340. from pulse/channelmap.c:35:
  1341. ./pulsecore/memchunk.h:33: error: expected specifier-qualifier-list before ‘size_t’
  1342. ./pulsecore/memchunk.h:41: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1343. In file included from ./pulsecore/sample-util.h:32,
  1344. from pulse/channelmap.c:35:
  1345. ./pulsecore/memblock.h:56: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  1346. ./pulsecore/memblock.h:57: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  1347. ./pulsecore/memblock.h:81: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1348. ./pulsecore/memblock.h:84: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1349. ./pulsecore/memblock.h:87: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1350. ./pulsecore/memblock.h:90: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1351. ./pulsecore/memblock.h: In function ‘pa_memblock_new_malloced’:
  1352. ./pulsecore/memblock.h:91: error: ‘length’ undeclared (first use in this function)
  1353. ./pulsecore/memblock.h:91: error: too many arguments to function ‘pa_memblock_new_user’
  1354. ./pulsecore/memblock.h: At top level:
  1355. ./pulsecore/memblock.h:95: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1356. ./pulsecore/memblock.h:118: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_memblock_get_length’
  1357. ./pulsecore/memblock.h:124: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1358. ./pulsecore/memblock.h:128: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  1359. ./pulsecore/memblock.h:132: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_mempool_block_size_max’
  1360. ./pulsecore/memblock.h:137: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  1361. ./pulsecore/memblock.h:137: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  1362. ./pulsecore/memblock.h:138: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1363. ./pulsecore/memblock.h:138: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1364. ./pulsecore/memblock.h:139: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  1365. ./pulsecore/memblock.h:144: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  1366. ./pulsecore/memblock.h:144: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  1367. ./pulsecore/memblock.h:144: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1368. ./pulsecore/memblock.h:144: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1369. ./pulsecore/memblock.h:145: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  1370. In file included from pulse/channelmap.c:35:
  1371. ./pulsecore/sample-util.h:42: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1372. ./pulsecore/sample-util.h:46: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1373. ./pulsecore/sample-util.h:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_frame_align’
  1374. ./pulsecore/sample-util.h:50: error: expected ‘)’ before ‘l’
  1375. ./pulsecore/sample-util.h:52: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1376. ./pulsecore/sample-util.h:53: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1377. ./pulsecore/sample-util.h:55: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1378. ./pulsecore/sample-util.h:55: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1379. ./pulsecore/sample-util.h:57: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_mult_s16_volume’
  1380. In file included from pulse/channelmap.c:35:
  1381. ./pulsecore/sample-util.h:58:5: warning: "__WORDSIZE" is not defined
  1382. ./pulsecore/sample-util.h:74: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_bytes_to_usec_round_up’
  1383. ./pulsecore/sample-util.h:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_usec_to_bytes_round_up’
  1384. ./pulsecore/sample-util.h:86: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_convert_size’
  1385. pulse/channelmap.c: In function ‘pa_channel_map_init’:
  1386. pulse/channelmap.c:167: warning: implicit declaration of function ‘abort’
  1387. pulse/channelmap.c:167: warning: incompatible implicit declaration of built-in function ‘abort’
  1388. pulse/channelmap.c:169: error: ‘pa_channel_map’ has no member named ‘channels’
  1389. pulse/channelmap.c:172: error: ‘pa_channel_map’ has no member named ‘map’
  1390. pulse/channelmap.c: In function ‘pa_channel_map_init_mono’:
  1391. pulse/channelmap.c:178: warning: incompatible implicit declaration of built-in function ‘abort’
  1392. pulse/channelmap.c:182: error: ‘pa_channel_map’ has no member named ‘channels’
  1393. pulse/channelmap.c:183: error: ‘pa_channel_map’ has no member named ‘map’
  1394. pulse/channelmap.c: In function ‘pa_channel_map_init_stereo’:
  1395. pulse/channelmap.c:188: warning: incompatible implicit declaration of built-in function ‘abort’
  1396. pulse/channelmap.c:192: error: ‘pa_channel_map’ has no member named ‘channels’
  1397. pulse/channelmap.c:193: error: ‘pa_channel_map’ has no member named ‘map’
  1398. pulse/channelmap.c:194: error: ‘pa_channel_map’ has no member named ‘map’
  1399. pulse/channelmap.c: In function ‘pa_channel_map_init_auto’:
  1400. pulse/channelmap.c:199: warning: incompatible implicit declaration of built-in function ‘abort’
  1401. pulse/channelmap.c:200: warning: implicit declaration of function ‘pa_channels_valid’
  1402. pulse/channelmap.c:200: warning: incompatible implicit declaration of built-in function ‘abort’
  1403. pulse/channelmap.c:201: warning: incompatible implicit declaration of built-in function ‘abort’
  1404. pulse/channelmap.c:205: error: ‘pa_channel_map’ has no member named ‘channels’
  1405. pulse/channelmap.c:205: error: ‘uint8_t’ undeclared (first use in this function)
  1406. pulse/channelmap.c:205: error: expected ‘;’ before ‘channels’
  1407. pulse/channelmap.c:214: error: ‘pa_channel_map’ has no member named ‘map’
  1408. pulse/channelmap.c:218: error: ‘pa_channel_map’ has no member named ‘map’
  1409. pulse/channelmap.c:219: error: ‘pa_channel_map’ has no member named ‘map’
  1410. pulse/channelmap.c:220: error: ‘pa_channel_map’ has no member named ‘map’
  1411. pulse/channelmap.c:221: error: ‘pa_channel_map’ has no member named ‘map’
  1412. pulse/channelmap.c:222: error: ‘pa_channel_map’ has no member named ‘map’
  1413. pulse/channelmap.c:223: error: ‘pa_channel_map’ has no member named ‘map’
  1414. pulse/channelmap.c:227: error: ‘pa_channel_map’ has no member named ‘map’
  1415. pulse/channelmap.c:228: error: ‘pa_channel_map’ has no member named ‘map’
  1416. pulse/channelmap.c:229: error: ‘pa_channel_map’ has no member named ‘map’
  1417. pulse/channelmap.c:233: error: ‘pa_channel_map’ has no member named ‘map’
  1418. pulse/channelmap.c:234: error: ‘pa_channel_map’ has no member named ‘map’
  1419. pulse/channelmap.c:238: error: ‘pa_channel_map’ has no member named ‘map’
  1420. pulse/channelmap.c:239: error: ‘pa_channel_map’ has no member named ‘map’
  1421. pulse/channelmap.c:240: error: ‘pa_channel_map’ has no member named ‘map’
  1422. pulse/channelmap.c:244: error: ‘pa_channel_map’ has no member named ‘map’
  1423. pulse/channelmap.c:245: error: ‘pa_channel_map’ has no member named ‘map’
  1424. pulse/channelmap.c:246: error: ‘pa_channel_map’ has no member named ‘map’
  1425. pulse/channelmap.c:247: error: ‘pa_channel_map’ has no member named ‘map’
  1426. pulse/channelmap.c:251: error: ‘NULL’ undeclared (first use in this function)
  1427. pulse/channelmap.c:258: error: ‘pa_channel_map’ has no member named ‘map’
  1428. pulse/channelmap.c:262: error: ‘pa_channel_map’ has no member named ‘map’
  1429. pulse/channelmap.c:263: error: ‘pa_channel_map’ has no member named ‘map’
  1430. pulse/channelmap.c:267: error: ‘pa_channel_map’ has no member named ‘map’
  1431. pulse/channelmap.c:271: error: ‘pa_channel_map’ has no member named ‘map’
  1432. pulse/channelmap.c:275: error: ‘pa_channel_map’ has no member named ‘map’
  1433. pulse/channelmap.c:276: error: ‘pa_channel_map’ has no member named ‘map’
  1434. pulse/channelmap.c:280: error: ‘pa_channel_map’ has no member named ‘map’
  1435. pulse/channelmap.c:281: error: ‘pa_channel_map’ has no member named ‘map’
  1436. pulse/channelmap.c:292: error: ‘pa_channel_map’ has no member named ‘map’
  1437. pulse/channelmap.c:303: error: ‘pa_channel_map’ has no member named ‘map’
  1438. pulse/channelmap.c:307: error: ‘pa_channel_map’ has no member named ‘map’
  1439. pulse/channelmap.c:308: error: ‘pa_channel_map’ has no member named ‘map’
  1440. pulse/channelmap.c:309: error: ‘pa_channel_map’ has no member named ‘map’
  1441. pulse/channelmap.c:313: error: ‘pa_channel_map’ has no member named ‘map’
  1442. pulse/channelmap.c:314: error: ‘pa_channel_map’ has no member named ‘map’
  1443. pulse/channelmap.c:315: error: ‘pa_channel_map’ has no member named ‘map’
  1444. pulse/channelmap.c:319: error: ‘pa_channel_map’ has no member named ‘map’
  1445. pulse/channelmap.c:323: error: ‘pa_channel_map’ has no member named ‘map’
  1446. pulse/channelmap.c:324: error: ‘pa_channel_map’ has no member named ‘map’
  1447. pulse/channelmap.c:328: error: ‘pa_channel_map’ has no member named ‘map’
  1448. pulse/channelmap.c:332: error: ‘pa_channel_map’ has no member named ‘map’
  1449. pulse/channelmap.c:333: error: ‘pa_channel_map’ has no member named ‘map’
  1450. pulse/channelmap.c:337: error: ‘pa_channel_map’ has no member named ‘map’
  1451. pulse/channelmap.c:338: error: ‘pa_channel_map’ has no member named ‘map’
  1452. pulse/channelmap.c:342: error: ‘pa_channel_map’ has no member named ‘map’
  1453. pulse/channelmap.c:346: error: ‘pa_channel_map’ has no member named ‘map’
  1454. pulse/channelmap.c:350: error: ‘pa_channel_map’ has no member named ‘map’
  1455. pulse/channelmap.c:351: error: ‘pa_channel_map’ has no member named ‘map’
  1456. pulse/channelmap.c:362: error: ‘pa_channel_map’ has no member named ‘map’
  1457. pulse/channelmap.c:366: error: ‘pa_channel_map’ has no member named ‘map’
  1458. pulse/channelmap.c:367: error: ‘pa_channel_map’ has no member named ‘map’
  1459. pulse/channelmap.c:371: error: ‘pa_channel_map’ has no member named ‘map’
  1460. pulse/channelmap.c:372: error: ‘pa_channel_map’ has no member named ‘map’
  1461. pulse/channelmap.c:376: error: ‘pa_channel_map’ has no member named ‘map’
  1462. pulse/channelmap.c:380: error: ‘pa_channel_map’ has no member named ‘map’
  1463. pulse/channelmap.c:384: error: ‘pa_channel_map’ has no member named ‘map’
  1464. pulse/channelmap.c:385: error: ‘pa_channel_map’ has no member named ‘map’
  1465. pulse/channelmap.c:393: warning: incompatible implicit declaration of built-in function ‘abort’
  1466. pulse/channelmap.c: In function ‘pa_channel_map_init_extend’:
  1467. pulse/channelmap.c:400: warning: incompatible implicit declaration of built-in function ‘abort’
  1468. pulse/channelmap.c:401: warning: incompatible implicit declaration of built-in function ‘abort’
  1469. pulse/channelmap.c:402: warning: incompatible implicit declaration of built-in function ‘abort’
  1470. pulse/channelmap.c:413: error: ‘pa_channel_map’ has no member named ‘map’
  1471. pulse/channelmap.c:417: error: ‘pa_channel_map’ has no member named ‘channels’
  1472. pulse/channelmap.c:417: error: ‘uint8_t’ undeclared (first use in this function)
  1473. pulse/channelmap.c:417: error: expected ‘;’ before ‘channels’
  1474. pulse/channelmap.c:423: error: ‘NULL’ undeclared (first use in this function)
  1475. pulse/channelmap.c: In function ‘pa_channel_position_to_string’:
  1476. pulse/channelmap.c:429: error: ‘NULL’ undeclared (first use in this function)
  1477. pulse/channelmap.c: In function ‘pa_channel_position_to_pretty_string’:
  1478. pulse/channelmap.c:437: error: ‘NULL’ undeclared (first use in this function)
  1479. pulse/channelmap.c: In function ‘pa_channel_map_equal’:
  1480. pulse/channelmap.c:447: warning: incompatible implicit declaration of built-in function ‘abort’
  1481. pulse/channelmap.c:448: warning: incompatible implicit declaration of built-in function ‘abort’
  1482. pulse/channelmap.c:457: error: ‘pa_channel_map’ has no member named ‘channels’
  1483. pulse/channelmap.c:457: error: ‘pa_channel_map’ has no member named ‘channels’
  1484. pulse/channelmap.c:460: error: ‘pa_channel_map’ has no member named ‘channels’
  1485. pulse/channelmap.c:461: error: ‘pa_channel_map’ has no member named ‘map’
  1486. pulse/channelmap.c:461: error: ‘pa_channel_map’ has no member named ‘map’
  1487. pulse/channelmap.c: At top level:
  1488. pulse/channelmap.c:467: error: expected declaration specifiers or ‘...’ before ‘size_t’
  1489. pulse/channelmap.c: In function ‘pa_channel_map_snprint’:
  1490. pulse/channelmap.c:472: warning: incompatible implicit declaration of built-in function ‘abort’
  1491. pulse/channelmap.c:473: error: ‘l’ undeclared (first use in this function)
  1492. pulse/channelmap.c:473: warning: incompatible implicit declaration of built-in function ‘abort’
  1493. pulse/channelmap.c:474: warning: incompatible implicit declaration of built-in function ‘abort’
  1494. pulse/channelmap.c:479: warning: implicit declaration of function ‘pa_snprintf’
  1495. pulse/channelmap.c:485: error: ‘pa_channel_map’ has no member named ‘channels’
  1496. pulse/channelmap.c:488: error: ‘pa_channel_map’ has no member named ‘map’
  1497. pulse/channelmap.c:490: warning: implicit declaration of function ‘strchr’
  1498. pulse/channelmap.c:490: warning: incompatible implicit declaration of built-in function ‘strchr’
  1499. pulse/channelmap.c: In function ‘pa_channel_position_from_string’:
  1500. pulse/channelmap.c:499: warning: incompatible implicit declaration of built-in function ‘abort’
  1501. pulse/channelmap.c: In function ‘pa_channel_map_parse’:
  1502. pulse/channelmap.c:523: warning: incompatible implicit declaration of built-in function ‘abort’
  1503. pulse/channelmap.c:524: warning: incompatible implicit declaration of built-in function ‘abort’
  1504. pulse/channelmap.c:533: error: ‘pa_channel_map’ has no member named ‘channels’
  1505. pulse/channelmap.c:534: error: ‘pa_channel_map’ has no member named ‘map’
  1506. pulse/channelmap.c:535: error: ‘pa_channel_map’ has no member named ‘map’
  1507. pulse/channelmap.c:538: error: ‘pa_channel_map’ has no member named ‘channels’
  1508. pulse/channelmap.c:539: error: ‘pa_channel_map’ has no member named ‘map’
  1509. pulse/channelmap.c:540: error: ‘pa_channel_map’ has no member named ‘map’
  1510. pulse/channelmap.c:541: error: ‘pa_channel_map’ has no member named ‘map’
  1511. pulse/channelmap.c:544: error: ‘pa_channel_map’ has no member named ‘channels’
  1512. pulse/channelmap.c:545: error: ‘pa_channel_map’ has no member named ‘map’
  1513. pulse/channelmap.c:546: error: ‘pa_channel_map’ has no member named ‘map’
  1514. pulse/channelmap.c:547: error: ‘pa_channel_map’ has no member named ‘map’
  1515. pulse/channelmap.c:548: error: ‘pa_channel_map’ has no member named ‘map’
  1516. pulse/channelmap.c:551: error: ‘pa_channel_map’ has no member named ‘channels’
  1517. pulse/channelmap.c:552: error: ‘pa_channel_map’ has no member named ‘map’
  1518. pulse/channelmap.c:553: error: ‘pa_channel_map’ has no member named ‘map’
  1519. pulse/channelmap.c:554: error: ‘pa_channel_map’ has no member named ‘map’
  1520. pulse/channelmap.c:555: error: ‘pa_channel_map’ has no member named ‘map’
  1521. pulse/channelmap.c:556: error: ‘pa_channel_map’ has no member named ‘map’
  1522. pulse/channelmap.c:559: error: ‘pa_channel_map’ has no member named ‘channels’
  1523. pulse/channelmap.c:560: error: ‘pa_channel_map’ has no member named ‘map’
  1524. pulse/channelmap.c:561: error: ‘pa_channel_map’ has no member named ‘map’
  1525. pulse/channelmap.c:562: error: ‘pa_channel_map’ has no member named ‘map’
  1526. pulse/channelmap.c:563: error: ‘pa_channel_map’ has no member named ‘map’
  1527. pulse/channelmap.c:564: error: ‘pa_channel_map’ has no member named ‘map’
  1528. pulse/channelmap.c:567: error: ‘pa_channel_map’ has no member named ‘channels’
  1529. pulse/channelmap.c:568: error: ‘pa_channel_map’ has no member named ‘map’
  1530. pulse/channelmap.c:569: error: ‘pa_channel_map’ has no member named ‘map’
  1531. pulse/channelmap.c:570: error: ‘pa_channel_map’ has no member named ‘map’
  1532. pulse/channelmap.c:571: error: ‘pa_channel_map’ has no member named ‘map’
  1533. pulse/channelmap.c:572: error: ‘pa_channel_map’ has no member named ‘map’
  1534. pulse/channelmap.c:573: error: ‘pa_channel_map’ has no member named ‘map’
  1535. pulse/channelmap.c:576: error: ‘pa_channel_map’ has no member named ‘channels’
  1536. pulse/channelmap.c:577: error: ‘pa_channel_map’ has no member named ‘map’
  1537. pulse/channelmap.c:578: error: ‘pa_channel_map’ has no member named ‘map’
  1538. pulse/channelmap.c:579: error: ‘pa_channel_map’ has no member named ‘map’
  1539. pulse/channelmap.c:580: error: ‘pa_channel_map’ has no member named ‘map’
  1540. pulse/channelmap.c:581: error: ‘pa_channel_map’ has no member named ‘map’
  1541. pulse/channelmap.c:582: error: ‘pa_channel_map’ has no member named ‘map’
  1542. pulse/channelmap.c:583: error: ‘pa_channel_map’ has no member named ‘map’
  1543. pulse/channelmap.c:584: error: ‘pa_channel_map’ has no member named ‘map’
  1544. pulse/channelmap.c:588: error: ‘NULL’ undeclared (first use in this function)
  1545. pulse/channelmap.c:589: error: ‘pa_channel_map’ has no member named ‘channels’
  1546. pulse/channelmap.c:594: error: ‘pa_channel_map’ has no member named ‘channels’
  1547. pulse/channelmap.c:604: error: ‘pa_channel_map’ has no member named ‘map’
  1548. pulse/channelmap.c:604: error: ‘pa_channel_map’ has no member named ‘channels’
  1549. pulse/channelmap.c: In function ‘pa_channel_map_valid’:
  1550. pulse/channelmap.c:620: warning: incompatible implicit declaration of built-in function ‘abort’
  1551. pulse/channelmap.c:622: error: ‘pa_channel_map’ has no member named ‘channels’
  1552. pulse/channelmap.c:625: error: ‘pa_channel_map’ has no member named ‘channels’
  1553. pulse/channelmap.c:626: error: ‘pa_channel_map’ has no member named ‘map’
  1554. pulse/channelmap.c:626: error: ‘pa_channel_map’ has no member named ‘map’
  1555. pulse/channelmap.c: In function ‘pa_channel_map_compatible’:
  1556. pulse/channelmap.c:633: warning: incompatible implicit declaration of built-in function ‘abort’
  1557. pulse/channelmap.c:634: warning: incompatible implicit declaration of built-in function ‘abort’
  1558. pulse/channelmap.c:639: error: ‘pa_channel_map’ has no member named ‘channels’
  1559. pulse/channelmap.c:639: error: ‘pa_sample_spec’ has no member named ‘channels’
  1560. pulse/channelmap.c: In function ‘pa_channel_map_superset’:
  1561. pulse/channelmap.c:643: error: ‘pa_channel_position_mask_t’ undeclared (first use in this function)
  1562. pulse/channelmap.c:643: error: expected ‘;’ before ‘am’
  1563. pulse/channelmap.c:645: warning: incompatible implicit declaration of built-in function ‘abort’
  1564. pulse/channelmap.c:646: warning: incompatible implicit declaration of built-in function ‘abort’
  1565. pulse/channelmap.c:655: error: ‘am’ undeclared (first use in this function)
  1566. pulse/channelmap.c:655: warning: implicit declaration of function ‘pa_channel_map_mask’
  1567. pulse/channelmap.c:656: error: ‘bm’ undeclared (first use in this function)
  1568. pulse/channelmap.c: In function ‘pa_channel_map_can_balance’:
  1569. pulse/channelmap.c:662: error: ‘pa_channel_position_mask_t’ undeclared (first use in this function)
  1570. pulse/channelmap.c:662: error: expected ‘;’ before ‘m’
  1571. pulse/channelmap.c:664: warning: incompatible implicit declaration of built-in function ‘abort’
  1572. pulse/channelmap.c:667: error: ‘m’ undeclared (first use in this function)
  1573. pulse/channelmap.c: In function ‘pa_channel_map_can_fade’:
  1574. pulse/channelmap.c:675: error: ‘pa_channel_position_mask_t’ undeclared (first use in this function)
  1575. pulse/channelmap.c:675: error: expected ‘;’ before ‘m’
  1576. pulse/channelmap.c:677: warning: incompatible implicit declaration of built-in function ‘abort’
  1577. pulse/channelmap.c:680: error: ‘m’ undeclared (first use in this function)
  1578. pulse/channelmap.c: In function ‘pa_channel_map_to_name’:
  1579. pulse/channelmap.c:688: error: ‘pa_bitset_t’ undeclared (first use in this function)
  1580. pulse/channelmap.c:688: error: expected ‘;’ before ‘in_map’
  1581. pulse/channelmap.c:689: warning: ISO C90 forbids mixed declarations and code
  1582. pulse/channelmap.c:691: warning: incompatible implicit declaration of built-in function ‘abort’
  1583. pulse/channelmap.c:693: error: ‘NULL’ undeclared (first use in this function)
  1584. pulse/channelmap.c:695: warning: implicit declaration of function ‘memset’
  1585. pulse/channelmap.c:695: warning: incompatible implicit declaration of built-in function ‘memset’
  1586. pulse/channelmap.c:695: error: ‘in_map’ undeclared (first use in this function)
  1587. pulse/channelmap.c:697: error: ‘pa_channel_map’ has no member named ‘channels’
  1588. pulse/channelmap.c:698: warning: implicit declaration of function ‘pa_bitset_set’
  1589. pulse/channelmap.c:698: error: ‘pa_channel_map’ has no member named ‘map’
  1590. pulse/channelmap.c:700: warning: implicit declaration of function ‘pa_bitset_equals’
  1591. pulse/channelmap.c: In function ‘pa_channel_map_to_pretty_name’:
  1592. pulse/channelmap.c:742: error: ‘pa_bitset_t’ undeclared (first use in this function)
  1593. pulse/channelmap.c:742: error: expected ‘;’ before ‘in_map’
  1594. pulse/channelmap.c:743: warning: ISO C90 forbids mixed declarations and code
  1595. pulse/channelmap.c:745: warning: incompatible implicit declaration of built-in function ‘abort’
  1596. pulse/channelmap.c:747: error: ‘NULL’ undeclared (first use in this function)
  1597. pulse/channelmap.c:749: warning: incompatible implicit declaration of built-in function ‘memset’
  1598. pulse/channelmap.c:749: error: ‘in_map’ undeclared (first use in this function)
  1599. pulse/channelmap.c:751: error: ‘pa_channel_map’ has no member named ‘channels’
  1600. pulse/channelmap.c:752: error: ‘pa_channel_map’ has no member named ‘map’
  1601. pulse/channelmap.c: In function ‘pa_channel_map_has_position’:
  1602. pulse/channelmap.c:803: error: ‘pa_channel_map’ has no member named ‘channels’
  1603. pulse/channelmap.c:804: error: ‘pa_channel_map’ has no member named ‘map’
  1604. pulse/channelmap.c: At top level:
  1605. pulse/channelmap.c:810: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pa_channel_map_mask’
  1606. fatal error: lipo: can't open input file: /var/tmp//cc5L0T8W.out (No such file or directory)
  1607. make[3]: *** [pulse/libpulse_la-channelmap.lo] Error 1
  1608. make[2]: *** [install] Error 2
  1609. make[1]: *** [install-recursive] Error 1
  1610. make: *** [install] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement