Advertisement
Guest User

Untitled

a guest
Feb 25th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.75 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking whether make supports nested variables... yes
  7. checking how to create a pax tar archive... gnutar
  8. checking build system type... x86_64-unknown-linux-gnu
  9. checking host system type... x86_64-unknown-linux-gnu
  10. checking whether make supports nested variables... (cached) yes
  11. checking for stow... no
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking for style of include used by make... GNU
  22. checking dependency style of gcc... gcc3
  23. checking for gcc option to accept ISO C99... -std=gnu99
  24. checking whether we are using the GNU C++ compiler... yes
  25. checking whether g++ accepts -g... yes
  26. checking dependency style of g++... gcc3
  27. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  28. checking how to run the C preprocessor... gcc -std=gnu99 -E
  29. checking for grep that handles long lines and -e... /bin/grep
  30. checking for egrep... /bin/grep -E
  31. checking for ANSI C header files... yes
  32. checking for sys/types.h... yes
  33. checking for sys/stat.h... yes
  34. checking for stdlib.h... yes
  35. checking for string.h... yes
  36. checking for memory.h... yes
  37. checking for strings.h... yes
  38. checking for inttypes.h... yes
  39. checking for stdint.h... yes
  40. checking for unistd.h... yes
  41. checking minix/config.h usability... no
  42. checking minix/config.h presence... no
  43. checking for minix/config.h... no
  44. checking whether it is safe to define __EXTENSIONS__... yes
  45. checking how to run the C preprocessor... gcc -std=gnu99 -E
  46. checking whether ln -s works... yes
  47. checking whether make sets $(MAKE)... (cached) yes
  48. checking whether gcc -std=gnu99 needs -traditional... no
  49. checking whether libssp exists... no
  50. checking whether stack-smashing protection is available... yes
  51. checking whether stack-smashing protection is buggy... no
  52. checking whether gcc -std=gnu99 accepts -fstack-protector... yes
  53. checking whether g++ accepts -fstack-protector... yes
  54. checking how to print strings... printf
  55. checking for a sed that does not truncate output... /bin/sed
  56. checking for fgrep... /bin/grep -F
  57. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  58. checking if the linker (/usr/bin/ld) is GNU ld... yes
  59. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  60. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  61. checking the maximum length of command line arguments... 1572864
  62. checking whether the shell understands some XSI constructs... yes
  63. checking whether the shell understands "+="... yes
  64. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  65. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  66. checking for /usr/bin/ld option to reload object files... -r
  67. checking for objdump... objdump
  68. checking how to recognize dependent libraries... pass_all
  69. checking for dlltool... no
  70. checking how to associate runtime and link libraries... printf %s\n
  71. checking for ar... ar
  72. checking for archiver @FILE support... @
  73. checking for strip... strip
  74. checking for ranlib... ranlib
  75. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  76. checking for sysroot... no
  77. checking for mt... no
  78. checking if : is a manifest tool... no
  79. checking for dlfcn.h... yes
  80. checking for objdir... .libs
  81. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  82. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  83. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  84. checking if gcc -std=gnu99 static flag -static works... yes
  85. checking if gcc -std=gnu99 supports -c -o file.o... yes
  86. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  87. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  88. checking whether -lc should be explicitly linked in... no
  89. checking dynamic linker characteristics... GNU/Linux ld.so
  90. checking how to hardcode library paths into programs... immediate
  91. checking whether stripping libraries is possible... yes
  92. checking if libtool supports shared libraries... yes
  93. checking whether to build shared libraries... yes
  94. checking whether to build static libraries... yes
  95. checking how to run the C++ preprocessor... g++ -E
  96. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  97. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  98. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  99. checking for g++ option to produce PIC... -fPIC -DPIC
  100. checking if g++ PIC flag -fPIC -DPIC works... yes
  101. checking if g++ static flag -static works... yes
  102. checking if g++ supports -c -o file.o... yes
  103. checking if g++ supports -c -o file.o... (cached) yes
  104. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  105. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  106. checking how to hardcode library paths into programs... immediate
  107. checking whether the C++ compiler works... yes
  108. checking for the pthreads library -lpthreads... no
  109. checking whether pthreads work without any flags... no
  110. checking whether pthreads work with -Kthread... no
  111. checking whether pthreads work with -kthread... no
  112. checking for the pthreads library -llthread... no
  113. checking whether pthreads work with -pthread... yes
  114. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  115. checking if more special flags are required for pthreads... no
  116. checking whether to check for GCC pthread/shared inconsistencies... yes
  117. checking whether -pthread is sufficient with -shared... yes
  118. checking for linux/netlink.h... yes
  119. checking for net/route.h... no
  120. checking for sys/filio.h... no
  121. checking for sys/sysctl.h... yes
  122. checking for struct lifconf... no
  123. checking for struct ip_mreqn... yes
  124. checking checking whether rtnetlink.h can be included with -std=c99... yes
  125. checking whether gcc -std=gnu99 accepts -std=c99... yes
  126. checking whether gcc -std=gnu99 accepts -Wall... yes
  127. checking whether gcc -std=gnu99 accepts -W... yes
  128. checking whether gcc -std=gnu99 accepts -Wextra... yes
  129. checking whether gcc -std=gnu99 accepts -pedantic... yes
  130. checking whether gcc -std=gnu99 accepts -pipe... yes
  131. checking whether gcc -std=gnu99 accepts -Wformat... yes
  132. checking whether gcc -std=gnu99 accepts -Wold-style-definition... yes
  133. checking whether gcc -std=gnu99 accepts -Wdeclaration-after-statement... yes
  134. checking whether gcc -std=gnu99 accepts -Wfloat-equal... yes
  135. checking whether gcc -std=gnu99 accepts -Wmissing-declarations... yes
  136. checking whether gcc -std=gnu99 accepts -Wmissing-prototypes... yes
  137. checking whether gcc -std=gnu99 accepts -Wstrict-prototypes... yes
  138. checking whether gcc -std=gnu99 accepts -Wredundant-decls... yes
  139. checking whether gcc -std=gnu99 accepts -Wmissing-noreturn... yes
  140. checking whether gcc -std=gnu99 accepts -Wshadow... yes
  141. checking whether gcc -std=gnu99 accepts -Wendif-labels... yes
  142. checking whether gcc -std=gnu99 accepts -Wpointer-arith... yes
  143. checking whether gcc -std=gnu99 accepts -Wbad-function-cast... yes
  144. checking whether gcc -std=gnu99 accepts -Wcast-qual... yes
  145. checking whether gcc -std=gnu99 accepts -Wcast-align... yes
  146. checking whether gcc -std=gnu99 accepts -Wwrite-strings... yes
  147. checking whether gcc -std=gnu99 accepts -fdiagnostics-show-option... yes
  148. checking whether gcc -std=gnu99 accepts -Wno-cast-qual... yes
  149. checking whether gcc -std=gnu99 accepts -fno-strict-aliasing... yes
  150. checking for ANSI C header files... (cached) yes
  151. checking arpa/inet.h usability... yes
  152. checking arpa/inet.h presence... yes
  153. checking for arpa/inet.h... yes
  154. checking fcntl.h usability... yes
  155. checking fcntl.h presence... yes
  156. checking for fcntl.h... yes
  157. checking for inttypes.h... (cached) yes
  158. checking limits.h usability... yes
  159. checking limits.h presence... yes
  160. checking for limits.h... yes
  161. checking netinet/in.h usability... yes
  162. checking netinet/in.h presence... yes
  163. checking for netinet/in.h... yes
  164. checking for stdlib.h... (cached) yes
  165. checking for string.h... (cached) yes
  166. checking sys/ioctl.h usability... yes
  167. checking sys/ioctl.h presence... yes
  168. checking for sys/ioctl.h... yes
  169. checking sys/socket.h usability... yes
  170. checking sys/socket.h presence... yes
  171. checking for sys/socket.h... yes
  172. checking sys/time.h usability... yes
  173. checking sys/time.h presence... yes
  174. checking for sys/time.h... yes
  175. checking for unistd.h... (cached) yes
  176. checking netdb.h usability... yes
  177. checking netdb.h presence... yes
  178. checking for netdb.h... yes
  179. checking syslog.h usability... yes
  180. checking syslog.h presence... yes
  181. checking for syslog.h... yes
  182. checking for stdbool.h that conforms to C99... yes
  183. checking for _Bool... yes
  184. checking for an ANSI C-conforming const... yes
  185. checking for size_t... yes
  186. checking whether time.h and sys/time.h may both be included... yes
  187. checking for sys/wait.h that is POSIX.1 compatible... yes
  188. checking for library containing inet_ntop... none required
  189. checking for library containing recv... none required
  190. checking whether CMSG_SPACE is declared... yes
  191. checking for working memcmp... yes
  192. checking sys/select.h usability... yes
  193. checking sys/select.h presence... yes
  194. checking for sys/select.h... yes
  195. checking for sys/socket.h... (cached) yes
  196. checking types of arguments for select... int,fd_set *,struct timeval *
  197. checking for gethostname... yes
  198. checking for memchr... yes
  199. checking for memmove... yes
  200. checking for memset... yes
  201. checking for mkdir... yes
  202. checking for select... yes
  203. checking for socket... yes
  204. checking for strchr... yes
  205. checking for strcspn... yes
  206. checking for strdup... yes
  207. checking for strerror... yes
  208. checking for strrchr... yes
  209. checking for strspn... yes
  210. checking for strstr... yes
  211. checking for uname... yes
  212. checking for setresuid... yes
  213. checking for setreuid... yes
  214. checking for setresgid... yes
  215. checking for setregid... yes
  216. checking for strcasecmp... yes
  217. checking for gettimeofday... yes
  218. checking for putenv... yes
  219. checking for strncasecmp... yes
  220. checking for strlcpy... no
  221. checking for gethostbyname... yes
  222. checking for seteuid... yes
  223. checking for setegid... yes
  224. checking for setproctitle... no
  225. checking for getprogname... no
  226. checking for uid_t in sys/types.h... yes
  227. checking for unistd.h... (cached) yes
  228. checking for working chown... yes
  229. checking whether lstat correctly handles trailing slash... yes
  230. checking whether stat accepts an empty string... no
  231. checking for mode_t... yes
  232. checking for pid_t... yes
  233. checking whether environ is declared... yes
  234. checking for gcc -fvisibility=hidden support... yes
  235. checking sys/capability.h usability... yes
  236. checking sys/capability.h presence... yes
  237. checking for sys/capability.h... yes
  238. checking sys/prctl.h usability... yes
  239. checking sys/prctl.h presence... yes
  240. checking for sys/prctl.h... yes
  241. checking for chroot... yes
  242. checking for dlopen in -ldl... yes
  243. checking for dlfcn.h... (cached) yes
  244. checking sys/inotify.h usability... yes
  245. checking sys/inotify.h presence... yes
  246. checking for sys/inotify.h... yes
  247. checking for kqueue... no
  248. checking whether NLS is requested... yes
  249. checking for intltool >= 0.35.0... 0.50.2 found
  250. checking for intltool-update... /usr/bin/intltool-update
  251. checking for intltool-merge... /usr/bin/intltool-merge
  252. checking for intltool-extract... /usr/bin/intltool-extract
  253. checking for xgettext... /usr/bin/xgettext
  254. checking for msgmerge... /usr/bin/msgmerge
  255. checking for msgfmt... /usr/bin/msgfmt
  256. checking for gmsgfmt... /usr/bin/msgfmt
  257. checking for perl... /usr/bin/perl
  258. checking for perl >= 5.8.1... 5.8.8
  259. checking for XML::Parser... ok
  260. checking locale.h usability... yes
  261. checking locale.h presence... yes
  262. checking for locale.h... yes
  263. checking for LC_MESSAGES... yes
  264. checking libintl.h usability... yes
  265. checking libintl.h presence... yes
  266. checking for libintl.h... yes
  267. checking for ngettext in libc... yes
  268. checking for dgettext in libc... yes
  269. checking for bind_textdomain_codeset... yes
  270. checking for msgfmt... (cached) /usr/bin/msgfmt
  271. checking for dcgettext... yes
  272. checking if msgfmt accepts -c... yes
  273. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  274. checking for xgettext... (cached) /usr/bin/xgettext
  275. checking for pkg-config... yes
  276. checking for pkg-config... /usr/bin/pkg-config
  277. checking pkg-config is at least version 0.9.0... yes
  278. checking for GLIB20... yes
  279. checking for GOBJECT... yes
  280. checking for gobject-introspection... no
  281. checking for QT3... yes
  282. checking for moc-qt3... no
  283. checking for moc... /usr/bin/moc
  284. checking for QT4... yes
  285. checking for moc-qt4... /usr/bin/moc-qt4
  286. checking for GTK20... yes
  287. checking for DBUS... yes
  288. Your D-Bus version is 1,4,6.
  289. checking for dbus_connection_close... yes
  290. checking for dbus_bus_get_private... yes
  291. checking for XML_ParserCreate in -lexpat... yes
  292. checking expat.h usability... yes
  293. checking expat.h presence... yes
  294. checking for expat.h... yes
  295. checking for XML_ParserCreate in -lbsdxml... no
  296. checking for gdbm_open in -lgdbm... yes
  297. checking gdbm.h usability... yes
  298. checking gdbm.h presence... yes
  299. checking for gdbm.h... yes
  300. checking for LIBDAEMON... yes
  301. checking for a Python interpreter with version >= 2.4... python
  302. checking for python... /usr/bin/python
  303. checking for python version... 2.6
  304. checking for python platform... linux2
  305. checking for python script directory... ${prefix}/lib/python2.6/site-packages
  306. checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages
  307. checking for python module gtk... yes
  308. checking for python module dbus... yes
  309. checking for python module socket... yes
  310. checking for python module gdbm... yes
  311. checking for mcs... /usr/bin/mcs
  312. checking for gacutil... /usr/bin/gacutil
  313. checking for MONODOC... yes
  314. checking for monodocer... /usr/bin/monodocer
  315. checking for mdassembler... /usr/bin/mdassembler
  316. checking for doxygen... /usr/bin/doxygen
  317. checking for perl... /usr/bin/perl
  318. checking for dot... no
  319. configure: WARNING: dot not found - will not generate graphics for doxygen documentation
  320. checking for xmltoman... no
  321. configure: WARNING: *** Not rebuilding man pages as xmltoman is not found ***
  322. configure: creating ./config.status
  323. config.status: creating Makefile
  324. config.status: creating avahi-common/Makefile
  325. config.status: creating avahi-core/Makefile
  326. config.status: creating avahi-glib/Makefile
  327. config.status: creating avahi-gobject/Makefile
  328. config.status: creating avahi-qt/Makefile
  329. config.status: creating avahi-daemon/Makefile
  330. config.status: creating avahi-daemon/avahi-dbus.conf
  331. config.status: creating avahi-discover-standalone/Makefile
  332. config.status: creating avahi-client/Makefile
  333. config.status: creating initscript/Makefile
  334. config.status: creating initscript/debian/Makefile
  335. config.status: creating initscript/gentoo/Makefile
  336. config.status: creating initscript/archlinux/Makefile
  337. config.status: creating initscript/suse/Makefile
  338. config.status: creating initscript/fedora/Makefile
  339. config.status: creating initscript/lfs/Makefile
  340. config.status: creating initscript/mandriva/Makefile
  341. config.status: creating initscript/darwin/Makefile
  342. config.status: creating initscript/freebsd/Makefile
  343. config.status: creating initscript/slackware/Makefile
  344. config.status: creating avahi-dnsconfd/Makefile
  345. config.status: creating avahi-utils/Makefile
  346. config.status: creating avahi-python/Makefile
  347. config.status: creating avahi-python/avahi/Makefile
  348. config.status: creating avahi-python/avahi-discover/Makefile
  349. config.status: creating examples/Makefile
  350. config.status: creating common/Makefile
  351. config.status: creating man/Makefile
  352. config.status: creating tests/Makefile
  353. config.status: creating service-type-database/Makefile
  354. config.status: creating avahi-sharp/Makefile
  355. config.status: creating avahi-ui-sharp/Makefile
  356. config.status: creating avahi-compat-libdns_sd/Makefile
  357. config.status: creating avahi-compat-howl/Makefile
  358. config.status: creating avahi-compat-howl/samples/Makefile
  359. config.status: creating avahi-autoipd/Makefile
  360. config.status: creating avahi-ui/Makefile
  361. config.status: creating po/Makefile.in
  362. config.status: creating config.h
  363. config.status: executing depfiles commands
  364. config.status: executing libtool commands
  365. config.status: executing default-1 commands
  366. config.status: executing po/stamp-it commands
  367.  
  368. ---{ avahi 0.6.31 }---
  369.  
  370. prefix: /usr
  371. sysconfdir: /etc
  372. localstatedir: /var
  373. avahi socket: /var/run/avahi-daemon/socket
  374. dbus-1 system.d dir: /etc/dbus-1/system.d
  375. dbus-1 version: 1.4.6
  376. dbus-1 system socket: unix:path=/var/run/dbus/system_bus_socket
  377. C Compiler: gcc -std=gnu99
  378. CFLAGS: -O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -fdiagnostics-show-option -Wno-cast-qual -fno-strict-aliasing
  379. Enable GLIB: yes
  380. Enable GLIB GObject: yes
  381. Enable GObject Introspection: no
  382. Enable GTK 2.0: yes
  383. Enable GTK 3.0: no
  384. Enable D-Bus: yes
  385. With XML: expat
  386. Enable GDBM: yes
  387. Enable DBM: no
  388. Enable libdaemon: yes
  389. Enable Python: yes
  390. Enable pygtk: yes
  391. Enable python-dbus: yes
  392. Enable QT3: yes
  393. Enable QT4: yes
  394. Enable Mono: yes
  395. Enable Monodoc: yes
  396. Distribution/OS: fedora
  397. User for avahi-daemon: avahi
  398. Group for avahi-daemon: avahi
  399. Priviliged access group for Avahi clients: avahi
  400. User for avahi-autoipd: avahi-autoipd
  401. Group for avahi-autoipd: avahi-autoipd
  402. Enable chroot(): yes
  403. Enable Linux inotify: yes
  404. Enable stack-smashing protection: yes
  405. systemd unit directory:
  406.  
  407. Building libavahi-core yes
  408. Building avahi-daemon: yes
  409. Building avahi-dnsconfd: yes
  410. Building libavahi-client: yes
  411. Building avahi-utils: yes
  412. Building avahi-python: yes
  413. Building libavahi-glib: yes
  414. Building libavahi-gobject: yes
  415. Building avahi-discover-standalone: yes
  416. Building libavahi-qt3: yes
  417. Building libavahi-qt4: yes
  418. Building avahi-sharp: yes
  419. Building avahi-compat-libdns_sd: yes
  420. Building avahi-compat-howl: yes
  421. Building tests: no
  422. Building avahi-core documentation: no
  423. Building avahi-autoipd: yes
  424. Building libavahi-ui: yes
  425.  
  426. + cd '/tmp/rmake/builds/avahi/avahi-0.6.31/'; CFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector" CXXFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector " CPPFLAGS="" CLASSPATH="" LDFLAGS="-g -O1 " CC=gcc CXX=g++ make
  427. make all-recursive
  428. make[1]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31'
  429. Making all in common
  430. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/common'
  431. make[2]: Nothing to be done for `all'.
  432. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/common'
  433. Making all in avahi-common
  434. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-common'
  435. CC libavahi_common_la-malloc.lo
  436. CC libavahi_common_la-address.lo
  437. CC libavahi_common_la-alternative.lo
  438. CC libavahi_common_la-error.lo
  439. CC libavahi_common_la-strlst.lo
  440. CC libavahi_common_la-domain.lo
  441. CC libavahi_common_la-timeval.lo
  442. CC libavahi_common_la-simple-watch.lo
  443. simple-watch.c: In function 'avahi_simple_poll_wakeup':
  444. simple-watch.c:101: warning: ignoring return value of 'write', declared with attribute warn_unused_result
  445. CC libavahi_common_la-thread-watch.lo
  446. CC libavahi_common_la-rlist.lo
  447. CC libavahi_common_la-utf8.lo
  448. CC libavahi_common_la-i18n.lo
  449. CCLD libavahi-common.la
  450. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-common'
  451. Making all in avahi-core
  452. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-core'
  453. CC libavahi_core_la-timeeventq.lo
  454. CC libavahi_core_la-iface.lo
  455. CC libavahi_core_la-server.lo
  456. CC libavahi_core_la-entry.lo
  457. CC libavahi_core_la-prioq.lo
  458. CC libavahi_core_la-cache.lo
  459. CC libavahi_core_la-socket.lo
  460. CC libavahi_core_la-response-sched.lo
  461. CC libavahi_core_la-query-sched.lo
  462. CC libavahi_core_la-probe-sched.lo
  463. CC libavahi_core_la-announce.lo
  464. CC libavahi_core_la-browse.lo
  465. CC libavahi_core_la-rrlist.lo
  466. CC libavahi_core_la-resolve-host-name.lo
  467. CC libavahi_core_la-resolve-address.lo
  468. CC libavahi_core_la-browse-domain.lo
  469. CC libavahi_core_la-browse-service-type.lo
  470. CC libavahi_core_la-browse-service.lo
  471. CC libavahi_core_la-resolve-service.lo
  472. CC libavahi_core_la-dns.lo
  473. CC libavahi_core_la-rr.lo
  474. CC libavahi_core_la-log.lo
  475. CC libavahi_core_la-browse-dns-server.lo
  476. CC libavahi_core_la-fdutil.lo
  477. CC libavahi_core_la-util.lo
  478. CC libavahi_core_la-hashmap.lo
  479. CC libavahi_core_la-wide-area.lo
  480. CC libavahi_core_la-multicast-lookup.lo
  481. CC libavahi_core_la-querier.lo
  482. CC libavahi_core_la-addr-util.lo
  483. CC libavahi_core_la-domain-util.lo
  484. CC libavahi_core_la-iface-linux.lo
  485. CC libavahi_core_la-netlink.lo
  486. CCLD libavahi-core.la
  487. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-core'
  488. Making all in avahi-qt
  489. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-qt'
  490. GEN qt-watch.moc3
  491. GEN qt-watch.moc4
  492. make all-am
  493. make[3]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-qt'
  494. CXX libavahi_qt3_la-qt-watch.lo
  495. CXXLD libavahi-qt3.la
  496. CXX libavahi_qt4_la-qt-watch.lo
  497. CXXLD libavahi-qt4.la
  498. make[3]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-qt'
  499. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-qt'
  500. Making all in avahi-client
  501. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-client'
  502. CC libavahi_client_la-client.lo
  503. CC libavahi_client_la-entrygroup.lo
  504. CC libavahi_client_la-browser.lo
  505. CC libavahi_client_la-resolver.lo
  506. CC libavahi_client_la-xdg-config.lo
  507. CC libavahi_client_la-check-nss.lo
  508. CC libavahi_client_la-dbus.lo
  509. CC libavahi_client_la-dbus-watch-glue.lo
  510. CCLD libavahi-client.la
  511. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-client'
  512. Making all in avahi-glib
  513. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-glib'
  514. CC libavahi_glib_la-glib-watch.lo
  515. glib-watch.c: In function 'prepare_func':
  516. glib-watch.c:273: warning: 'g_source_get_current_time' is deprecated (declared at /usr/include/glib-2.0/glib/gmain.h:415) [-Wdeprecated-declarations]
  517. glib-watch.c: In function 'check_func':
  518. glib-watch.c:301: warning: 'g_source_get_current_time' is deprecated (declared at /usr/include/glib-2.0/glib/gmain.h:415) [-Wdeprecated-declarations]
  519. glib-watch.c: In function 'dispatch_func':
  520. glib-watch.c:326: warning: 'g_source_get_current_time' is deprecated (declared at /usr/include/glib-2.0/glib/gmain.h:415) [-Wdeprecated-declarations]
  521. CC libavahi_glib_la-glib-malloc.lo
  522. CCLD libavahi-glib.la
  523. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-glib'
  524. Making all in avahi-gobject
  525. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-gobject'
  526. GEN signals-marshal.list
  527. GEN signals-marshal.h
  528. GEN signals-marshal.c
  529. GEN ga-client-enumtypes.h
  530. GEN ga-client-enumtypes.c
  531. GEN ga-entry-group-enumtypes.h
  532. GEN ga-entry-group-enumtypes.c
  533. GEN ga-enums-enumtypes.h
  534. GEN ga-enums-enumtypes.c
  535. make all-am
  536. make[3]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-gobject'
  537. CC libavahi_gobject_la-ga-client.lo
  538. CC libavahi_gobject_la-ga-entry-group.lo
  539. CC libavahi_gobject_la-ga-error.lo
  540. CC libavahi_gobject_la-ga-record-browser.lo
  541. CC libavahi_gobject_la-ga-service-browser.lo
  542. CC libavahi_gobject_la-ga-service-resolver.lo
  543. CC libavahi_gobject_la-signals-marshal.lo
  544. signals-marshal.c: In function '_ga_signals_marshal_VOID__INT_ENUM_STRING_STRING_STRING_STRING_POINTER_INT_POINTER_INT':
  545. signals-marshal.c:90: warning: ISO C forbids conversion of object pointer to function pointer type [-pedantic]
  546. signals-marshal.c: In function '_ga_signals_marshal_VOID__INT_ENUM_STRING_STRING_STRING_UINT':
  547. signals-marshal.c:139: warning: ISO C forbids conversion of object pointer to function pointer type [-pedantic]
  548. signals-marshal.c: In function '_ga_signals_marshal_VOID__INT_ENUM_STRING_UINT_UINT_POINTER_INT_INT':
  549. signals-marshal.c:186: warning: ISO C forbids conversion of object pointer to function pointer type [-pedantic]
  550. CC libavahi_gobject_la-ga-client-enumtypes.lo
  551. CC libavahi_gobject_la-ga-entry-group-enumtypes.lo
  552. CC libavahi_gobject_la-ga-enums-enumtypes.lo
  553. CCLD libavahi-gobject.la
  554. make[3]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-gobject'
  555. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-gobject'
  556. Making all in avahi-discover-standalone
  557. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-discover-standalone'
  558. CC avahi_discover_standalone-main.o
  559. In file included from /usr/include/gtk-2.0/gtk/gtk.h:236,
  560. from main.c:31:
  561. /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  562. CCLD avahi-discover-standalone
  563. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-discover-standalone'
  564. Making all in avahi-daemon
  565. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-daemon'
  566. CC avahi_daemon-main.o
  567. main.c: In function 'run_server':
  568. main.c:1157: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result
  569. main.c: In function 'make_runtime_dir':
  570. main.c:1383: warning: ignoring return value of 'chown', declared with attribute warn_unused_result
  571. main.c: In function 'init_rand_seed':
  572. main.c:1448: warning: ignoring return value of 'read', declared with attribute warn_unused_result
  573. main.c: In function 'main':
  574. main.c:1622: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result
  575. CC avahi_daemon-simple-protocol.o
  576. CC avahi_daemon-static-services.o
  577. CC avahi_daemon-static-hosts.o
  578. CC avahi_daemon-ini-file-parser.o
  579. CC avahi_daemon-setproctitle.o
  580. CC avahi_daemon-sd-daemon.o
  581. CC avahi_daemon-check-nss.o
  582. CC avahi_daemon-chroot.o
  583. CC avahi_daemon-caps.o
  584. CC avahi_daemon-dbus-protocol.o
  585. CC avahi_daemon-dbus-util.o
  586. CC avahi_daemon-dbus-async-address-resolver.o
  587. CC avahi_daemon-dbus-async-host-name-resolver.o
  588. CC avahi_daemon-dbus-async-service-resolver.o
  589. CC avahi_daemon-dbus-domain-browser.o
  590. CC avahi_daemon-dbus-entry-group.o
  591. CC avahi_daemon-dbus-service-browser.o
  592. CC avahi_daemon-dbus-service-type-browser.o
  593. CC avahi_daemon-dbus-sync-address-resolver.o
  594. CC avahi_daemon-dbus-sync-host-name-resolver.o
  595. CC avahi_daemon-dbus-sync-service-resolver.o
  596. CC avahi_daemon-dbus-record-browser.o
  597. CC avahi_daemon-dbus.o
  598. CC avahi_daemon-dbus-watch-glue.o
  599. CCLD avahi-daemon
  600. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-daemon'
  601. Making all in avahi-sharp
  602. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-sharp'
  603. GEN avahi-sharp-docs.tree
  604. GEN avahi-sharp.dll
  605. GEN avahi-sharp.dll.config
  606. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-sharp'
  607. Making all in initscript
  608. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/initscript'
  609. Making all in fedora
  610. make[3]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/initscript/fedora'
  611. GEN avahi-daemon
  612. GEN avahi-dnsconfd
  613. make[3]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/initscript/fedora'
  614. make[3]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/initscript'
  615. make[3]: Nothing to be done for `all-am'.
  616. make[3]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/initscript'
  617. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/initscript'
  618. Making all in avahi-dnsconfd
  619. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-dnsconfd'
  620. CC avahi_dnsconfd-main.o
  621. main.c: In function 'main':
  622. main.c:618: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result
  623. CCLD avahi-dnsconfd
  624. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-dnsconfd'
  625. Making all in avahi-utils
  626. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-utils'
  627. CC avahi_browse-avahi-browse.o
  628. CC avahi_browse-sigint.o
  629. sigint.c: In function 'handler':
  630. sigint.c:55: warning: ignoring return value of 'write', declared with attribute warn_unused_result
  631. CC avahi_browse-stdb.o
  632. CCLD avahi-browse
  633. CC avahi_resolve-avahi-resolve.o
  634. CC avahi_resolve-sigint.o
  635. sigint.c: In function 'handler':
  636. sigint.c:55: warning: ignoring return value of 'write', declared with attribute warn_unused_result
  637. CCLD avahi-resolve
  638. CC avahi_publish-avahi-publish.o
  639. CC avahi_publish-sigint.o
  640. sigint.c: In function 'handler':
  641. sigint.c:55: warning: ignoring return value of 'write', declared with attribute warn_unused_result
  642. CCLD avahi-publish
  643. CC avahi_set_host_name-avahi-set-host-name.o
  644. CC avahi_set_host_name-sigint.o
  645. sigint.c: In function 'handler':
  646. sigint.c:55: warning: ignoring return value of 'write', declared with attribute warn_unused_result
  647. CCLD avahi-set-host-name
  648. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-utils'
  649. Making all in avahi-python
  650. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-python'
  651. Making all in avahi
  652. make[3]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-python/avahi'
  653. GEN ServiceTypeDatabase.py
  654. make[3]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-python/avahi'
  655. Making all in avahi-discover
  656. make[3]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-python/avahi-discover'
  657. GEN avahi-discover
  658. GEN avahi-discover.desktop.in
  659. LC_ALL=C /usr/bin/intltool-merge -d -u -c ../../po/.intltool-merge-cache ../../po avahi-discover.desktop.in avahi-discover.desktop
  660. Generating and caching the translation database
  661. Merging translations into avahi-discover.desktop.
  662. make[3]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-python/avahi-discover'
  663. make[3]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-python'
  664. GEN avahi-bookmarks
  665. make[3]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-python'
  666. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-python'
  667. Making all in examples
  668. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/examples'
  669. make[2]: Nothing to be done for `all'.
  670. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/examples'
  671. Making all in man
  672. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/man'
  673. GEN avahi-browse.1.xml
  674. GEN avahi-publish.1.xml
  675. GEN avahi-resolve.1.xml
  676. GEN avahi-set-host-name.1.xml
  677. GEN avahi-daemon.8.xml
  678. GEN avahi-discover.1.xml
  679. GEN avahi-bookmarks.1.xml
  680. GEN avahi-dnsconfd.8.xml
  681. GEN avahi-daemon.conf.5.xml
  682. GEN avahi-dnsconfd.action.8.xml
  683. GEN avahi.service.5.xml
  684. GEN avahi.hosts.5.xml
  685. GEN avahi-autoipd.8.xml
  686. GEN avahi-autoipd.action.8.xml
  687. GEN bssh.1.xml
  688. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/man'
  689. Making all in tests
  690. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/tests'
  691. make[2]: Nothing to be done for `all'.
  692. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/tests'
  693. Making all in service-type-database
  694. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/service-type-database'
  695. GEN build-db
  696. GEN service-types.db
  697. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/service-type-database'
  698. Making all in avahi-compat-libdns_sd
  699. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-compat-libdns_sd'
  700. CC libdns_sd_la-compat.lo
  701. CC libdns_sd_la-txt.lo
  702. CC libdns_sd_la-unsupported.lo
  703. CC libdns_sd_la-warn.lo
  704. CCLD libdns_sd.la
  705. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-compat-libdns_sd'
  706. Making all in avahi-compat-howl
  707. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-compat-howl'
  708. Making all in .
  709. make[3]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-compat-howl'
  710. CC libhowl_la-warn.lo
  711. CC libhowl_la-unsupported.lo
  712. In file included from ./include/salt/salt.h:32,
  713. from ./include/howl.h:32,
  714. from unsupported.c:26:
  715. ./include/salt/platform.h:411: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  716. unsupported.c:62: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  717. unsupported.c: In function 'sw_strerror':
  718. unsupported.c:62: warning: old-style function definition [-Wold-style-definition]
  719. CC libhowl_la-address.lo
  720. In file included from ./include/salt/salt.h:32,
  721. from ./include/howl.h:32,
  722. from address.c:34:
  723. ./include/salt/platform.h:411: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  724. CC libhowl_la-text.lo
  725. In file included from ./include/salt/salt.h:32,
  726. from ./include/howl.h:32,
  727. from text.c:30:
  728. ./include/salt/platform.h:411: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  729. CC libhowl_la-compat.lo
  730. In file included from ./include/salt/salt.h:32,
  731. from ./include/howl.h:32,
  732. from compat.c:39:
  733. ./include/salt/platform.h:411: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  734. CCLD libhowl.la
  735. make[3]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-compat-howl'
  736. Making all in samples
  737. make[3]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-compat-howl/samples'
  738. make[3]: Nothing to be done for `all'.
  739. make[3]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-compat-howl/samples'
  740. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-compat-howl'
  741. Making all in avahi-autoipd
  742. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-autoipd'
  743. CC avahi_autoipd-main.o
  744. main.c: In function 'init_rand_seed':
  745. main.c:192: warning: ignoring return value of 'read', declared with attribute warn_unused_result
  746. main.c: In function 'drop_privs':
  747. main.c:970: warning: ignoring return value of 'chown', declared with attribute warn_unused_result
  748. main.c:992: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result
  749. main.c: In function 'main':
  750. main.c:1656: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result
  751. CC avahi_autoipd-setproctitle.o
  752. CC avahi_autoipd-malloc.o
  753. CC avahi_autoipd-timeval.o
  754. CC avahi_autoipd-iface-linux.o
  755. CCLD avahi-autoipd
  756. GEN avahi-autoipd.action
  757. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-autoipd'
  758. Making all in avahi-ui
  759. make[2]: Entering directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-ui'
  760. CC libavahi_ui_la-avahi-ui.lo
  761. In file included from /usr/include/pango-1.0/pango/pango-gravity.h:98,
  762. from /usr/include/pango-1.0/pango/pango-types.h:91,
  763. from /usr/include/pango-1.0/pango/pango-font.h:26,
  764. from /usr/include/pango-1.0/pango/pango-attributes.h:25,
  765. from /usr/include/pango-1.0/pango/pango.h:25,
  766. from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
  767. from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
  768. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  769. from /usr/include/gtk-2.0/gdk/gdk.h:32,
  770. from /usr/include/gtk-2.0/gtk/gtk.h:32,
  771. from avahi-ui.c:30:
  772. /usr/include/pango-1.0/pango/pango-script.h:132: error: expected declaration specifiers or '...' before 'G_CONST_RETURN'
  773. /usr/include/pango-1.0/pango/pango-script.h:133: error: expected declaration specifiers or '...' before 'G_CONST_RETURN'
  774. In file included from /usr/include/pango-1.0/pango/pango-script.h:138,
  775. from /usr/include/pango-1.0/pango/pango-gravity.h:98,
  776. from /usr/include/pango-1.0/pango/pango-types.h:91,
  777. from /usr/include/pango-1.0/pango/pango-font.h:26,
  778. from /usr/include/pango-1.0/pango/pango-attributes.h:25,
  779. from /usr/include/pango-1.0/pango/pango.h:25,
  780. from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
  781. from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
  782. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  783. from /usr/include/gtk-2.0/gdk/gdk.h:32,
  784. from /usr/include/gtk-2.0/gtk/gtk.h:32,
  785. from avahi-ui.c:30:
  786. /usr/include/pango-1.0/pango/pango-language.h:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  787. /usr/include/pango-1.0/pango/pango-language.h:41: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  788. In file included from /usr/include/pango-1.0/pango/pango-script.h:138,
  789. from /usr/include/pango-1.0/pango/pango-gravity.h:98,
  790. from /usr/include/pango-1.0/pango/pango-types.h:91,
  791. from /usr/include/pango-1.0/pango/pango-font.h:26,
  792. from /usr/include/pango-1.0/pango/pango-attributes.h:25,
  793. from /usr/include/pango-1.0/pango/pango.h:25,
  794. from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
  795. from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
  796. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  797. from /usr/include/gtk-2.0/gdk/gdk.h:32,
  798. from /usr/include/gtk-2.0/gtk/gtk.h:32,
  799. from avahi-ui.c:30:
  800. /usr/include/pango-1.0/pango/pango-language.h:51: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PangoScript'
  801. In file included from /usr/include/pango-1.0/pango/pango-attributes.h:25,
  802. from /usr/include/pango-1.0/pango/pango.h:25,
  803. from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
  804. from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
  805. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  806. from /usr/include/gtk-2.0/gdk/gdk.h:32,
  807. from /usr/include/gtk-2.0/gtk/gtk.h:32,
  808. from avahi-ui.c:30:
  809. /usr/include/pango-1.0/pango/pango-font.h:120: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  810. /usr/include/pango-1.0/pango/pango-font.h:215: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  811. /usr/include/pango-1.0/pango/pango-font.h:264: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  812. In file included from /usr/include/pango-1.0/pango/pango.h:25,
  813. from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
  814. from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
  815. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  816. from /usr/include/gtk-2.0/gdk/gdk.h:32,
  817. from /usr/include/gtk-2.0/gtk/gtk.h:32,
  818. from avahi-ui.c:30:
  819. /usr/include/pango-1.0/pango/pango-attributes.h:183: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  820. In file included from /usr/include/pango-1.0/pango/pango.h:28,
  821. from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
  822. from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
  823. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  824. from /usr/include/gtk-2.0/gdk/gdk.h:32,
  825. from /usr/include/gtk-2.0/gtk/gtk.h:32,
  826. from avahi-ui.c:30:
  827. /usr/include/pango-1.0/pango/pango-context.h:89: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PangoMatrix'
  828. In file included from /usr/include/pango-1.0/pango/pango.h:40,
  829. from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
  830. from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
  831. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  832. from /usr/include/gtk-2.0/gdk/gdk.h:32,
  833. from /usr/include/gtk-2.0/gtk/gtk.h:32,
  834. from avahi-ui.c:30:
  835. /usr/include/pango-1.0/pango/pango-layout.h:119: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PangoFontDescription'
  836. In file included from /usr/include/pango-1.0/pango/pango.h:42,
  837. from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
  838. from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
  839. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  840. from /usr/include/gtk-2.0/gdk/gdk.h:32,
  841. from /usr/include/gtk-2.0/gtk/gtk.h:32,
  842. from avahi-ui.c:30:
  843. /usr/include/pango-1.0/pango/pango-renderer.h:252: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PangoMatrix'
  844. In file included from /usr/include/pango-1.0/pango/pango.h:46,
  845. from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
  846. from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
  847. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  848. from /usr/include/gtk-2.0/gdk/gdk.h:32,
  849. from /usr/include/gtk-2.0/gtk/gtk.h:32,
  850. from avahi-ui.c:30:
  851. /usr/include/pango-1.0/pango/pango-utils.h:134: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  852. /usr/include/pango-1.0/pango/pango-utils.h:137: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  853. In file included from /usr/include/gtk-2.0/gdk/gdkevents.h:37,
  854. from /usr/include/gtk-2.0/gdk/gdkdisplay.h:32,
  855. from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
  856. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  857. from /usr/include/gtk-2.0/gdk/gdk.h:32,
  858. from /usr/include/gtk-2.0/gtk/gtk.h:32,
  859. from avahi-ui.c:30:
  860. /usr/include/gtk-2.0/gdk/gdkinput.h:133: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  861. In file included from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
  862. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  863. from /usr/include/gtk-2.0/gdk/gdk.h:32,
  864. from /usr/include/gtk-2.0/gtk/gtk.h:32,
  865. from avahi-ui.c:30:
  866. /usr/include/gtk-2.0/gdk/gdkdisplay.h:112: error: expected specifier-qualifier-list before 'G_CONST_RETURN'
  867. /usr/include/gtk-2.0/gdk/gdkdisplay.h:144: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  868. In file included from /usr/include/gtk-2.0/gtk/gtk.h:32,
  869. from avahi-ui.c:30:
  870. /usr/include/gtk-2.0/gdk/gdk.h:83: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  871. /usr/include/gtk-2.0/gdk/gdk.h:97: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  872. In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
  873. from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
  874. from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
  875. from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
  876. from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
  877. from /usr/include/gtk-2.0/gtk/gtk.h:33,
  878. from avahi-ui.c:30:
  879. /usr/include/gtk-2.0/gtk/gtkwidget.h:958: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  880. In file included from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
  881. from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
  882. from /usr/include/gtk-2.0/gtk/gtk.h:33,
  883. from avahi-ui.c:30:
  884. /usr/include/gtk-2.0/gtk/gtkwindow.h:182: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  885. /usr/include/gtk-2.0/gtk/gtkwindow.h:190: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  886. /usr/include/gtk-2.0/gtk/gtkwindow.h:294: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  887. /usr/include/gtk-2.0/gtk/gtkwindow.h:300: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  888. In file included from /usr/include/gtk-2.0/gtk/gtk.h:33,
  889. from avahi-ui.c:30:
  890. /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:84: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  891. /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:87: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  892. /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:90: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  893. /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:93: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  894. /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:96: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  895. /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:104: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  896. /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:107: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  897. /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:110: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  898. /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:113: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  899. /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:116: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  900. /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:119: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  901. /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:125: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  902. In file included from /usr/include/gtk-2.0/gtk/gtklabel.h:36,
  903. from /usr/include/gtk-2.0/gtk/gtkaccellabel.h:38,
  904. from /usr/include/gtk-2.0/gtk/gtk.h:35,
  905. from avahi-ui.c:30:
  906. /usr/include/gtk-2.0/gtk/gtkmenu.h:185: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  907. In file included from /usr/include/gtk-2.0/gtk/gtkaccellabel.h:38,
  908. from /usr/include/gtk-2.0/gtk/gtk.h:35,
  909. from avahi-ui.c:30:
  910. /usr/include/gtk-2.0/gtk/gtklabel.h:114: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  911. /usr/include/gtk-2.0/gtk/gtklabel.h:120: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  912. /usr/include/gtk-2.0/gtk/gtklabel.h:180: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  913. In file included from /usr/include/gtk-2.0/gtk/gtk.h:38,
  914. from avahi-ui.c:30:
  915. /usr/include/gtk-2.0/gtk/gtkaction.h:93: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  916. /usr/include/gtk-2.0/gtk/gtkaction.h:111: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  917. /usr/include/gtk-2.0/gtk/gtkaction.h:148: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  918. /usr/include/gtk-2.0/gtk/gtkaction.h:151: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  919. /usr/include/gtk-2.0/gtk/gtkaction.h:154: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  920. /usr/include/gtk-2.0/gtk/gtkaction.h:157: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  921. /usr/include/gtk-2.0/gtk/gtkaction.h:163: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  922. In file included from /usr/include/gtk-2.0/gtk/gtk.h:39,
  923. from avahi-ui.c:30:
  924. /usr/include/gtk-2.0/gtk/gtkactiongroup.h:113: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  925. /usr/include/gtk-2.0/gtk/gtkactiongroup.h:167: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  926. In file included from /usr/include/gtk-2.0/gtk/gtkaspectframe.h:35,
  927. from /usr/include/gtk-2.0/gtk/gtk.h:44,
  928. from avahi-ui.c:30:
  929. /usr/include/gtk-2.0/gtk/gtkframe.h:77: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  930. In file included from /usr/include/gtk-2.0/gtk/gtk.h:45,
  931. from avahi-ui.c:30:
  932. /usr/include/gtk-2.0/gtk/gtkassistant.h:149: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  933. In file included from /usr/include/gtk-2.0/gtk/gtkbutton.h:36,
  934. from /usr/include/gtk-2.0/gtk/gtk.h:52,
  935. from avahi-ui.c:30:
  936. /usr/include/gtk-2.0/gtk/gtkimage.h:254: error: expected declaration specifiers or '...' before 'G_CONST_RETURN'
  937. In file included from /usr/include/gtk-2.0/gtk/gtk.h:52,
  938. from avahi-ui.c:30:
  939. /usr/include/gtk-2.0/gtk/gtkbutton.h:111: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  940. In file included from /usr/include/gtk-2.0/gtk/gtkcelllayout.h:28,
  941. from /usr/include/gtk-2.0/gtk/gtk.h:55,
  942. from avahi-ui.c:30:
  943. /usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:185: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  944. In file included from /usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:35,
  945. from /usr/include/gtk-2.0/gtk/gtk.h:67,
  946. from avahi-ui.c:30:
  947. /usr/include/gtk-2.0/gtk/gtkmenuitem.h:91: error: expected specifier-qualifier-list before 'G_CONST_RETURN'
  948. /usr/include/gtk-2.0/gtk/gtkmenuitem.h:118: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  949. /usr/include/gtk-2.0/gtk/gtkmenuitem.h:122: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  950. In file included from /usr/include/gtk-2.0/gtk/gtk.h:71,
  951. from avahi-ui.c:30:
  952. /usr/include/gtk-2.0/gtk/gtkcolorbutton.h:98: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  953. In file included from /usr/include/gtk-2.0/gtk/gtkentry.h:42,
  954. from /usr/include/gtk-2.0/gtk/gtktreeview.h:31,
  955. from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
  956. from /usr/include/gtk-2.0/gtk/gtk.h:74,
  957. from avahi-ui.c:30:
  958. /usr/include/gtk-2.0/gtk/gtkentrybuffer.h:102: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  959. In file included from /usr/include/gtk-2.0/gtk/gtktreeview.h:31,
  960. from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
  961. from /usr/include/gtk-2.0/gtk/gtk.h:74,
  962. from avahi-ui.c:30:
  963. /usr/include/gtk-2.0/gtk/gtkentry.h:191: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GtkBorder'
  964. /usr/include/gtk-2.0/gtk/gtkentry.h:216: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  965. In file included from /usr/include/gtk-2.0/gtk/gtk.h:74,
  966. from avahi-ui.c:30:
  967. /usr/include/gtk-2.0/gtk/gtkcombobox.h:91: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  968. In file included from /usr/include/gtk-2.0/gtk/gtk.h:88,
  969. from avahi-ui.c:30:
  970. /usr/include/gtk-2.0/gtk/gtkexpander.h:79: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  971. In file included from /usr/include/gtk-2.0/gtk/gtkfilechooser.h:28,
  972. from /usr/include/gtk-2.0/gtk/gtk.h:90,
  973. from avahi-ui.c:30:
  974. /usr/include/gtk-2.0/gtk/gtkfilefilter.h:64: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  975. In file included from /usr/include/gtk-2.0/gtk/gtk.h:91,
  976. from avahi-ui.c:30:
  977. /usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h:80: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  978. In file included from /usr/include/gtk-2.0/gtk/gtk.h:95,
  979. from avahi-ui.c:30:
  980. /usr/include/gtk-2.0/gtk/gtkfontbutton.h:78: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  981. /usr/include/gtk-2.0/gtk/gtkfontbutton.h:87: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  982. In file included from /usr/include/gtk-2.0/gtk/gtk.h:96,
  983. from avahi-ui.c:30:
  984. /usr/include/gtk-2.0/gtk/gtkfontsel.h:208: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  985. In file included from /usr/include/gtk-2.0/gtk/gtk.h:108,
  986. from avahi-ui.c:30:
  987. /usr/include/gtk-2.0/gtk/gtkiconfactory.h:115: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  988. /usr/include/gtk-2.0/gtk/gtkiconfactory.h:158: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  989. /usr/include/gtk-2.0/gtk/gtkiconfactory.h:159: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  990. In file included from /usr/include/gtk-2.0/gtk/gtk.h:109,
  991. from avahi-ui.c:30:
  992. /usr/include/gtk-2.0/gtk/gtkicontheme.h:178: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  993. /usr/include/gtk-2.0/gtk/gtkicontheme.h:190: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  994. In file included from /usr/include/gtk-2.0/gtk/gtk.h:121,
  995. from avahi-ui.c:30:
  996. /usr/include/gtk-2.0/gtk/gtklinkbutton.h:74: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  997. In file included from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
  998. from /usr/include/gtk-2.0/gtk/gtk.h:128,
  999. from avahi-ui.c:30:
  1000. /usr/include/gtk-2.0/gtk/gtktoolbutton.h:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1001. /usr/include/gtk-2.0/gtk/gtktoolbutton.h:82: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1002. /usr/include/gtk-2.0/gtk/gtktoolbutton.h:85: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1003. In file included from /usr/include/gtk-2.0/gtk/gtk.h:133,
  1004. from avahi-ui.c:30:
  1005. /usr/include/gtk-2.0/gtk/gtknotebook.h:266: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1006. /usr/include/gtk-2.0/gtk/gtknotebook.h:276: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1007. In file included from /usr/include/gtk-2.0/gtk/gtkpagesetup.h:29,
  1008. from /usr/include/gtk-2.0/gtk/gtk.h:137,
  1009. from avahi-ui.c:30:
  1010. /usr/include/gtk-2.0/gtk/gtkpapersize.h:67: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1011. /usr/include/gtk-2.0/gtk/gtkpapersize.h:68: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1012. /usr/include/gtk-2.0/gtk/gtkpapersize.h:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1013. /usr/include/gtk-2.0/gtk/gtkpapersize.h:90: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1014. In file included from /usr/include/gtk-2.0/gtk/gtkprintoperation.h:33,
  1015. from /usr/include/gtk-2.0/gtk/gtk.h:142,
  1016. from avahi-ui.c:30:
  1017. /usr/include/gtk-2.0/gtk/gtkprintsettings.h:74: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1018. /usr/include/gtk-2.0/gtk/gtkprintsettings.h:148: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1019. /usr/include/gtk-2.0/gtk/gtkprintsettings.h:216: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1020. /usr/include/gtk-2.0/gtk/gtkprintsettings.h:219: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1021. /usr/include/gtk-2.0/gtk/gtkprintsettings.h:222: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1022. /usr/include/gtk-2.0/gtk/gtkprintsettings.h:225: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1023. /usr/include/gtk-2.0/gtk/gtkprintsettings.h:228: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1024. In file included from /usr/include/gtk-2.0/gtk/gtk.h:142,
  1025. from avahi-ui.c:30:
  1026. /usr/include/gtk-2.0/gtk/gtkprintoperation.h:176: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1027. In file included from /usr/include/gtk-2.0/gtk/gtk.h:145,
  1028. from avahi-ui.c:30:
  1029. /usr/include/gtk-2.0/gtk/gtkprogressbar.h:139: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1030. In file included from /usr/include/gtk-2.0/gtk/gtkrecentaction.h:30,
  1031. from /usr/include/gtk-2.0/gtk/gtk.h:152,
  1032. from avahi-ui.c:30:
  1033. /usr/include/gtk-2.0/gtk/gtkrecentmanager.h:179: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1034. /usr/include/gtk-2.0/gtk/gtkrecentmanager.h:180: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1035. /usr/include/gtk-2.0/gtk/gtkrecentmanager.h:181: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1036. /usr/include/gtk-2.0/gtk/gtkrecentmanager.h:182: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1037. In file included from /usr/include/gtk-2.0/gtk/gtkrecentchooser.h:31,
  1038. from /usr/include/gtk-2.0/gtk/gtk.h:153,
  1039. from avahi-ui.c:30:
  1040. /usr/include/gtk-2.0/gtk/gtkrecentfilter.h:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1041. In file included from /usr/include/gtk-2.0/gtk/gtk.h:175,
  1042. from avahi-ui.c:30:
  1043. /usr/include/gtk-2.0/gtk/gtkstatusicon.h:103: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1044. /usr/include/gtk-2.0/gtk/gtkstatusicon.h:104: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1045. /usr/include/gtk-2.0/gtk/gtkstatusicon.h:125: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1046. In file included from /usr/include/gtk-2.0/gtk/gtktextbuffer.h:38,
  1047. from /usr/include/gtk-2.0/gtk/gtk.h:180,
  1048. from avahi-ui.c:30:
  1049. /usr/include/gtk-2.0/gtk/gtktextmark.h:97: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1050. In file included from /usr/include/gtk-2.0/gtk/gtk.h:194,
  1051. from avahi-ui.c:30:
  1052. /usr/include/gtk-2.0/gtk/gtktoolitemgroup.h:75: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar'
  1053. In file included from /usr/include/gtk-2.0/gtk/gtk.h:195,
  1054. from avahi-ui.c:30:
  1055. /usr/include/gtk-2.0/gtk/gtktoolpalette.h:138: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GtkTargetEntry'
  1056. /usr/include/gtk-2.0/gtk/gtktoolpalette.h:139: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GtkTargetEntry'
  1057. avahi-ui.c: In function 'domain_make_default_selection':
  1058. avahi-ui.c:546: warning: implicit declaration of function 'gtk_entry_get_text' [-Wimplicit-function-declaration]
  1059. avahi-ui.c:546: warning: passing argument 1 of 'avahi_domain_equal' makes pointer from integer without a cast
  1060. ../avahi-common/domain.h:62: note: expected 'const char *' but argument is of type 'int'
  1061. avahi-ui.c: In function 'domain_row_activated_callback':
  1062. avahi-ui.c:932: warning: passing argument 1 of 'is_valid_domain_suffix' makes pointer from integer without a cast
  1063. avahi-ui.c:915: note: expected 'const gchar *' but argument is of type 'int'
  1064. avahi-ui.c: In function 'domain_entry_changed_callback':
  1065. avahi-ui.c:952: warning: passing argument 1 of 'is_valid_domain_suffix' makes pointer from integer without a cast
  1066. avahi-ui.c:915: note: expected 'const gchar *' but argument is of type 'int'
  1067. avahi-ui.c: In function 'domain_button_clicked':
  1068. avahi-ui.c:1038: warning: passing argument 1 of 'is_valid_domain_suffix' makes pointer from integer without a cast
  1069. avahi-ui.c:915: note: expected 'const gchar *' but argument is of type 'int'
  1070. avahi-ui.c:1054: warning: passing argument 2 of 'aui_service_dialog_set_domain' makes pointer from integer without a cast
  1071. avahi-ui.h:103: note: expected 'const gchar *' but argument is of type 'int'
  1072. make[2]: *** [libavahi_ui_la-avahi-ui.lo] Error 1
  1073. make[2]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31/avahi-ui'
  1074. make[1]: *** [all-recursive] Error 1
  1075. make[1]: Leaving directory `/tmp/rmake/builds/avahi/avahi-0.6.31'
  1076. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement