Guest User

Untitled

a guest
May 7th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.14 KB | None | 0 0
  1. bash-4.2# ./configure --prefix=/usr
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether make supports nested variables... yes
  8. checking whether to enable maintainer-specific portions of Makefiles... no
  9. checking for style of include used by make... GNU
  10. checking for gcc... gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking dependency style of gcc... gcc3
  20. checking how to run the C preprocessor... gcc -E
  21. checking for grep that handles long lines and -e... /bin/grep
  22. checking for egrep... /bin/grep -E
  23. checking for ANSI C header files... yes
  24. checking for sys/types.h... yes
  25. checking for sys/stat.h... yes
  26. checking for stdlib.h... yes
  27. checking for string.h... yes
  28. checking for memory.h... yes
  29. checking for strings.h... yes
  30. checking for inttypes.h... yes
  31. checking for stdint.h... yes
  32. checking for unistd.h... yes
  33. checking minix/config.h usability... no
  34. checking minix/config.h presence... no
  35. checking for minix/config.h... no
  36. checking whether it is safe to define __EXTENSIONS__... yes
  37. checking for ar... ar
  38. checking the archiver (ar) interface... ar
  39. checking build system type... x86_64-unknown-linux-gnu
  40. checking host system type... x86_64-unknown-linux-gnu
  41. checking how to print strings... printf
  42. checking for a sed that does not truncate output... /bin/sed
  43. checking for fgrep... /bin/grep -F
  44. checking for ld used by gcc... /usr/bin/ld
  45. checking if the linker (/usr/bin/ld) is GNU ld... yes
  46. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  47. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  48. checking whether ln -s works... yes
  49. checking the maximum length of command line arguments... 1572864
  50. checking whether the shell understands some XSI constructs... yes
  51. checking whether the shell understands "+="... yes
  52. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  53. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  54. checking for /usr/bin/ld option to reload object files... -r
  55. checking for objdump... objdump
  56. checking how to recognize dependent libraries... pass_all
  57. checking for dlltool... no
  58. checking how to associate runtime and link libraries... printf %s\n
  59. checking for archiver @FILE support... @
  60. checking for strip... strip
  61. checking for ranlib... ranlib
  62. checking command to parse /usr/bin/nm -B output from gcc object... ok
  63. checking for sysroot... no
  64. checking for mt... no
  65. checking if : is a manifest tool... no
  66. checking for dlfcn.h... yes
  67. checking for objdir... .libs
  68. checking if gcc supports -fno-rtti -fno-exceptions... no
  69. checking for gcc option to produce PIC... -fPIC -DPIC
  70. checking if gcc PIC flag -fPIC -DPIC works... yes
  71. checking if gcc static flag -static works... yes
  72. checking if gcc supports -c -o file.o... yes
  73. checking if gcc supports -c -o file.o... (cached) yes
  74. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  75. checking whether -lc should be explicitly linked in... no
  76. checking dynamic linker characteristics... GNU/Linux ld.so
  77. checking how to hardcode library paths into programs... immediate
  78. checking whether stripping libraries is possible... yes
  79. checking if libtool supports shared libraries... yes
  80. checking whether to build shared libraries... yes
  81. checking whether to build static libraries... yes
  82. checking for gcc... (cached) gcc
  83. checking whether we are using the GNU C compiler... (cached) yes
  84. checking whether gcc accepts -g... (cached) yes
  85. checking for gcc option to accept ISO C89... (cached) none needed
  86. checking dependency style of gcc... (cached) gcc3
  87. checking for g++... g++
  88. checking whether we are using the GNU C++ compiler... yes
  89. checking whether g++ accepts -g... yes
  90. checking dependency style of g++... gcc3
  91. checking how to run the C++ preprocessor... g++ -E
  92. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  93. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  94. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  95. checking for g++ option to produce PIC... -fPIC -DPIC
  96. checking if g++ PIC flag -fPIC -DPIC works... yes
  97. checking if g++ static flag -static works... yes
  98. checking if g++ supports -c -o file.o... yes
  99. checking if g++ supports -c -o file.o... (cached) yes
  100. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  101. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  102. checking how to hardcode library paths into programs... immediate
  103. checking for library containing dlopen... -ldl
  104. checking for pkg-config... /usr/bin/pkg-config
  105. checking pkg-config is at least version 0.9.0... yes
  106. checking for GTKMM... yes
  107. checking for mode_t... yes
  108. checking for size_t... yes
  109. checking for uint... yes
  110. checking for ulong... yes
  111. checking for openat... yes
  112. checking for renameat... yes
  113. checking for linkat... yes
  114. checking for symlinkat... yes
  115. checking for open64... yes
  116. checking for creat64... yes
  117. checking for fopen64... yes
  118. checking for freopen64... yes
  119. checking for openat64... yes
  120. checking for setenv... yes
  121. checking whether __open is declared... no
  122. checking whether __open64 is declared... no
  123. checking that generated files are newer than configure... done
  124. configure: creating ./config.status
  125. config.status: creating Makefile
  126. config.status: creating config-bot.h
  127. config.status: creating lib/Makefile
  128. config.status: creating lib/porg/Makefile
  129. config.status: creating lib/porg-log/Makefile
  130. config.status: creating porg/Makefile
  131. config.status: creating grop/Makefile
  132. config.status: creating scripts/Makefile
  133. config.status: creating doc/Makefile
  134. config.status: creating doc/porgrc
  135. config.status: creating doc/porgrc.5
  136. config.status: creating doc/porg.8
  137. config.status: creating doc/porgball.8
  138. config.status: creating doc/superporg.8
  139. config.status: creating config.h
  140. config.status: config.h is unchanged
  141. config.status: executing depfiles commands
  142. config.status: executing libtool commands
  143. bash-4.2# make
  144. make all-recursive
  145. make[1]: Entering directory '/home/pusztito/Downloads/porg-0.2'
  146. Making all in lib
  147. make[2]: Entering directory '/home/pusztito/Downloads/porg-0.2/lib'
  148. Making all in porg
  149. make[3]: Entering directory '/home/pusztito/Downloads/porg-0.2/lib/porg'
  150. g++ -DHAVE_CONFIG_H -I. -I../.. -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -DPORGRC='"/usr/etc/porgrc"' -g -O2 -MT libporg_a-basepkg.o -MD -MP -MF .deps/libporg_a-basepkg.Tpo -c -o libporg_a-basepkg.o `test -f 'basepkg.cc' || echo './'`basepkg.cc
  151. mv -f .deps/libporg_a-basepkg.Tpo .deps/libporg_a-basepkg.Po
  152. g++ -DHAVE_CONFIG_H -I. -I../.. -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -DPORGRC='"/usr/etc/porgrc"' -g -O2 -MT libporg_a-common.o -MD -MP -MF .deps/libporg_a-common.Tpo -c -o libporg_a-common.o `test -f 'common.cc' || echo './'`common.cc
  153. mv -f .deps/libporg_a-common.Tpo .deps/libporg_a-common.Po
  154. g++ -DHAVE_CONFIG_H -I. -I../.. -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -DPORGRC='"/usr/etc/porgrc"' -g -O2 -MT libporg_a-file.o -MD -MP -MF .deps/libporg_a-file.Tpo -c -o libporg_a-file.o `test -f 'file.cc' || echo './'`file.cc
  155. mv -f .deps/libporg_a-file.Tpo .deps/libporg_a-file.Po
  156. g++ -DHAVE_CONFIG_H -I. -I../.. -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -DPORGRC='"/usr/etc/porgrc"' -g -O2 -MT libporg_a-porgrc.o -MD -MP -MF .deps/libporg_a-porgrc.Tpo -c -o libporg_a-porgrc.o `test -f 'porgrc.cc' || echo './'`porgrc.cc
  157. mv -f .deps/libporg_a-porgrc.Tpo .deps/libporg_a-porgrc.Po
  158. rm -f libporg.a
  159. ar cru libporg.a libporg_a-basepkg.o libporg_a-common.o libporg_a-file.o libporg_a-porgrc.o
  160. ranlib libporg.a
  161. make[3]: Leaving directory '/home/pusztito/Downloads/porg-0.2/lib/porg'
  162. Making all in porg-log
  163. make[3]: Entering directory '/home/pusztito/Downloads/porg-0.2/lib/porg-log'
  164. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -W -ansi -Wshadow -Wmissing-declarations -Wall -g -O2 -MT libporg_log_la-log.lo -MD -MP -MF .deps/libporg_log_la-log.Tpo -c -o libporg_log_la-log.lo `test -f 'log.c' || echo './'`log.c
  165. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -W -ansi -Wshadow -Wmissing-declarations -Wall -g -O2 -MT libporg_log_la-log.lo -MD -MP -MF .deps/libporg_log_la-log.Tpo -c log.c -fPIC -DPIC -o .libs/libporg_log_la-log.o
  166. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -W -ansi -Wshadow -Wmissing-declarations -Wall -g -O2 -MT libporg_log_la-log.lo -MD -MP -MF .deps/libporg_log_la-log.Tpo -c log.c -o libporg_log_la-log.o >/dev/null 2>&1
  167. mv -f .deps/libporg_log_la-log.Tpo .deps/libporg_log_la-log.Plo
  168. /bin/sh ../../libtool --tag=CC --mode=link gcc -W -ansi -Wshadow -Wmissing-declarations -Wall -g -O2 -o libporg-log.la -rpath /usr/lib libporg_log_la-log.lo -ldl
  169. libtool: link: rm -fr .libs/libporg-log.a .libs/libporg-log.la .libs/libporg-log.lai .libs/libporg-log.so .libs/libporg-log.so.0 .libs/libporg-log.so.0.0.0
  170. libtool: link: gcc -shared -fPIC -DPIC .libs/libporg_log_la-log.o -ldl -O2 -Wl,-soname -Wl,libporg-log.so.0 -o .libs/libporg-log.so.0.0.0
  171. libtool: link: (cd ".libs" && rm -f "libporg-log.so.0" && ln -s "libporg-log.so.0.0.0" "libporg-log.so.0")
  172. libtool: link: (cd ".libs" && rm -f "libporg-log.so" && ln -s "libporg-log.so.0.0.0" "libporg-log.so")
  173. libtool: link: ar cru .libs/libporg-log.a libporg_log_la-log.o
  174. libtool: link: ranlib .libs/libporg-log.a
  175. libtool: link: ( cd ".libs" && rm -f "libporg-log.la" && ln -s "../libporg-log.la" "libporg-log.la" )
  176. make[3]: Leaving directory '/home/pusztito/Downloads/porg-0.2/lib/porg-log'
  177. make[3]: Entering directory '/home/pusztito/Downloads/porg-0.2/lib'
  178. make[3]: Nothing to be done for 'all-am'.
  179. make[3]: Leaving directory '/home/pusztito/Downloads/porg-0.2/lib'
  180. make[2]: Leaving directory '/home/pusztito/Downloads/porg-0.2/lib'
  181. Making all in porg
  182. make[2]: Entering directory '/home/pusztito/Downloads/porg-0.2/porg'
  183. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLIBDIR='"/usr/lib"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -g -O2 -MT porg-main.o -MD -MP -MF .deps/porg-main.Tpo -c -o porg-main.o `test -f 'main.cc' || echo './'`main.cc
  184. mv -f .deps/porg-main.Tpo .deps/porg-main.Po
  185. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLIBDIR='"/usr/lib"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -g -O2 -MT porg-pkg.o -MD -MP -MF .deps/porg-pkg.Tpo -c -o porg-pkg.o `test -f 'pkg.cc' || echo './'`pkg.cc
  186. mv -f .deps/porg-pkg.Tpo .deps/porg-pkg.Po
  187. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLIBDIR='"/usr/lib"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -g -O2 -MT porg-info.o -MD -MP -MF .deps/porg-info.Tpo -c -o porg-info.o `test -f 'info.cc' || echo './'`info.cc
  188. mv -f .deps/porg-info.Tpo .deps/porg-info.Po
  189. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLIBDIR='"/usr/lib"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -g -O2 -MT porg-out.o -MD -MP -MF .deps/porg-out.Tpo -c -o porg-out.o `test -f 'out.cc' || echo './'`out.cc
  190. mv -f .deps/porg-out.Tpo .deps/porg-out.Po
  191. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLIBDIR='"/usr/lib"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -g -O2 -MT porg-pkgset.o -MD -MP -MF .deps/porg-pkgset.Tpo -c -o porg-pkgset.o `test -f 'pkgset.cc' || echo './'`pkgset.cc
  192. mv -f .deps/porg-pkgset.Tpo .deps/porg-pkgset.Po
  193. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLIBDIR='"/usr/lib"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -g -O2 -MT porg-log.o -MD -MP -MF .deps/porg-log.Tpo -c -o porg-log.o `test -f 'log.cc' || echo './'`log.cc
  194. mv -f .deps/porg-log.Tpo .deps/porg-log.Po
  195. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLIBDIR='"/usr/lib"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -g -O2 -MT porg-dir.o -MD -MP -MF .deps/porg-dir.Tpo -c -o porg-dir.o `test -f 'dir.cc' || echo './'`dir.cc
  196. mv -f .deps/porg-dir.Tpo .deps/porg-dir.Po
  197. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLIBDIR='"/usr/lib"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -g -O2 -MT porg-opt.o -MD -MP -MF .deps/porg-opt.Tpo -c -o porg-opt.o `test -f 'opt.cc' || echo './'`opt.cc
  198. mv -f .deps/porg-opt.Tpo .deps/porg-opt.Po
  199. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLIBDIR='"/usr/lib"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -g -O2 -MT porg-global.o -MD -MP -MF .deps/porg-global.Tpo -c -o porg-global.o `test -f 'global.cc' || echo './'`global.cc
  200. mv -f .deps/porg-global.Tpo .deps/porg-global.Po
  201. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLIBDIR='"/usr/lib"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -g -O2 -MT porg-regexp.o -MD -MP -MF .deps/porg-regexp.Tpo -c -o porg-regexp.o `test -f 'regexp.cc' || echo './'`regexp.cc
  202. mv -f .deps/porg-regexp.Tpo .deps/porg-regexp.Po
  203. /bin/sh ../libtool --tag=CXX --mode=link g++ -I../lib -DLIBDIR='"/usr/lib"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -g -O2 -o porg porg-main.o porg-pkg.o porg-info.o porg-out.o porg-pkgset.o porg-log.o porg-dir.o porg-opt.o porg-global.o porg-regexp.o ../lib/porg/libporg.a -ldl
  204. libtool: link: g++ -I../lib -DLIBDIR=\"/usr/lib\" -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -g -O2 -o porg porg-main.o porg-pkg.o porg-info.o porg-out.o porg-pkgset.o porg-log.o porg-dir.o porg-opt.o porg-global.o porg-regexp.o ../lib/porg/libporg.a -ldl
  205. make[2]: Leaving directory '/home/pusztito/Downloads/porg-0.2/porg'
  206. Making all in grop
  207. make[2]: Entering directory '/home/pusztito/Downloads/porg-0.2/grop'
  208. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DDATADIR='"/usr/share"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -pthread -I/usr/include/gtkmm-3.0 -I/usr/lib/gtkmm-3.0/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-3.0/unix-print -I/usr/include/gdkmm-3.0 -I/usr/lib/gdkmm-3.0/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/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT grop-main.o -MD -MP -MF .deps/grop-main.Tpo -c -o grop-main.o `test -f 'main.cc' || echo './'`main.cc
  209. mv -f .deps/grop-main.Tpo .deps/grop-main.Po
  210. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DDATADIR='"/usr/share"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -pthread -I/usr/include/gtkmm-3.0 -I/usr/lib/gtkmm-3.0/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-3.0/unix-print -I/usr/include/gdkmm-3.0 -I/usr/lib/gdkmm-3.0/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/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT grop-pkg.o -MD -MP -MF .deps/grop-pkg.Tpo -c -o grop-pkg.o `test -f 'pkg.cc' || echo './'`pkg.cc
  211. mv -f .deps/grop-pkg.Tpo .deps/grop-pkg.Po
  212. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DDATADIR='"/usr/share"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -pthread -I/usr/include/gtkmm-3.0 -I/usr/lib/gtkmm-3.0/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-3.0/unix-print -I/usr/include/gdkmm-3.0 -I/usr/lib/gdkmm-3.0/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/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT grop-find.o -MD -MP -MF .deps/grop-find.Tpo -c -o grop-find.o `test -f 'find.cc' || echo './'`find.cc
  213. mv -f .deps/grop-find.Tpo .deps/grop-find.Po
  214. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DDATADIR='"/usr/share"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -pthread -I/usr/include/gtkmm-3.0 -I/usr/lib/gtkmm-3.0/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-3.0/unix-print -I/usr/include/gdkmm-3.0 -I/usr/lib/gdkmm-3.0/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/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT grop-util.o -MD -MP -MF .deps/grop-util.Tpo -c -o grop-util.o `test -f 'util.cc' || echo './'`util.cc
  215. mv -f .deps/grop-util.Tpo .deps/grop-util.Po
  216. g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DDATADIR='"/usr/share"' -W -ansi -pedantic -Wno-long-long -Wmissing-declarations -fno-operator-names -Wall -pthread -I/usr/include/gtkmm-3.0 -I/usr/lib/gtkmm-3.0/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-3.0/unix-print -I/usr/include/gdkmm-3.0 -I/usr/lib/gdkmm-3.0/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/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT grop-porgball.o -MD -MP -MF .deps/grop-porgball.Tpo -c -o grop-porgball.o `test -f 'porgball.cc' || echo './'`porgball.cc
  217. porgball.cc: In constructor ‘Grop::Porgball::Porgball(const Grop::Pkg&, Gtk::Window&)’:
  218. porgball.cc:112:50: error: no matching function for call to ‘Grop::Porgball::close(int)’
  219. if (close(Glib::file_open_tmp(m_tmpfile, "grop")) < 0)
  220. ^
  221. porgball.cc:112:50: note: candidate is:
  222. In file included from /usr/include/gtkmm-3.0/gtkmm/dialog.h:30:0,
  223. from porgball.h:11,
  224. from porgball.cc:9:
  225. /usr/include/gtkmm-3.0/gtkmm/window.h:1910:8: note: void Gtk::Window::close()
  226. void close();
  227. ^
  228. /usr/include/gtkmm-3.0/gtkmm/window.h:1910:8: note: candidate expects 0 arguments, 1 provided
  229. Makefile:581: recipe for target 'grop-porgball.o' failed
  230. make[2]: *** [grop-porgball.o] Error 1
  231. make[2]: Leaving directory '/home/pusztito/Downloads/porg-0.2/grop'
  232. Makefile:509: recipe for target 'all-recursive' failed
  233. make[1]: *** [all-recursive] Error 1
  234. make[1]: Leaving directory '/home/pusztito/Downloads/porg-0.2'
  235. Makefile:417: recipe for target 'all' failed
  236. make: *** [all] Error 2
  237. bash-4.2#
Advertisement
Add Comment
Please, Sign In to add comment