Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bash-4.2# ./configure --prefix=/usr
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for style of include used by make... GNU
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking dependency style of gcc... gcc3
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking minix/config.h usability... no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking for ar... ar
- checking the archiver (ar) interface... ar
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking how to print strings... printf
- checking for a sed that does not truncate output... /bin/sed
- checking for fgrep... /bin/grep -F
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for mt... no
- checking if : is a manifest tool... no
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking dependency style of gcc... (cached) gcc3
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking dependency style of g++... gcc3
- checking how to run the C++ preprocessor... g++ -E
- checking for ld used by g++... /usr/bin/ld -m elf_x86_64
- checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
- checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking for g++ option to produce PIC... -fPIC -DPIC
- checking if g++ PIC flag -fPIC -DPIC works... yes
- checking if g++ static flag -static works... yes
- checking if g++ supports -c -o file.o... yes
- checking if g++ supports -c -o file.o... (cached) yes
- checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... (cached) GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking for library containing dlopen... -ldl
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for GTKMM... yes
- checking for mode_t... yes
- checking for size_t... yes
- checking for uint... yes
- checking for ulong... yes
- checking for openat... yes
- checking for renameat... yes
- checking for linkat... yes
- checking for symlinkat... yes
- checking for open64... yes
- checking for creat64... yes
- checking for fopen64... yes
- checking for freopen64... yes
- checking for openat64... yes
- checking for setenv... yes
- checking whether __open is declared... no
- checking whether __open64 is declared... no
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating config-bot.h
- config.status: creating lib/Makefile
- config.status: creating lib/porg/Makefile
- config.status: creating lib/porg-log/Makefile
- config.status: creating porg/Makefile
- config.status: creating grop/Makefile
- config.status: creating scripts/Makefile
- config.status: creating doc/Makefile
- config.status: creating doc/porgrc
- config.status: creating doc/porgrc.5
- config.status: creating doc/porg.8
- config.status: creating doc/porgball.8
- config.status: creating doc/superporg.8
- config.status: creating config.h
- config.status: config.h is unchanged
- config.status: executing depfiles commands
- config.status: executing libtool commands
- bash-4.2# make
- make all-recursive
- make[1]: Entering directory '/home/pusztito/Downloads/porg-0.2'
- Making all in lib
- make[2]: Entering directory '/home/pusztito/Downloads/porg-0.2/lib'
- Making all in porg
- make[3]: Entering directory '/home/pusztito/Downloads/porg-0.2/lib/porg'
- 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
- mv -f .deps/libporg_a-basepkg.Tpo .deps/libporg_a-basepkg.Po
- 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
- mv -f .deps/libporg_a-common.Tpo .deps/libporg_a-common.Po
- 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
- mv -f .deps/libporg_a-file.Tpo .deps/libporg_a-file.Po
- 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
- mv -f .deps/libporg_a-porgrc.Tpo .deps/libporg_a-porgrc.Po
- rm -f libporg.a
- ar cru libporg.a libporg_a-basepkg.o libporg_a-common.o libporg_a-file.o libporg_a-porgrc.o
- ranlib libporg.a
- make[3]: Leaving directory '/home/pusztito/Downloads/porg-0.2/lib/porg'
- Making all in porg-log
- make[3]: Entering directory '/home/pusztito/Downloads/porg-0.2/lib/porg-log'
- /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
- 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
- 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
- mv -f .deps/libporg_log_la-log.Tpo .deps/libporg_log_la-log.Plo
- /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
- 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
- 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
- libtool: link: (cd ".libs" && rm -f "libporg-log.so.0" && ln -s "libporg-log.so.0.0.0" "libporg-log.so.0")
- libtool: link: (cd ".libs" && rm -f "libporg-log.so" && ln -s "libporg-log.so.0.0.0" "libporg-log.so")
- libtool: link: ar cru .libs/libporg-log.a libporg_log_la-log.o
- libtool: link: ranlib .libs/libporg-log.a
- libtool: link: ( cd ".libs" && rm -f "libporg-log.la" && ln -s "../libporg-log.la" "libporg-log.la" )
- make[3]: Leaving directory '/home/pusztito/Downloads/porg-0.2/lib/porg-log'
- make[3]: Entering directory '/home/pusztito/Downloads/porg-0.2/lib'
- make[3]: Nothing to be done for 'all-am'.
- make[3]: Leaving directory '/home/pusztito/Downloads/porg-0.2/lib'
- make[2]: Leaving directory '/home/pusztito/Downloads/porg-0.2/lib'
- Making all in porg
- make[2]: Entering directory '/home/pusztito/Downloads/porg-0.2/porg'
- 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
- mv -f .deps/porg-main.Tpo .deps/porg-main.Po
- 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
- mv -f .deps/porg-pkg.Tpo .deps/porg-pkg.Po
- 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
- mv -f .deps/porg-info.Tpo .deps/porg-info.Po
- 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
- mv -f .deps/porg-out.Tpo .deps/porg-out.Po
- 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
- mv -f .deps/porg-pkgset.Tpo .deps/porg-pkgset.Po
- 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
- mv -f .deps/porg-log.Tpo .deps/porg-log.Po
- 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
- mv -f .deps/porg-dir.Tpo .deps/porg-dir.Po
- 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
- mv -f .deps/porg-opt.Tpo .deps/porg-opt.Po
- 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
- mv -f .deps/porg-global.Tpo .deps/porg-global.Po
- 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
- mv -f .deps/porg-regexp.Tpo .deps/porg-regexp.Po
- /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
- 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
- make[2]: Leaving directory '/home/pusztito/Downloads/porg-0.2/porg'
- Making all in grop
- make[2]: Entering directory '/home/pusztito/Downloads/porg-0.2/grop'
- 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
- mv -f .deps/grop-main.Tpo .deps/grop-main.Po
- 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
- mv -f .deps/grop-pkg.Tpo .deps/grop-pkg.Po
- 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
- mv -f .deps/grop-find.Tpo .deps/grop-find.Po
- 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
- mv -f .deps/grop-util.Tpo .deps/grop-util.Po
- 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
- porgball.cc: In constructor ‘Grop::Porgball::Porgball(const Grop::Pkg&, Gtk::Window&)’:
- porgball.cc:112:50: error: no matching function for call to ‘Grop::Porgball::close(int)’
- if (close(Glib::file_open_tmp(m_tmpfile, "grop")) < 0)
- ^
- porgball.cc:112:50: note: candidate is:
- In file included from /usr/include/gtkmm-3.0/gtkmm/dialog.h:30:0,
- from porgball.h:11,
- from porgball.cc:9:
- /usr/include/gtkmm-3.0/gtkmm/window.h:1910:8: note: void Gtk::Window::close()
- void close();
- ^
- /usr/include/gtkmm-3.0/gtkmm/window.h:1910:8: note: candidate expects 0 arguments, 1 provided
- Makefile:581: recipe for target 'grop-porgball.o' failed
- make[2]: *** [grop-porgball.o] Error 1
- make[2]: Leaving directory '/home/pusztito/Downloads/porg-0.2/grop'
- Makefile:509: recipe for target 'all-recursive' failed
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory '/home/pusztito/Downloads/porg-0.2'
- Makefile:417: recipe for target 'all' failed
- make: *** [all] Error 2
- bash-4.2#
Advertisement
Add Comment
Please, Sign In to add comment