Advertisement
Guest User

dbus-c++-git build error

a guest
Jun 13th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.31 KB | None | 0 0
  1. /Downloads/dbus-c++-git$ makepkg -sri
  2. ==> Making package: dbus-c++-git latest-1 (mar. juin 13 11:07:47 CEST 2017)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Cloning dbus-cplusplus git repo...
  7. Cloning into bare repository '/Downloads/dbus-c++-git/dbus-cplusplus'...
  8. remote: Counting objects: 2153, done.
  9. remote: Total 2153 (delta 0), reused 0 (delta 0), pack-reused 2153
  10. Receiving objects: 100% (2153/2153), 1.24 MiB | 254.00 KiB/s, done.
  11. Resolving deltas: 100% (1587/1587), done.
  12. -> Found port-to-gcc-7.patch
  13. ==> Validating source files with sha256sums...
  14. dbus-cplusplus ... Skipped
  15. port-to-gcc-7.patch ... Passed
  16. ==> Extracting sources...
  17. -> Creating working copy of dbus-cplusplus git repo...
  18. Cloning into 'dbus-cplusplus'...
  19. done.
  20. ==> Starting prepare()...
  21. patching file src/pipe.cpp
  22. ==> Starting pkgver()...
  23. ==> Updated version: dbus-c++-git 0.9.1pw+5+ge3455d2-1
  24. ==> Starting build()...
  25. Running libtoolize...
  26. libtoolize: putting auxiliary files in '.'.
  27. libtoolize: copying file './ltmain.sh'
  28. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  29. libtoolize: copying file 'm4/libtool.m4'
  30. libtoolize: copying file 'm4/ltoptions.m4'
  31. libtoolize: copying file 'm4/ltsugar.m4'
  32. libtoolize: copying file 'm4/ltversion.m4'
  33. libtoolize: copying file 'm4/lt~obsolete.m4'
  34. Running aclocal -I m4 ...
  35. Running autoheader...
  36. Running automake...
  37. configure.ac:52: installing './compile'
  38. configure.ac:10: installing './config.guess'
  39. configure.ac:10: installing './config.sub'
  40. configure.ac:8: installing './install-sh'
  41. configure.ac:8: installing './missing'
  42. examples/echo/Makefile.am: installing './depcomp'
  43. Running autoconf ...
  44. You could now exec ./configure --help to see available options
  45. checking for a BSD-compatible install... /usr/bin/install -c
  46. checking whether build environment is sane... yes
  47. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  48. checking for gawk... gawk
  49. checking whether make sets $(MAKE)... yes
  50. checking whether make supports nested variables... yes
  51. checking build system type... x86_64-unknown-linux-gnu
  52. checking host system type... x86_64-unknown-linux-gnu
  53. checking for style of include used by make... GNU
  54. checking for gcc... gcc
  55. checking whether the C compiler works... yes
  56. checking for C compiler default output file name... a.out
  57. checking for suffix of executables...
  58. checking whether we are cross compiling... no
  59. checking for suffix of object files... o
  60. checking whether we are using the GNU C compiler... yes
  61. checking whether gcc accepts -g... yes
  62. checking for gcc option to accept ISO C89... none needed
  63. checking whether gcc understands -c and -o together... yes
  64. checking dependency style of gcc... gcc3
  65. checking for clock_gettime... yes
  66. checking for gcc... (cached) gcc
  67. checking whether we are using the GNU C compiler... (cached) yes
  68. checking whether gcc accepts -g... (cached) yes
  69. checking for gcc option to accept ISO C89... (cached) none needed
  70. checking whether gcc understands -c and -o together... (cached) yes
  71. checking dependency style of gcc... (cached) gcc3
  72. checking for g++... g++
  73. checking whether we are using the GNU C++ compiler... yes
  74. checking whether g++ accepts -g... yes
  75. checking dependency style of g++... gcc3
  76. checking how to print strings... printf
  77. checking for a sed that does not truncate output... /usr/bin/sed
  78. checking for grep that handles long lines and -e... /usr/bin/grep
  79. checking for egrep... /usr/bin/grep -E
  80. checking for fgrep... /usr/bin/grep -F
  81. checking for ld used by gcc... /usr/bin/ld
  82. checking if the linker (/usr/bin/ld) is GNU ld... yes
  83. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  84. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  85. checking whether ln -s works... yes
  86. checking the maximum length of command line arguments... 1572864
  87. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  88. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  89. checking for /usr/bin/ld option to reload object files... -r
  90. checking for objdump... objdump
  91. checking how to recognize dependent libraries... pass_all
  92. checking for dlltool... no
  93. checking how to associate runtime and link libraries... printf %s\n
  94. checking for ar... ar
  95. checking for archiver @FILE support... @
  96. checking for strip... strip
  97. checking for ranlib... ranlib
  98. checking command to parse /usr/bin/nm -B output from gcc object... ok
  99. checking for sysroot... no
  100. checking for a working dd... /usr/bin/dd
  101. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  102. checking for mt... no
  103. checking if : is a manifest tool... no
  104. checking how to run the C preprocessor... gcc -E
  105. checking for ANSI C header files... yes
  106. checking for sys/types.h... yes
  107. checking for sys/stat.h... yes
  108. checking for stdlib.h... yes
  109. checking for string.h... yes
  110. checking for memory.h... yes
  111. checking for strings.h... yes
  112. checking for inttypes.h... yes
  113. checking for stdint.h... yes
  114. checking for unistd.h... yes
  115. checking for dlfcn.h... yes
  116. checking for objdir... .libs
  117. checking if gcc supports -fno-rtti -fno-exceptions... no
  118. checking for gcc option to produce PIC... -fPIC -DPIC
  119. checking if gcc PIC flag -fPIC -DPIC works... yes
  120. checking if gcc static flag -static works... yes
  121. checking if gcc supports -c -o file.o... yes
  122. checking if gcc supports -c -o file.o... (cached) yes
  123. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  124. checking whether -lc should be explicitly linked in... no
  125. checking dynamic linker characteristics... GNU/Linux ld.so
  126. checking how to hardcode library paths into programs... immediate
  127. checking whether stripping libraries is possible... yes
  128. checking if libtool supports shared libraries... yes
  129. checking whether to build shared libraries... yes
  130. checking whether to build static libraries... no
  131. checking how to run the C++ preprocessor... g++ -E
  132. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  133. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  134. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  135. checking for g++ option to produce PIC... -fPIC -DPIC
  136. checking if g++ PIC flag -fPIC -DPIC works... yes
  137. checking if g++ static flag -static works... yes
  138. checking if g++ supports -c -o file.o... yes
  139. checking if g++ supports -c -o file.o... (cached) yes
  140. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  141. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  142. checking how to hardcode library paths into programs... immediate
  143. checking for pkg-config... /usr/bin/pkg-config
  144. checking pkg-config is at least version 0.9.0... yes
  145. checking whether g++ supports symbol visibility... yes
  146. checking for dbus-1 >= 0.60... yes
  147. checking for glib-2.0... yes
  148. checking for gtkmm-2.4... yes
  149. checking for XML_ParserCreate_MM in -lexpat... yes
  150. checking expat.h usability... yes
  151. checking expat.h presence... yes
  152. checking for expat.h... yes
  153. checking for the pthreads library -lpthreads... no
  154. checking whether pthreads work without any flags... no
  155. checking whether pthreads work with -Kthread... no
  156. checking whether pthreads work with -kthread... no
  157. checking for the pthreads library -llthread... no
  158. checking whether pthreads work with -pthread... no
  159. checking whether pthreads work with -pthreads... no
  160. checking whether pthreads work with -mthreads... no
  161. checking for the pthreads library -lpthread... yes
  162. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  163. checking if more special flags are required for pthreads... no
  164. checking for doxygen... no
  165. checking whether to build Doxygen documentation... checking that generated files are newer than configure... done
  166. configure: creating ./config.status
  167. config.status: creating Makefile
  168. config.status: creating src/Makefile
  169. config.status: creating src/integration/Makefile
  170. config.status: creating src/integration/ecore/Makefile
  171. config.status: creating src/integration/glib/Makefile
  172. config.status: creating tools/Makefile
  173. config.status: creating test/Makefile
  174. config.status: creating test/generator/Makefile
  175. config.status: creating test/functional/Makefile
  176. config.status: creating test/functional/Test1/Makefile
  177. config.status: creating data/Makefile
  178. config.status: creating doc/Makefile
  179. config.status: creating doc/Doxyfile
  180. config.status: creating examples/Makefile
  181. config.status: creating examples/properties/Makefile
  182. config.status: creating examples/echo/Makefile
  183. config.status: creating examples/ecore/Makefile
  184. config.status: creating examples/hal/Makefile
  185. config.status: creating examples/glib/Makefile
  186. config.status: creating examples/echo_ecore/Makefile
  187. config.status: creating dbus-c++-1.pc
  188. config.status: creating dbus-c++-1-uninstalled.pc
  189. config.status: creating dbus-c++-ecore-1.pc
  190. config.status: creating dbus-c++-ecore-1-uninstalled.pc
  191. config.status: creating dbus-c++-glib-1.pc
  192. config.status: creating dbus-c++-glib-1-uninstalled.pc
  193. config.status: creating libdbus-c++.spec
  194. config.status: creating config.h
  195. config.status: executing depfiles commands
  196. config.status: executing libtool commands
  197.  
  198. Build configuration:
  199. --------------------
  200.  
  201. Mainloop integration support:
  202. ecore ......................... no
  203. glib........................... yes
  204.  
  205. Optional build items:
  206. build tests.................... yes
  207. build examples................. yes
  208. build doxygen documentation.... no
  209. Cross Compiling activated...... no
  210. PThread support found.......... yes
  211.  
  212. make all-recursive
  213. make[1]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus'
  214. Making all in src
  215. make[2]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/src'
  216. Making all in integration
  217. make[3]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/src/integration'
  218. Making all in ecore
  219. make[4]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/src/integration/ecore'
  220. make[4]: Nothing to be done for 'all'.
  221. make[4]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/src/integration/ecore'
  222. Making all in glib
  223. make[4]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/src/integration/glib'
  224. /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../../../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___glib_1_la-glib-integration.lo -MD -MP -MF .deps/libdbus_c___glib_1_la-glib-integration.Tpo -c -o libdbus_c___glib_1_la-glib-integration.lo `test -f 'glib-integration.cpp' || echo './'`glib-integration.cpp
  225. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../../../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___glib_1_la-glib-integration.lo -MD -MP -MF .deps/libdbus_c___glib_1_la-glib-integration.Tpo -c glib-integration.cpp -fPIC -DPIC -o .libs/libdbus_c___glib_1_la-glib-integration.o
  226. mv -f .deps/libdbus_c___glib_1_la-glib-integration.Tpo .deps/libdbus_c___glib_1_la-glib-integration.Plo
  227. /bin/sh ../../../libtool --tag=CXX --mode=link g++ -I../../../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1,--sort-common,--as-needed,-z,relro -o libdbus-c++-glib-1.la -rpath /usr/lib libdbus_c___glib_1_la-glib-integration.lo -ldbus-1 -lglib-2.0
  228. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/crtbeginS.o .libs/libdbus_c___glib_1_la-glib-integration.o -ldbus-1 -lglib-2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/../../../../lib/crtn.o -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,libdbus-c++-glib-1.so.0 -o .libs/libdbus-c++-glib-1.so.0.0.0
  229. libtool: link: (cd ".libs" && rm -f "libdbus-c++-glib-1.so.0" && ln -s "libdbus-c++-glib-1.so.0.0.0" "libdbus-c++-glib-1.so.0")
  230. libtool: link: (cd ".libs" && rm -f "libdbus-c++-glib-1.so" && ln -s "libdbus-c++-glib-1.so.0.0.0" "libdbus-c++-glib-1.so")
  231. libtool: link: ( cd ".libs" && rm -f "libdbus-c++-glib-1.la" && ln -s "../libdbus-c++-glib-1.la" "libdbus-c++-glib-1.la" )
  232. make[4]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/src/integration/glib'
  233. make[4]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/src/integration'
  234. make[4]: Nothing to be done for 'all-am'.
  235. make[4]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/src/integration'
  236. make[3]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/src/integration'
  237. make[3]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/src'
  238. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-connection.lo -MD -MP -MF .deps/libdbus_c___1_la-connection.Tpo -c -o libdbus_c___1_la-connection.lo `test -f 'connection.cpp' || echo './'`connection.cpp
  239. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-debug.lo -MD -MP -MF .deps/libdbus_c___1_la-debug.Tpo -c -o libdbus_c___1_la-debug.lo `test -f 'debug.cpp' || echo './'`debug.cpp
  240. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-dispatcher.lo -MD -MP -MF .deps/libdbus_c___1_la-dispatcher.Tpo -c -o libdbus_c___1_la-dispatcher.lo `test -f 'dispatcher.cpp' || echo './'`dispatcher.cpp
  241. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-error.lo -MD -MP -MF .deps/libdbus_c___1_la-error.Tpo -c -o libdbus_c___1_la-error.lo `test -f 'error.cpp' || echo './'`error.cpp
  242. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-eventloop.lo -MD -MP -MF .deps/libdbus_c___1_la-eventloop.Tpo -c -o libdbus_c___1_la-eventloop.lo `test -f 'eventloop.cpp' || echo './'`eventloop.cpp
  243. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-eventloop-integration.lo -MD -MP -MF .deps/libdbus_c___1_la-eventloop-integration.Tpo -c -o libdbus_c___1_la-eventloop-integration.lo `test -f 'eventloop-integration.cpp' || echo './'`eventloop-integration.cpp
  244. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-debug.lo -MD -MP -MF .deps/libdbus_c___1_la-debug.Tpo -c debug.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-debug.o
  245. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-dispatcher.lo -MD -MP -MF .deps/libdbus_c___1_la-dispatcher.Tpo -c dispatcher.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-dispatcher.o
  246. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-error.lo -MD -MP -MF .deps/libdbus_c___1_la-error.Tpo -c error.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-error.o
  247. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-connection.lo -MD -MP -MF .deps/libdbus_c___1_la-connection.Tpo -c connection.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-connection.o
  248. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-eventloop-integration.lo -MD -MP -MF .deps/libdbus_c___1_la-eventloop-integration.Tpo -c eventloop-integration.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-eventloop-integration.o
  249. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-eventloop.lo -MD -MP -MF .deps/libdbus_c___1_la-eventloop.Tpo -c eventloop.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-eventloop.o
  250. mv -f .deps/libdbus_c___1_la-debug.Tpo .deps/libdbus_c___1_la-debug.Plo
  251. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-interface.lo -MD -MP -MF .deps/libdbus_c___1_la-interface.Tpo -c -o libdbus_c___1_la-interface.lo `test -f 'interface.cpp' || echo './'`interface.cpp
  252. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-interface.lo -MD -MP -MF .deps/libdbus_c___1_la-interface.Tpo -c interface.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-interface.o
  253. mv -f .deps/libdbus_c___1_la-error.Tpo .deps/libdbus_c___1_la-error.Plo
  254. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-introspection.lo -MD -MP -MF .deps/libdbus_c___1_la-introspection.Tpo -c -o libdbus_c___1_la-introspection.lo `test -f 'introspection.cpp' || echo './'`introspection.cpp
  255. dispatcher.cpp: In member function ‘int DBus::Watch::descriptor() const’:
  256. dispatcher.cpp:81:45: warning: ‘int dbus_watch_get_fd(DBusWatch*)’ is deprecated [-Wdeprecated-declarations]
  257. return dbus_watch_get_fd((DBusWatch *)_int);
  258. ^
  259. In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0,
  260. from /usr/include/dbus-1.0/dbus/dbus.h:31,
  261. from dispatcher.cpp:30:
  262. /usr/include/dbus-1.0/dbus/dbus-connection.h:451:21: note: declared here
  263. DBUS_DEPRECATED int dbus_watch_get_fd (DBusWatch *watch);
  264. ^~~~~~~~~~~~~~~~~
  265. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-introspection.lo -MD -MP -MF .deps/libdbus_c___1_la-introspection.Tpo -c introspection.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-introspection.o
  266. mv -f .deps/libdbus_c___1_la-dispatcher.Tpo .deps/libdbus_c___1_la-dispatcher.Plo
  267. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-message.lo -MD -MP -MF .deps/libdbus_c___1_la-message.Tpo -c -o libdbus_c___1_la-message.lo `test -f 'message.cpp' || echo './'`message.cpp
  268. mv -f .deps/libdbus_c___1_la-eventloop.Tpo .deps/libdbus_c___1_la-eventloop.Plo
  269. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-object.lo -MD -MP -MF .deps/libdbus_c___1_la-object.Tpo -c -o libdbus_c___1_la-object.lo `test -f 'object.cpp' || echo './'`object.cpp
  270. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-message.lo -MD -MP -MF .deps/libdbus_c___1_la-message.Tpo -c message.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-message.o
  271. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-object.lo -MD -MP -MF .deps/libdbus_c___1_la-object.Tpo -c object.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-object.o
  272. mv -f .deps/libdbus_c___1_la-connection.Tpo .deps/libdbus_c___1_la-connection.Plo
  273. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-pendingcall.lo -MD -MP -MF .deps/libdbus_c___1_la-pendingcall.Tpo -c -o libdbus_c___1_la-pendingcall.lo `test -f 'pendingcall.cpp' || echo './'`pendingcall.cpp
  274. mv -f .deps/libdbus_c___1_la-eventloop-integration.Tpo .deps/libdbus_c___1_la-eventloop-integration.Plo
  275. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-pipe.lo -MD -MP -MF .deps/libdbus_c___1_la-pipe.Tpo -c -o libdbus_c___1_la-pipe.lo `test -f 'pipe.cpp' || echo './'`pipe.cpp
  276. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-pendingcall.lo -MD -MP -MF .deps/libdbus_c___1_la-pendingcall.Tpo -c pendingcall.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-pendingcall.o
  277. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-pipe.lo -MD -MP -MF .deps/libdbus_c___1_la-pipe.Tpo -c pipe.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-pipe.o
  278. mv -f .deps/libdbus_c___1_la-interface.Tpo .deps/libdbus_c___1_la-interface.Plo
  279. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-property.lo -MD -MP -MF .deps/libdbus_c___1_la-property.Tpo -c -o libdbus_c___1_la-property.lo `test -f 'property.cpp' || echo './'`property.cpp
  280. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-property.lo -MD -MP -MF .deps/libdbus_c___1_la-property.Tpo -c property.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-property.o
  281. pipe.cpp: In member function ‘void DBus::Pipe::write(const void*, unsigned int)’:
  282. pipe.cpp:67:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  283. ::write(_fd_write, static_cast <const void *>(&nbytes), sizeof(nbytes));
  284. ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  285. pipe.cpp:70:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  286. ::write(_fd_write, buffer, nbytes);
  287. ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  288. pipe.cpp: In member function ‘ssize_t DBus::Pipe::read(void*, unsigned int&)’:
  289. pipe.cpp:77:9: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  290. ::read(_fd_read, &nbytes, sizeof(nbytes));
  291. ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  292. pipe.cpp: In member function ‘void DBus::Pipe::signal()’:
  293. pipe.cpp:86:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  294. ::write(_fd_write, nullptr, 1);
  295. ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
  296. mv -f .deps/libdbus_c___1_la-message.Tpo .deps/libdbus_c___1_la-message.Plo
  297. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-server.lo -MD -MP -MF .deps/libdbus_c___1_la-server.Tpo -c -o libdbus_c___1_la-server.lo `test -f 'server.cpp' || echo './'`server.cpp
  298. mv -f .deps/libdbus_c___1_la-pipe.Tpo .deps/libdbus_c___1_la-pipe.Plo
  299. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-types.lo -MD -MP -MF .deps/libdbus_c___1_la-types.Tpo -c -o libdbus_c___1_la-types.lo `test -f 'types.cpp' || echo './'`types.cpp
  300. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-server.lo -MD -MP -MF .deps/libdbus_c___1_la-server.Tpo -c server.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-server.o
  301. mv -f .deps/libdbus_c___1_la-pendingcall.Tpo .deps/libdbus_c___1_la-pendingcall.Plo
  302. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT libdbus_c___1_la-types.lo -MD -MP -MF .deps/libdbus_c___1_la-types.Tpo -c types.cpp -fPIC -DPIC -o .libs/libdbus_c___1_la-types.o
  303. mv -f .deps/libdbus_c___1_la-introspection.Tpo .deps/libdbus_c___1_la-introspection.Plo
  304. mv -f .deps/libdbus_c___1_la-server.Tpo .deps/libdbus_c___1_la-server.Plo
  305. mv -f .deps/libdbus_c___1_la-object.Tpo .deps/libdbus_c___1_la-object.Plo
  306. mv -f .deps/libdbus_c___1_la-property.Tpo .deps/libdbus_c___1_la-property.Plo
  307. mv -f .deps/libdbus_c___1_la-types.Tpo .deps/libdbus_c___1_la-types.Plo
  308. /bin/sh ../libtool --tag=CXX --mode=link g++ -I../include -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1,--sort-common,--as-needed,-z,relro -o libdbus-c++-1.la -rpath /usr/lib libdbus_c___1_la-connection.lo libdbus_c___1_la-debug.lo libdbus_c___1_la-dispatcher.lo libdbus_c___1_la-error.lo libdbus_c___1_la-eventloop.lo libdbus_c___1_la-eventloop-integration.lo libdbus_c___1_la-interface.lo libdbus_c___1_la-introspection.lo libdbus_c___1_la-message.lo libdbus_c___1_la-object.lo libdbus_c___1_la-pendingcall.lo libdbus_c___1_la-pipe.lo libdbus_c___1_la-property.lo libdbus_c___1_la-server.lo libdbus_c___1_la-types.lo -ldbus-1
  309. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/crtbeginS.o .libs/libdbus_c___1_la-connection.o .libs/libdbus_c___1_la-debug.o .libs/libdbus_c___1_la-dispatcher.o .libs/libdbus_c___1_la-error.o .libs/libdbus_c___1_la-eventloop.o .libs/libdbus_c___1_la-eventloop-integration.o .libs/libdbus_c___1_la-interface.o .libs/libdbus_c___1_la-introspection.o .libs/libdbus_c___1_la-message.o .libs/libdbus_c___1_la-object.o .libs/libdbus_c___1_la-pendingcall.o .libs/libdbus_c___1_la-pipe.o .libs/libdbus_c___1_la-property.o .libs/libdbus_c___1_la-server.o .libs/libdbus_c___1_la-types.o -ldbus-1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/../../../../lib/crtn.o -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,libdbus-c++-1.so.0 -o .libs/libdbus-c++-1.so.0.0.0
  310. libtool: link: (cd ".libs" && rm -f "libdbus-c++-1.so.0" && ln -s "libdbus-c++-1.so.0.0.0" "libdbus-c++-1.so.0")
  311. libtool: link: (cd ".libs" && rm -f "libdbus-c++-1.so" && ln -s "libdbus-c++-1.so.0.0.0" "libdbus-c++-1.so")
  312. libtool: link: ( cd ".libs" && rm -f "libdbus-c++-1.la" && ln -s "../libdbus-c++-1.la" "libdbus-c++-1.la" )
  313. make[3]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/src'
  314. make[2]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/src'
  315. Making all in tools
  316. make[2]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/tools'
  317. depbase=`echo xml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  318. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I../include -I../include -Wall -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT xml.o -MD -MP -MF $depbase.Tpo -c -o xml.o xml.cpp &&\
  319. mv -f $depbase.Tpo $depbase.Po
  320. depbase=`echo xml2cpp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  321. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I../include -I../include -Wall -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT xml2cpp.o -MD -MP -MF $depbase.Tpo -c -o xml2cpp.o xml2cpp.cpp &&\
  322. mv -f $depbase.Tpo $depbase.Po
  323. depbase=`echo generate_adaptor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  324. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I../include -I../include -Wall -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT generate_adaptor.o -MD -MP -MF $depbase.Tpo -c -o generate_adaptor.o generate_adaptor.cpp &&\
  325. mv -f $depbase.Tpo $depbase.Po
  326. depbase=`echo generate_proxy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  327. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I../include -I../include -Wall -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT generate_proxy.o -MD -MP -MF $depbase.Tpo -c -o generate_proxy.o generate_proxy.cpp &&\
  328. mv -f $depbase.Tpo $depbase.Po
  329. depbase=`echo generator_utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  330. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I../include -I../include -Wall -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT generator_utils.o -MD -MP -MF $depbase.Tpo -c -o generator_utils.o generator_utils.cpp &&\
  331. mv -f $depbase.Tpo $depbase.Po
  332. depbase=`echo introspect.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  333. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I../include -I../include -Wall -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT introspect.o -MD -MP -MF $depbase.Tpo -c -o introspect.o introspect.cpp &&\
  334. mv -f $depbase.Tpo $depbase.Po
  335. /bin/sh ../libtool --tag=CXX --mode=link g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1,--sort-common,--as-needed,-z,relro -o dbusxx-introspect introspect.o ../src/libdbus-c++-1.la
  336. libtool: link: g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/dbusxx-introspect introspect.o ../src/.libs/libdbus-c++-1.so -ldbus-1
  337. /bin/sh ../libtool --tag=CXX --mode=link g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1,--sort-common,--as-needed,-z,relro -o dbusxx-xml2cpp xml.o xml2cpp.o generate_adaptor.o generate_proxy.o generator_utils.o -lexpat
  338. libtool: link: g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o dbusxx-xml2cpp xml.o xml2cpp.o generate_adaptor.o generate_proxy.o generator_utils.o -lexpat
  339. make[2]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/tools'
  340. Making all in data
  341. make[2]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/data'
  342. make[2]: Nothing to be done for 'all'.
  343. make[2]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/data'
  344. Making all in doc
  345. make[2]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/doc'
  346. make[2]: Nothing to be done for 'all'.
  347. make[2]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/doc'
  348. Making all in examples
  349. make[2]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples'
  350. Making all in properties
  351. make[3]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/properties'
  352. ../../tools/dbusxx-xml2cpp propsgs-introspect.xml --adaptor=propsgs-glue-adaptor.h --
  353. ../../tools/dbusxx-xml2cpp propsgs-introspect.xml --proxy=propsgs-glue-proxy.h --
  354. generating code for interface org.freedesktop.DBus.PropsGSDemo...
  355. generating code for interface org.freedesktop.DBus.PropsGSDemo...
  356. make all-am
  357. make[4]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/properties'
  358. depbase=`echo propsgs-server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  359. g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT propsgs-server.o -MD -MP -MF $depbase.Tpo -c -o propsgs-server.o propsgs-server.cpp &&\
  360. mv -f $depbase.Tpo $depbase.Po
  361. depbase=`echo propsgs-client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  362. g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT propsgs-client.o -MD -MP -MF $depbase.Tpo -c -o propsgs-client.o propsgs-client.cpp &&\
  363. mv -f $depbase.Tpo $depbase.Po
  364. /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1,--sort-common,--as-needed,-z,relro -o propsgs-client propsgs-client.o ../../src/libdbus-c++-1.la -lpthread
  365. /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1,--sort-common,--as-needed,-z,relro -o propsgs-server propsgs-server.o ../../src/libdbus-c++-1.la
  366. libtool: link: g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/propsgs-client propsgs-client.o ../../src/.libs/libdbus-c++-1.so -ldbus-1 -lpthread
  367. libtool: link: g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/propsgs-server propsgs-server.o ../../src/.libs/libdbus-c++-1.so -ldbus-1
  368. make[4]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/properties'
  369. make[3]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/properties'
  370. Making all in echo
  371. make[3]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/echo'
  372. ../../tools/dbusxx-xml2cpp echo-introspect.xml --adaptor=echo-server-glue.h
  373. ../../tools/dbusxx-xml2cpp echo-introspect.xml --proxy=echo-client-glue.h
  374. generating code for interface org.freedesktop.DBus.EchoDemo...
  375. generating code for interface org.freedesktop.DBus.EchoDemo...
  376. make all-am
  377. make[4]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/echo'
  378. depbase=`echo echo-server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  379. g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT echo-server.o -MD -MP -MF $depbase.Tpo -c -o echo-server.o echo-server.cpp &&\
  380. mv -f $depbase.Tpo $depbase.Po
  381. g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT echo_client_mt-echo-client.o -MD -MP -MF .deps/echo_client_mt-echo-client.Tpo -c -o echo_client_mt-echo-client.o `test -f 'echo-client.cpp' || echo './'`echo-client.cpp
  382. mv -f .deps/echo_client_mt-echo-client.Tpo .deps/echo_client_mt-echo-client.Po
  383. /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1,--sort-common,--as-needed,-z,relro -o echo-client-mt echo_client_mt-echo-client.o ../../src/libdbus-c++-1.la -lpthread
  384. libtool: link: g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/echo-client-mt echo_client_mt-echo-client.o ../../src/.libs/libdbus-c++-1.so -ldbus-1 -lpthread
  385. /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1,--sort-common,--as-needed,-z,relro -o echo-server echo-server.o ../../src/libdbus-c++-1.la
  386. libtool: link: g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/echo-server echo-server.o ../../src/.libs/libdbus-c++-1.so -ldbus-1
  387. make[4]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/echo'
  388. make[3]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/echo'
  389. Making all in hal
  390. make[3]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/hal'
  391. depbase=`echo hal-listen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  392. g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT hal-listen.o -MD -MP -MF $depbase.Tpo -c -o hal-listen.o hal-listen.cpp &&\
  393. mv -f $depbase.Tpo $depbase.Po
  394. /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1,--sort-common,--as-needed,-z,relro -o hal-listen hal-listen.o ../../src/libdbus-c++-1.la
  395. libtool: link: g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/hal-listen hal-listen.o ../../src/.libs/libdbus-c++-1.so -ldbus-1
  396. make[3]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/hal'
  397. Making all in glib
  398. make[3]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/glib'
  399. ../../tools/dbusxx-xml2cpp ../../data/org.freedesktop.DBus.xml --proxy=dbus-glue.h
  400. skipping interface org.freedesktop.DBus.Introspectable
  401. skipping interface org.freedesktop.DBus.Properties
  402. generating code for interface org.freedesktop.DBus...
  403. make all-am
  404. make[4]: Entering directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/glib'
  405. depbase=`echo dbus-browser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  406. g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../../tools -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT dbus-browser.o -MD -MP -MF $depbase.Tpo -c -o dbus-browser.o dbus-browser.cpp &&\
  407. mv -f $depbase.Tpo $depbase.Po
  408. depbase=`echo xml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  409. g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../../tools -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -MT xml.o -MD -MP -MF $depbase.Tpo -c -o xml.o xml.cpp &&\
  410. mv -f $depbase.Tpo $depbase.Po
  411. In file included from /usr/include/glibmm-2.4/glibmm.h:98:0,
  412. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  413. from dbus-browser.h:6,
  414. from dbus-browser.cpp:1:
  415. /usr/include/glibmm-2.4/glibmm/binding.h:324:41: error: macro "bind_property" requires 4 arguments, but only 3 given
  416. BindingFlags flags = BINDING_DEFAULT)
  417. ^
  418. /usr/include/glibmm-2.4/glibmm/binding.h:507:41: error: macro "bind_property" passed 5 arguments, but takes just 4
  419. const T_functor_from& transform_from)
  420. ^
  421. /usr/include/glibmm-2.4/glibmm/binding.h:326:5: error: expected primary-expression before ‘return’
  422. return bind_property_value(source_property, target_property, flags);
  423. ^~~~~~
  424. /usr/include/glibmm-2.4/glibmm/binding.h:326:5: error: expected ‘}’ before ‘return’
  425. /usr/include/glibmm-2.4/glibmm/binding.h:326:5: error: function definition does not declare parameters
  426. /usr/include/glibmm-2.4/glibmm/binding.h:327:4: error: expected ‘;’ after class definition
  427. }
  428. ^
  429. ;
  430. In file included from ../../include/dbus-c++/dbus.h:29:0,
  431. from dbus-browser.h:4,
  432. from dbus-browser.cpp:1:
  433. ../../include/dbus-c++/interface.h:185:2: error: ‘InterfaceAdaptor’ has not been declared
  434. InterfaceAdaptor::_properties[ #variable ].read = can_read; \
  435. ^
  436. /usr/include/glibmm-2.4/glibmm/binding.h:353:32: note: in expansion of macro ‘bind_property’
  437. static Glib::RefPtr<Binding> bind_property(
  438. ^~~~~~~~~~~~~
  439. ../../include/dbus-c++/interface.h:185:44: error: expected initializer before ‘.’ token
  440. InterfaceAdaptor::_properties[ #variable ].read = can_read; \
  441. ^
  442. /usr/include/glibmm-2.4/glibmm/binding.h:353:32: note: in expansion of macro ‘bind_property’
  443. static Glib::RefPtr<Binding> bind_property(
  444. ^~~~~~~~~~~~~
  445. ../../include/dbus-c++/interface.h:186:2: error: ‘InterfaceAdaptor’ does not name a type; did you mean ‘Interface_Class’?
  446. InterfaceAdaptor::_properties[ #variable ].write = can_write; \
  447. ^
  448. /usr/include/glibmm-2.4/glibmm/binding.h:353:32: note: in expansion of macro ‘bind_property’
  449. static Glib::RefPtr<Binding> bind_property(
  450. ^~~~~~~~~~~~~
  451. ../../include/dbus-c++/interface.h:187:2: error: ‘InterfaceAdaptor’ does not name a type; did you mean ‘Interface_Class’?
  452. InterfaceAdaptor::_properties[ #variable ].sig = type; \
  453. ^
  454. /usr/include/glibmm-2.4/glibmm/binding.h:353:32: note: in expansion of macro ‘bind_property’
  455. static Glib::RefPtr<Binding> bind_property(
  456. ^~~~~~~~~~~~~
  457. /usr/include/glibmm-2.4/glibmm/binding.h:354:25: error: ‘T_source’ was not declared in this scope
  458. const PropertyProxy<T_source>& source_property,
  459. ^
  460. ../../include/dbus-c++/interface.h:188:2: note: in definition of macro ‘bind_property’
  461. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  462. ^~~~~~~~
  463. /usr/include/glibmm-2.4/glibmm/binding.h:354:25: note: suggested alternative: ‘GSource’
  464. const PropertyProxy<T_source>& source_property,
  465. ^
  466. ../../include/dbus-c++/interface.h:188:2: note: in definition of macro ‘bind_property’
  467. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  468. ^~~~~~~~
  469. /usr/include/glibmm-2.4/glibmm/binding.h:354:33: error: template argument 1 is invalid
  470. const PropertyProxy<T_source>& source_property,
  471. ^
  472. ../../include/dbus-c++/interface.h:188:2: note: in definition of macro ‘bind_property’
  473. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  474. ^~~~~~~~
  475. ../../include/dbus-c++/interface.h:188:10: error: expected initializer before ‘.’ token
  476. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  477. ^
  478. /usr/include/glibmm-2.4/glibmm/binding.h:353:32: note: in expansion of macro ‘bind_property’
  479. static Glib::RefPtr<Binding> bind_property(
  480. ^~~~~~~~~~~~~
  481. In file included from /usr/include/glibmm-2.4/glibmm.h:98:0,
  482. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  483. from dbus-browser.h:6,
  484. from dbus-browser.cpp:1:
  485. /usr/include/glibmm-2.4/glibmm/binding.h:358:3: error: expected unqualified-id before ‘{’ token
  486. {
  487. ^
  488. In file included from ../../include/dbus-c++/dbus.h:29:0,
  489. from dbus-browser.h:4,
  490. from dbus-browser.cpp:1:
  491. ../../include/dbus-c++/interface.h:185:2: error: ‘InterfaceAdaptor’ has not been declared
  492. InterfaceAdaptor::_properties[ #variable ].read = can_read; \
  493. ^
  494. /usr/include/glibmm-2.4/glibmm/binding.h:389:32: note: in expansion of macro ‘bind_property’
  495. static Glib::RefPtr<Binding> bind_property(
  496. ^~~~~~~~~~~~~
  497. ../../include/dbus-c++/interface.h:185:44: error: expected initializer before ‘.’ token
  498. InterfaceAdaptor::_properties[ #variable ].read = can_read; \
  499. ^
  500. /usr/include/glibmm-2.4/glibmm/binding.h:389:32: note: in expansion of macro ‘bind_property’
  501. static Glib::RefPtr<Binding> bind_property(
  502. ^~~~~~~~~~~~~
  503. ../../include/dbus-c++/interface.h:186:2: error: ‘InterfaceAdaptor’ does not name a type; did you mean ‘Interface_Class’?
  504. InterfaceAdaptor::_properties[ #variable ].write = can_write; \
  505. ^
  506. /usr/include/glibmm-2.4/glibmm/binding.h:389:32: note: in expansion of macro ‘bind_property’
  507. static Glib::RefPtr<Binding> bind_property(
  508. ^~~~~~~~~~~~~
  509. ../../include/dbus-c++/interface.h:187:2: error: ‘InterfaceAdaptor’ does not name a type; did you mean ‘Interface_Class’?
  510. InterfaceAdaptor::_properties[ #variable ].sig = type; \
  511. ^
  512. /usr/include/glibmm-2.4/glibmm/binding.h:389:32: note: in expansion of macro ‘bind_property’
  513. static Glib::RefPtr<Binding> bind_property(
  514. ^~~~~~~~~~~~~
  515. /usr/include/glibmm-2.4/glibmm/binding.h:390:25: error: ‘T_source’ was not declared in this scope
  516. const PropertyProxy<T_source>& source_property,
  517. ^
  518. ../../include/dbus-c++/interface.h:188:2: note: in definition of macro ‘bind_property’
  519. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  520. ^~~~~~~~
  521. /usr/include/glibmm-2.4/glibmm/binding.h:390:25: note: suggested alternative: ‘GSource’
  522. const PropertyProxy<T_source>& source_property,
  523. ^
  524. ../../include/dbus-c++/interface.h:188:2: note: in definition of macro ‘bind_property’
  525. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  526. ^~~~~~~~
  527. /usr/include/glibmm-2.4/glibmm/binding.h:390:33: error: template argument 1 is invalid
  528. const PropertyProxy<T_source>& source_property,
  529. ^
  530. ../../include/dbus-c++/interface.h:188:2: note: in definition of macro ‘bind_property’
  531. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  532. ^~~~~~~~
  533. ../../include/dbus-c++/interface.h:188:10: error: expected initializer before ‘.’ token
  534. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  535. ^
  536. /usr/include/glibmm-2.4/glibmm/binding.h:389:32: note: in expansion of macro ‘bind_property’
  537. static Glib::RefPtr<Binding> bind_property(
  538. ^~~~~~~~~~~~~
  539. In file included from /usr/include/glibmm-2.4/glibmm.h:98:0,
  540. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  541. from dbus-browser.h:6,
  542. from dbus-browser.cpp:1:
  543. /usr/include/glibmm-2.4/glibmm/binding.h:394:3: error: expected unqualified-id before ‘{’ token
  544. {
  545. ^
  546. In file included from ../../include/dbus-c++/dbus.h:29:0,
  547. from dbus-browser.h:4,
  548. from dbus-browser.cpp:1:
  549. ../../include/dbus-c++/interface.h:185:2: error: ‘InterfaceAdaptor’ has not been declared
  550. InterfaceAdaptor::_properties[ #variable ].read = can_read; \
  551. ^
  552. /usr/include/glibmm-2.4/glibmm/binding.h:425:32: note: in expansion of macro ‘bind_property’
  553. static Glib::RefPtr<Binding> bind_property(
  554. ^~~~~~~~~~~~~
  555. ../../include/dbus-c++/interface.h:185:44: error: expected initializer before ‘.’ token
  556. InterfaceAdaptor::_properties[ #variable ].read = can_read; \
  557. ^
  558. /usr/include/glibmm-2.4/glibmm/binding.h:425:32: note: in expansion of macro ‘bind_property’
  559. static Glib::RefPtr<Binding> bind_property(
  560. ^~~~~~~~~~~~~
  561. ../../include/dbus-c++/interface.h:186:2: error: ‘InterfaceAdaptor’ does not name a type; did you mean ‘Interface_Class’?
  562. InterfaceAdaptor::_properties[ #variable ].write = can_write; \
  563. ^
  564. /usr/include/glibmm-2.4/glibmm/binding.h:425:32: note: in expansion of macro ‘bind_property’
  565. static Glib::RefPtr<Binding> bind_property(
  566. ^~~~~~~~~~~~~
  567. ../../include/dbus-c++/interface.h:187:2: error: ‘InterfaceAdaptor’ does not name a type; did you mean ‘Interface_Class’?
  568. InterfaceAdaptor::_properties[ #variable ].sig = type; \
  569. ^
  570. /usr/include/glibmm-2.4/glibmm/binding.h:425:32: note: in expansion of macro ‘bind_property’
  571. static Glib::RefPtr<Binding> bind_property(
  572. ^~~~~~~~~~~~~
  573. /usr/include/glibmm-2.4/glibmm/binding.h:426:34: error: ‘T_source’ was not declared in this scope
  574. const PropertyProxy_ReadOnly<T_source>& source_property,
  575. ^
  576. ../../include/dbus-c++/interface.h:188:2: note: in definition of macro ‘bind_property’
  577. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  578. ^~~~~~~~
  579. /usr/include/glibmm-2.4/glibmm/binding.h:426:34: note: suggested alternative: ‘GSource’
  580. const PropertyProxy_ReadOnly<T_source>& source_property,
  581. ^
  582. ../../include/dbus-c++/interface.h:188:2: note: in definition of macro ‘bind_property’
  583. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  584. ^~~~~~~~
  585. /usr/include/glibmm-2.4/glibmm/binding.h:426:42: error: template argument 1 is invalid
  586. const PropertyProxy_ReadOnly<T_source>& source_property,
  587. ^
  588. ../../include/dbus-c++/interface.h:188:2: note: in definition of macro ‘bind_property’
  589. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  590. ^~~~~~~~
  591. ../../include/dbus-c++/interface.h:188:10: error: expected initializer before ‘.’ token
  592. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  593. ^
  594. /usr/include/glibmm-2.4/glibmm/binding.h:425:32: note: in expansion of macro ‘bind_property’
  595. static Glib::RefPtr<Binding> bind_property(
  596. ^~~~~~~~~~~~~
  597. In file included from /usr/include/glibmm-2.4/glibmm.h:98:0,
  598. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  599. from dbus-browser.h:6,
  600. from dbus-browser.cpp:1:
  601. /usr/include/glibmm-2.4/glibmm/binding.h:430:3: error: expected unqualified-id before ‘{’ token
  602. {
  603. ^
  604. In file included from ../../include/dbus-c++/dbus.h:29:0,
  605. from dbus-browser.h:4,
  606. from dbus-browser.cpp:1:
  607. ../../include/dbus-c++/interface.h:185:2: error: ‘InterfaceAdaptor’ has not been declared
  608. InterfaceAdaptor::_properties[ #variable ].read = can_read; \
  609. ^
  610. /usr/include/glibmm-2.4/glibmm/binding.h:461:32: note: in expansion of macro ‘bind_property’
  611. static Glib::RefPtr<Binding> bind_property(
  612. ^~~~~~~~~~~~~
  613. ../../include/dbus-c++/interface.h:185:44: error: expected initializer before ‘.’ token
  614. InterfaceAdaptor::_properties[ #variable ].read = can_read; \
  615. ^
  616. /usr/include/glibmm-2.4/glibmm/binding.h:461:32: note: in expansion of macro ‘bind_property’
  617. static Glib::RefPtr<Binding> bind_property(
  618. ^~~~~~~~~~~~~
  619. ../../include/dbus-c++/interface.h:186:2: error: ‘InterfaceAdaptor’ does not name a type; did you mean ‘Interface_Class’?
  620. InterfaceAdaptor::_properties[ #variable ].write = can_write; \
  621. ^
  622. /usr/include/glibmm-2.4/glibmm/binding.h:461:32: note: in expansion of macro ‘bind_property’
  623. static Glib::RefPtr<Binding> bind_property(
  624. ^~~~~~~~~~~~~
  625. ../../include/dbus-c++/interface.h:187:2: error: ‘InterfaceAdaptor’ does not name a type; did you mean ‘Interface_Class’?
  626. InterfaceAdaptor::_properties[ #variable ].sig = type; \
  627. ^
  628. /usr/include/glibmm-2.4/glibmm/binding.h:461:32: note: in expansion of macro ‘bind_property’
  629. static Glib::RefPtr<Binding> bind_property(
  630. ^~~~~~~~~~~~~
  631. /usr/include/glibmm-2.4/glibmm/binding.h:462:34: error: ‘T_source’ was not declared in this scope
  632. const PropertyProxy_ReadOnly<T_source>& source_property,
  633. ^
  634. ../../include/dbus-c++/interface.h:188:2: note: in definition of macro ‘bind_property’
  635. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  636. ^~~~~~~~
  637. /usr/include/glibmm-2.4/glibmm/binding.h:462:34: note: suggested alternative: ‘GSource’
  638. const PropertyProxy_ReadOnly<T_source>& source_property,
  639. ^
  640. ../../include/dbus-c++/interface.h:188:2: note: in definition of macro ‘bind_property’
  641. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  642. ^~~~~~~~
  643. /usr/include/glibmm-2.4/glibmm/binding.h:462:42: error: template argument 1 is invalid
  644. const PropertyProxy_ReadOnly<T_source>& source_property,
  645. ^
  646. ../../include/dbus-c++/interface.h:188:2: note: in definition of macro ‘bind_property’
  647. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  648. ^~~~~~~~
  649. ../../include/dbus-c++/interface.h:188:10: error: expected initializer before ‘.’ token
  650. variable.bind(InterfaceAdaptor::_properties[ #variable ]);
  651. ^
  652. /usr/include/glibmm-2.4/glibmm/binding.h:461:32: note: in expansion of macro ‘bind_property’
  653. static Glib::RefPtr<Binding> bind_property(
  654. ^~~~~~~~~~~~~
  655. In file included from /usr/include/glibmm-2.4/glibmm.h:98:0,
  656. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  657. from dbus-browser.h:6,
  658. from dbus-browser.cpp:1:
  659. /usr/include/glibmm-2.4/glibmm/binding.h:466:3: error: expected unqualified-id before ‘{’ token
  660. {
  661. ^
  662. /usr/include/glibmm-2.4/glibmm/binding.h:509:50: error: expected primary-expression before ‘slot_transform_to’
  663. sigc::slot<bool, const T_source&, T_target&> slot_transform_to = transform_to;
  664. ^~~~~~~~~~~~~~~~~
  665. /usr/include/glibmm-2.4/glibmm/binding.h:509:50: error: expected ‘}’ before ‘slot_transform_to’
  666. /usr/include/glibmm-2.4/glibmm/binding.h:509:50: error: expected ‘;’ before ‘slot_transform_to’
  667. /usr/include/glibmm-2.4/glibmm/binding.h:510:28: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive]
  668. sigc::slot<bool, const T_target&, T_source&> slot_transform_from = transform_from;
  669. ^~~~~~~~
  670. /usr/include/glibmm-2.4/glibmm/binding.h:510:48: error: template argument 2 is invalid
  671. sigc::slot<bool, const T_target&, T_source&> slot_transform_from = transform_from;
  672. ^
  673. /usr/include/glibmm-2.4/glibmm/binding.h:510:72: error: ‘transform_from’ was not declared in this scope
  674. sigc::slot<bool, const T_target&, T_source&> slot_transform_from = transform_from;
  675. ^~~~~~~~~~~~~~
  676. /usr/include/glibmm-2.4/glibmm/binding.h:510:72: note: suggested alternative: ‘slot_transform_from’
  677. sigc::slot<bool, const T_target&, T_source&> slot_transform_from = transform_from;
  678. ^~~~~~~~~~~~~~
  679. slot_transform_from
  680. /usr/include/glibmm-2.4/glibmm/binding.h:512:5: error: expected unqualified-id before ‘return’
  681. return bind_property_value(source_property, target_property, flags,
  682. ^~~~~~
  683. /usr/include/glibmm-2.4/glibmm/binding.h:532:53: error: non-member function ‘Glib::RefPtr<const Glib::ObjectBase> get_source()’ cannot have cv-qualifier
  684. Glib::RefPtr<const Glib::ObjectBase> get_source() const;
  685. ^~~~~
  686. /usr/include/glibmm-2.4/glibmm/binding.h:532:40: error: ambiguating new declaration of ‘Glib::RefPtr<const Glib::ObjectBase> get_source()’
  687. Glib::RefPtr<const Glib::ObjectBase> get_source() const;
  688. ^~~~~~~~~~
  689. /usr/include/glibmm-2.4/glibmm/binding.h:524:34: note: old declaration ‘Glib::RefPtr<Glib::ObjectBase> get_source()’
  690. Glib::RefPtr<Glib::ObjectBase> get_source();
  691. ^~~~~~~~~~
  692. /usr/include/glibmm-2.4/glibmm/binding.h:541:39: error: non-member function ‘Glib::ustring get_source_property()’ cannot have cv-qualifier
  693. Glib::ustring get_source_property() const;
  694. ^~~~~
  695. /usr/include/glibmm-2.4/glibmm/binding.h:557:53: error: non-member function ‘Glib::RefPtr<const Glib::ObjectBase> get_target()’ cannot have cv-qualifier
  696. Glib::RefPtr<const Glib::ObjectBase> get_target() const;
  697. ^~~~~
  698. /usr/include/glibmm-2.4/glibmm/binding.h:557:40: error: ambiguating new declaration of ‘Glib::RefPtr<const Glib::ObjectBase> get_target()’
  699. Glib::RefPtr<const Glib::ObjectBase> get_target() const;
  700. ^~~~~~~~~~
  701. /usr/include/glibmm-2.4/glibmm/binding.h:549:34: note: old declaration ‘Glib::RefPtr<Glib::ObjectBase> get_target()’
  702. Glib::RefPtr<Glib::ObjectBase> get_target();
  703. ^~~~~~~~~~
  704. /usr/include/glibmm-2.4/glibmm/binding.h:566:39: error: non-member function ‘Glib::ustring get_target_property()’ cannot have cv-qualifier
  705. Glib::ustring get_target_property() const;
  706. ^~~~~
  707. /usr/include/glibmm-2.4/glibmm/binding.h:574:3: error: ‘BindingFlags’ does not name a type; did you mean ‘GBindingFlags’?
  708. BindingFlags get_flags() const;
  709. ^~~~~~~~~~~~
  710. GBindingFlags
  711. /usr/include/glibmm-2.4/glibmm/binding.h:595:71: error: non-member function ‘Glib::PropertyProxy_ReadOnly<Glib::BindingFlags> property_flags()’ cannot have cv-qualifier
  712. Glib::PropertyProxy_ReadOnly< Glib::BindingFlags > property_flags() const;
  713. ^~~~~
  714. /usr/include/glibmm-2.4/glibmm/binding.h:605:84: error: non-member function ‘Glib::PropertyProxy_ReadOnly<Glib::RefPtr<Glib::ObjectBase> > property_source()’ cannot have cv-qualifier
  715. opertyProxy_ReadOnly< Glib::RefPtr<Glib::ObjectBase> > property_source() const;
  716. ^~~~~
  717. /usr/include/glibmm-2.4/glibmm/binding.h:616:76: error: non-member function ‘Glib::PropertyProxy_ReadOnly<Glib::ustring> property_source_property()’ cannot have cv-qualifier
  718. Glib::PropertyProxy_ReadOnly< Glib::ustring > property_source_property() const;
  719. ^~~~~
  720. /usr/include/glibmm-2.4/glibmm/binding.h:626:84: error: non-member function ‘Glib::PropertyProxy_ReadOnly<Glib::RefPtr<Glib::ObjectBase> > property_target()’ cannot have cv-qualifier
  721. opertyProxy_ReadOnly< Glib::RefPtr<Glib::ObjectBase> > property_target() const;
  722. ^~~~~
  723. /usr/include/glibmm-2.4/glibmm/binding.h:637:76: error: non-member function ‘Glib::PropertyProxy_ReadOnly<Glib::ustring> property_target_property()’ cannot have cv-qualifier
  724. Glib::PropertyProxy_ReadOnly< Glib::ustring > property_target_property() const;
  725. ^~~~~
  726. /usr/include/glibmm-2.4/glibmm/binding.h:644:28: error: virt-specifiers in ‘unreference’ not allowed outside a class definition
  727. void unreference() const override;
  728. ^~~~~~~~
  729. /usr/include/glibmm-2.4/glibmm/binding.h:644:28: error: non-member function ‘void unreference()’ cannot have cv-qualifier
  730. /usr/include/glibmm-2.4/glibmm/binding.h:647:1: error: expected unqualified-id before ‘private’
  731. private:
  732. ^~~~~~~
  733. /usr/include/glibmm-2.4/glibmm/binding.h:678:1: error: expected unqualified-id before ‘public’
  734. public:
  735. ^~~~~~
  736. /usr/include/glibmm-2.4/glibmm/binding.h:689:1: error: expected declaration before ‘}’ token
  737. };
  738. ^
  739. make[4]: *** [Makefile:407: dbus-browser.o] Error 1
  740. make[4]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/glib'
  741. make[3]: *** [Makefile:350: all] Error 2
  742. make[3]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples/glib'
  743. make[2]: *** [Makefile:376: all-recursive] Error 1
  744. make[2]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus/examples'
  745. make[1]: *** [Makefile:514: all-recursive] Error 1
  746. make[1]: Leaving directory '/Downloads/dbus-c++-git/src/dbus-cplusplus'
  747. make: *** [Makefile:411: all] Error 2
  748. ==> ERROR: A failure occurred in build().
  749. Aborting...
  750. /Downloads/dbus-c++-git$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement