------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=6.5 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- ===> The following configuration options are available for morla-0.16.1_13: XULRUNNER=off: Xulrunner as JavaScript engine ===> Use 'make config' to modify these settings SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- PKG_CONFIG=pkgconf XDG_DATA_HOME=/construction/editors/morla XDG_CONFIG_HOME=/construction/editors/morla XDG_CACHE_HOME=/construction/editors/morla/.cache HOME=/construction/editors/morla TMPDIR="/tmp" PATH=/construction/editors/morla/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/editors/morla/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 CONFIG_SITE=/xports/Templates/config.site lt_cv_sys_max_cmd_len=262144 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- --with-gconf=none --with-gtkhtml=none --with-javascript=none --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/editors/morla XDG_CONFIG_HOME=/construction/editors/morla XDG_CACHE_HOME=/construction/editors/morla/.cache HOME=/construction/editors/morla TMPDIR="/tmp" PATH=/construction/editors/morla/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/editors/morla/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- DESTDIR=/construction/editors/morla/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" GTK4_VERSION="4.0.0" OSREL=6.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/morla" EXAMPLESDIR="share/examples/morla" DATADIR="share/morla" WWWDIR="www/morla" ETCDIR="etc/morla" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/morla DOCSDIR=/usr/local/share/doc/morla EXAMPLESDIR=/usr/local/share/examples/morla WWWDIR=/usr/local/www/morla ETCDIR=/usr/local/etc/morla SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes DFLY_STING_XFAIL=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_COMPRESSION_FORMAT=.tgz DEVELOPER=1 WITH_CCACHE_BUILD=yes CCACHE_DIR=/ccache UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=600503 OSVERSION=9999999 OSREL=6.5 _OSRELEASE=6.5-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=13 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libltdl-2.4.7.pkg Installing /packages/All/png-1.6.39.pkg Installing /packages/All/giflib-5.2.1.pkg Installing /packages/All/libdeflate-1.18.pkg Installing /packages/All/jbigkit-2.1_1.pkg Installing /packages/All/liblz4-1.9.4,1.pkg Installing /packages/All/zstd-1.5.5.pkg Installing /packages/All/jpeg-turbo-2.1.5.1.pkg Installing /packages/All/tiff-4.4.0_1.pkg Installing /packages/All/webp-1.3.0_1.pkg Installing /packages/All/brotli-1.0.9,1.pkg Installing /packages/All/freetype2-2.12.1_2.pkg ===== Message from freetype2-2.12.1_2: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). Installing /packages/All/expat-2.5.0.pkg Installing /packages/All/fontconfig-2.14.2,1.pkg Running fc-cache to build fontconfig cache... Installing /packages/All/graphite2-1.3.14.pkg Installing /packages/All/indexinfo-0.3.1.pkg Installing /packages/All/libffi-3.4.4.pkg Installing /packages/All/pcre2-10.42.pkg Installing /packages/All/gettext-runtime-0.21.1.pkg Installing /packages/All/ncurses-6.4.pkg ===== Message from ncurses-6.4: -- To get the terminfo database please install the terminfo-db package: pkg install terminfo-db Installing /packages/All/readline-8.2.1.pkg Installing /packages/All/libxml2-2.10.4.pkg Installing /packages/All/libiconv-1.17.pkg Installing /packages/All/mpdecimal-2.5.1.pkg Installing /packages/All/openssl-1.1.1u,1.pkg Installing /packages/All/python39-3.9.17.pkg ===== Message from python39-3.9.17: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py39-gdbm databases/py-gdbm@py39 py39-sqlite3 databases/py-sqlite3@py39 py39-tkinter x11-toolkits/py-tkinter@py39 Installing /packages/All/glib-2.76.4,2.pkg Generating GIO modules cache Compiling glib schemas No schema files found: doing nothing. Installing /packages/All/harfbuzz-7.3.0.pkg Installing /packages/All/libgd-2.3.3_5,1.pkg Installing /packages/All/libXau-1.0.9.pkg Installing /packages/All/xorgproto-2022.1_1.pkg Installing /packages/All/libXdmcp-1.1.3.pkg Installing /packages/All/libxcb-1.15_1.pkg Installing /packages/All/libX11-1.8.6,1.pkg Installing /packages/All/libXext-1.3.4,1.pkg Installing /packages/All/libglvnd-1.6.0.pkg Installing /packages/All/pixman-0.42.2.pkg Installing /packages/All/libXrender-0.9.10_2.pkg Installing /packages/All/cairo-1.17.4_2,3.pkg Installing /packages/All/fribidi-1.0.13.pkg Installing /packages/All/libdatrie-0.2.13_1.pkg Installing /packages/All/libthai-0.1.29.pkg ===== Message from libthai-0.1.29: -- ===> NOTICE: The libthai port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://docs.freebsd.org/en/articles/contributing/#ports-contributing Installing /packages/All/libfontenc-1.1.4.pkg Installing /packages/All/mkfontscale-1.2.1.pkg Installing /packages/All/font-bh-ttf-1.0.3_4.pkg Running fc-cache to build fontconfig cache... Installing /packages/All/font-misc-meltho-1.0.3_4.pkg Installing /packages/All/font-misc-ethiopic-1.0.4.pkg Installing /packages/All/encodings-1.0.5,1.pkg Installing /packages/All/dejavu-2.37_1.pkg Running fc-cache to build fontconfig cache... ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.pkg Installing /packages/All/libXft-2.3.7.pkg Installing /packages/All/pango-1.50.14.pkg Installing /packages/All/libICE-1.1.0_1,1.pkg Installing /packages/All/libSM-1.2.3,1.pkg Installing /packages/All/libXt-1.2.1,1.pkg Installing /packages/All/libXmu-1.1.3,1.pkg Installing /packages/All/libXpm-3.5.15.pkg Installing /packages/All/libXaw-1.0.14,2.pkg Installing /packages/All/graphviz-7.1.0_6.pkg Installing /packages/All/libtextstyle-0.21.1.pkg Installing /packages/All/gettext-tools-0.21.1.pkg Installing /packages/All/pkgconf-1.8.1,1.pkg Installing /packages/All/ccache-3.7.12_4.pkg Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for gcc create symlink for gcc (world) create symlink for g++ create symlink for g++ (world) ===== Message from ccache-3.7.12_4: -- NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. Installing /packages/All/libnghttp2-1.53.0.pkg Installing /packages/All/libssh2-1.11.0,3.pkg Installing /packages/All/libunistring-1.1.pkg Installing /packages/All/libidn2-2.3.4.pkg Installing /packages/All/libpsl-0.21.2_3.pkg Installing /packages/All/ca_root_nss-3.89.1.pkg ===== Message from ca_root_nss-3.89.1: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/curl-8.1.2.pkg Installing /packages/All/libnxml-0.18.3_4.pkg Installing /packages/All/icu-73.2,1.pkg Installing /packages/All/yajl-2.1.0.pkg Installing /packages/All/libgpg-error-1.47.pkg Installing /packages/All/libgcrypt-1.10.2.pkg Installing /packages/All/libxslt-1.1.37.pkg Installing /packages/All/raptor2-2.0.16_1.pkg Installing /packages/All/pcre-8.45_3.pkg Installing /packages/All/rasqal-0.9.33_1.pkg Installing /packages/All/db5-5.3.28_9.pkg ===== Message from db5-5.3.28_9: -- ===> NOTICE: The db5 port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://docs.freebsd.org/en/articles/contributing/#ports-contributing -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: EOLd, potential security issues, maybe use db18 instead. It is scheduled to be removed on or after 2022-06-30. Installing /packages/All/redland-1.0.17_4.pkg Installing /packages/All/libepoll-shim-0.0.20230411.pkg Installing /packages/All/wayland-1.22.0.pkg ===== Message from wayland-1.22.0: -- Wayland requires XDG_RUNTIME_DIR to be defined to a path that will contain "wayland-%d" unix(4) sockets. This is usually handled by consolekit2 (via ck-launch-session) or pam_xdg (via login). Installing /packages/All/xkeyboard-config-2.34_2.pkg Installing /packages/All/libxkbcommon-1.5.0.pkg ===== Message from libxkbcommon-1.5.0: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=xorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg Installing /packages/All/dbus-1.14.6,1.pkg ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/libXfixes-6.0.0.pkg Installing /packages/All/libXi-1.8,1.pkg Installing /packages/All/libXtst-1.2.3_2.pkg Installing /packages/All/at-spi2-core-2.48.0.pkg Installing /packages/All/libdaemon-0.14_1.pkg Installing /packages/All/dbus-glib-0.112.pkg Installing /packages/All/gdbm-1.23.pkg Installing /packages/All/libevent-2.1.12.pkg Installing /packages/All/gnome_subr-1.0.pkg Installing /packages/All/avahi-app-0.8_1.pkg ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.1.pkg Installing /packages/All/nettle-3.9.1.pkg Installing /packages/All/libtasn1-4.19.0.pkg Installing /packages/All/p11-kit-0.24.1_2.pkg Installing /packages/All/gnutls-3.7.9.pkg Installing /packages/All/libpaper-1.1.28.pkg Installing /packages/All/cups-2.4.6.pkg ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/shared-mime-info-2.2_1.pkg Building the Shared MIME-Info database cache Installing /packages/All/gdk-pixbuf2-2.42.10.pkg Generating gdk-pixbuf modules cache Installing /packages/All/hicolor-icon-theme-0.17.pkg Installing /packages/All/gtk-update-icon-cache-3.24.31.pkg Installing /packages/All/libXinerama-1.1.4_2,1.pkg Installing /packages/All/libXrandr-1.5.2.pkg Installing /packages/All/libXcursor-1.2.0.pkg Installing /packages/All/libXdamage-1.1.6.pkg Installing /packages/All/libXcomposite-0.4.6,1.pkg Installing /packages/All/gtk2-2.24.33_1.pkg SUCCEEDED 00:00:37 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> morla-0.16.1_13 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> morla-0.16.1_13 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by morla-0.16.1_13 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> morla-0.16.1_13 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by morla-0.16.1_13 for building => SHA256 Checksum OK for morla-0.16.1.tar.gz. SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> morla-0.16.1_13 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by morla-0.16.1_13 for building ===> Extracting for morla-0.16.1_13 => SHA256 Checksum OK for morla-0.16.1.tar.gz. Extracted Memory Use: 2.84M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for morla-0.16.1_13 ===> Applying ports patches for morla-0.16.1_13 from /xports/editors/morla/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> morla-0.16.1_13 depends on executable: dot - found ===> morla-0.16.1_13 depends on executable: msgfmt - found ===> morla-0.16.1_13 depends on package: pkgconf>=1.3.0_1 - found ===> morla-0.16.1_13 depends on file: /usr/local/bin/ccache - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> morla-0.16.1_13 depends on shared library: libnxml.so - found (/usr/local/lib/libnxml.so) ===> morla-0.16.1_13 depends on shared library: librdf.so - found (/usr/local/lib/librdf.so) ===> morla-0.16.1_13 depends on shared library: libraptor2.so - found (/usr/local/lib/libraptor2.so) ===> morla-0.16.1_13 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so) ===> morla-0.16.1_13 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> morla-0.16.1_13 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> morla-0.16.1_13 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> morla-0.16.1_13 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> morla-0.16.1_13 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> morla-0.16.1_13 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> morla-0.16.1_13 depends on shared library: libxslt.so - found (/usr/local/lib/libxslt.so) ===> morla-0.16.1_13 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> morla-0.16.1_13 depends on executable: dot - found ===> morla-0.16.1_13 depends on executable: msgfmt - found ===> morla-0.16.1_13 depends on package: pkgconf>=1.3.0_1 - found ===> morla-0.16.1_13 depends on file: /usr/local/bin/ccache - found ===> morla-0.16.1_13 depends on shared library: libnxml.so - found (/usr/local/lib/libnxml.so) ===> morla-0.16.1_13 depends on shared library: librdf.so - found (/usr/local/lib/librdf.so) ===> morla-0.16.1_13 depends on shared library: libraptor2.so - found (/usr/local/lib/libraptor2.so) ===> morla-0.16.1_13 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so) ===> morla-0.16.1_13 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> morla-0.16.1_13 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> morla-0.16.1_13 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> morla-0.16.1_13 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> morla-0.16.1_13 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> morla-0.16.1_13 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> morla-0.16.1_13 depends on shared library: libxslt.so - found (/usr/local/lib/libxslt.so) ===> morla-0.16.1_13 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> Configuring for morla-0.16.1_13 configure: loading site script /xports/Templates/config.site checking build system type... x86_64-portbld-dragonfly6.5 checking host system type... x86_64-portbld-dragonfly6.5 checking target system type... x86_64-portbld-dragonfly6.5 checking whether make sets $(MAKE)... yes checking whether build environment is sane... yes checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... (cached) /usr/bin/awk checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether ln -s works... yes checking for library containing strerror... none required checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgfortran... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... dragonfly6.5 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly6.5 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for an ANSI C-conforming const... yes checking for inline... inline checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for stdio.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for string.h... (cached) yes checking for dirent.h... (cached) yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking for pwd.h... (cached) yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for vprintf... (cached) yes checking for _doprnt... no checking for locale.h... (cached) yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for catalogs to be installed... it checking pkg-config is at least version 0.9.0... yes checking for gconf... no checking for gtkhtml... no checking for gtk... yes checking for rasqal... yes checking for rasqal_new_world in -lrasqal... yes checking for redland... yes checking for dot... /usr/local/bin/dot configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting config.status: creating src/Makefile config.status: creating icons/Makefile config.status: creating docs/Makefile config.status: creating modules/Makefile config.status: creating morla.1 config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands Morla build summary: host : dragonfly6.5 glib : yes gtk+ : yes libxslt : yes nxml : yes libcurl : yes Dot (graphviz) : /usr/local/bin/dot Javascript engine : none GConf : GtkHtml : SUCCEEDED 00:00:13 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for morla-0.16.1_13 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in po Making all in src --- about.o --- --- blanknode.o --- --- browser.o --- --- checks.o --- --- datatype.o --- --- dialog.o --- --- download.o --- --- edit.o --- --- file.o --- --- filechooser.o --- --- gconf.o --- --- graph.o --- --- help.o --- --- about.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT about.o -MD -MP -MF ".deps/about.Tpo" -c -o about.o about.c; then m--- blanknode.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT blanknode.o -MD -MP -MF ".deps/blanknode.Tpo" -c -o blanknode.o blan--- browser.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT browser.o -MD -MP -MF ".deps/browser.Tpo" -c -o browser.o browser.c;--- checks.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT checks.o -MD -MP -MF ".deps/checks.Tpo" -c -o checks.o checks.c; th--- datatype.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT datatype.o -MD -MP -MF ".deps/datatype.Tpo" -c -o datatype.o datatyp--- dialog.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT dialog.o -MD -MP -MF ".deps/dialog.Tpo" -c -o dialog.o dialog.c; th--- download.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT download.o -MD -MP -MF ".deps/download.Tpo" -c -o download.o downloa--- edit.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT edit.o -MD -MP -MF ".deps/edit.Tpo" -c -o edit.o edit.c; then mv -f--- file.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT file.o -MD -MP -MF ".deps/file.Tpo" -c -o file.o file.c; then mv -f--- filechooser.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT filechooser.o -MD -MP -MF ".deps/filechooser.Tpo" -c -o filechooser.--- gconf.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT gconf.o -MD -MP -MF ".deps/gconf.Tpo" -c -o gconf.o gconf.c; then m--- graph.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT graph.o -MD -MP -MF ".deps/graph.Tpo" -c -o graph.o graph.c; then m--- about.o --- v -f ".deps/about.Tpo" ".deps/about.Po"; else rm -f ".deps/about.Tpo"; exit 1; fi --- blanknode.o --- knode.c; then mv -f ".deps/blanknode.Tpo" ".deps/blanknode.Po"; else rm -f ".deps/blanknode.Tpo"; exit 1; fi --- browser.o --- then mv -f ".deps/browser.Tpo" ".deps/browser.Po"; else rm -f ".deps/browser.Tpo"; exit 1; fi --- checks.o --- en mv -f ".deps/checks.Tpo" ".deps/checks.Po"; else rm -f ".deps/checks.Tpo"; exit 1; fi --- datatype.o --- e.c; then mv -f ".deps/datatype.Tpo" ".deps/datatype.Po"; else rm -f ".deps/datatype.Tpo"; exit 1; fi --- dialog.o --- en mv -f ".deps/dialog.Tpo" ".deps/dialog.Po"; else rm -f ".deps/dialog.Tpo"; exit 1; fi --- download.o --- d.c; then mv -f ".deps/download.Tpo" ".deps/download.Po"; else rm -f ".deps/download.Tpo"; exit 1; fi --- edit.o --- ".deps/edit.Tpo" ".deps/edit.Po"; else rm -f ".deps/edit.Tpo"; exit 1; fi --- file.o --- ".deps/file.Tpo" ".deps/file.Po"; else rm -f ".deps/file.Tpo"; exit 1; fi --- filechooser.o --- o filechooser.c; then mv -f ".deps/filechooser.Tpo" ".deps/filechooser.Po"; else rm -f ".deps/filechooser.Tpo"; exit 1; fi --- gconf.o --- v -f ".deps/gconf.Tpo" ".deps/gconf.Po"; else rm -f ".deps/gconf.Tpo"; exit 1; fi --- graph.o --- v -f ".deps/graph.Tpo" ".deps/graph.Po"; else rm -f ".deps/graph.Tpo"; exit 1; fi --- help.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT help.o -MD -MP -MF ".deps/help.Tpo" -c -o help.o help.c; then mv -f ".deps/help.Tpo" ".deps/help.Po"; else rm -f ".deps/help.Tpo"; exit 1; fi --- blanknode.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from blanknode.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from blanknode.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from blanknode.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from blanknode.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- info.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT info.o -MD -MP -MF ".deps/info.Tpo" -c -o info.o info.c; then mv -f ".deps/info.Tpo" ".deps/info.Po"; else rm -f ".deps/info.Tpo"; exit 1; fi --- browser.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from browser.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from browser.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from browser.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from browser.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- init.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT init.o -MD -MP -MF ".deps/init.Tpo" -c -o init.o init.c; then mv -f ".deps/init.Tpo" ".deps/init.Po"; else rm -f ".deps/init.Tpo"; exit 1; fi --- help.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from help.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from help.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from help.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from help.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- js.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT js.o -MD -MP -MF ".deps/js.Tpo" -c -o js.o js.c; then mv -f ".deps/js.Tpo" ".deps/js.Po"; else rm -f ".deps/js.Tpo"; exit 1; fi --- graph.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from graph.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from graph.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from graph.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from graph.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- last.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT last.o -MD -MP -MF ".deps/last.Tpo" -c -o last.o last.c; then mv -f ".deps/last.Tpo" ".deps/last.Po"; else rm -f ".deps/last.Tpo"; exit 1; fi --- dialog.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from dialog.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from dialog.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from dialog.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from dialog.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- main.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi --- file.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from file.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from file.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from file.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from file.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- maker.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT maker.o -MD -MP -MF ".deps/maker.Tpo" -c -o maker.o maker.c; then mv -f ".deps/maker.Tpo" ".deps/maker.Po"; else rm -f ".deps/maker.Tpo"; exit 1; fi --- filechooser.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from filechooser.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from filechooser.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from filechooser.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from filechooser.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- merge.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT merge.o -MD -MP -MF ".deps/merge.Tpo" -c -o merge.o merge.c; then mv -f ".deps/merge.Tpo" ".deps/merge.Po"; else rm -f ".deps/merge.Tpo"; exit 1; fi --- about.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from about.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from about.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from about.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from about.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- module.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT module.o -MD -MP -MF ".deps/module.Tpo" -c -o module.o module.c; then mv -f ".deps/module.Tpo" ".deps/module.Po"; else rm -f ".deps/module.Tpo"; exit 1; fi --- checks.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from checks.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from checks.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from checks.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from checks.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- namespace.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT namespace.o -MD -MP -MF ".deps/namespace.Tpo" -c -o namespace.o namespace.c; then mv -f ".deps/namespace.Tpo" ".deps/namespace.Po"; else rm -f ".deps/namespace.Tpo"; exit 1; fi --- datatype.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from datatype.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from datatype.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from datatype.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from datatype.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- navigator.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT navigator.o -MD -MP -MF ".deps/navigator.Tpo" -c -o navigator.o navigator.c; then mv -f ".deps/navigator.Tpo" ".deps/navigator.Po"; else rm -f ".deps/navigator.Tpo"; exit 1; fi --- download.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from download.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from download.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from download.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from download.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- ntriples.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT ntriples.o -MD -MP -MF ".deps/ntriples.Tpo" -c -o ntriples.o ntriples.c; then mv -f ".deps/ntriples.Tpo" ".deps/ntriples.Po"; else rm -f ".deps/ntriples.Tpo"; exit 1; fi --- last.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from last.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from last.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from last.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from last.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- preferences.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT preferences.o -MD -MP -MF ".deps/preferences.Tpo" -c -o preferences.o preferences.c; then mv -f ".deps/preferences.Tpo" ".deps/preferences.Po"; else rm -f ".deps/preferences.Tpo"; exit 1; fi --- js.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from js.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from js.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from js.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from js.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- query.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT query.o -MD -MP -MF ".deps/query.Tpo" -c -o query.o query.c; then mv -f ".deps/query.Tpo" ".deps/query.Po"; else rm -f ".deps/query.Tpo"; exit 1; fi --- gconf.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from gconf.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from gconf.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from gconf.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from gconf.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- rdf.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT rdf.o -MD -MP -MF ".deps/rdf.Tpo" -c -o rdf.o rdf.c; then mv -f ".deps/rdf.Tpo" ".deps/rdf.Po"; else rm -f ".deps/rdf.Tpo"; exit 1; fi --- edit.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from edit.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from edit.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from edit.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from edit.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ edit.c: In function 'toggled_predicate': edit.c:980:14: warning: variable 'b_item' set but not used [-Wunused-but-set-variable] GtkWidget *b_item; ^~~~~~ edit.c: In function 'toggled_object': edit.c:1010:14: warning: variable 't_blanknode' set but not used [-Wunused-but-set-variable] GtkWidget *t_blanknode; ^~~~~~~~~~~ edit.c: In function 'check_item_compare': edit.c:2007:19: warning: variable 'id_b' set but not used [-Wunused-but-set-variable] gint len, id_a, id_b; ^~~~ edit.c:2007:13: warning: variable 'id_a' set but not used [-Wunused-but-set-variable] gint len, id_a, id_b; ^~~~ --- rdfs.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT rdfs.o -MD -MP -MF ".deps/rdfs.Tpo" -c -o rdfs.o rdfs.c; then mv -f ".deps/rdfs.Tpo" ".deps/rdfs.Po"; else rm -f ".deps/rdfs.Tpo"; exit 1; fi --- namespace.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from namespace.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from namespace.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from namespace.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from namespace.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- search.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT search.o -MD -MP -MF ".deps/search.Tpo" -c -o search.o search.c; then mv -f ".deps/search.Tpo" ".deps/search.Po"; else rm -f ".deps/search.Tpo"; exit 1; fi --- info.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from info.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from info.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from info.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from info.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- merge.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from merge.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from merge.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from merge.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from merge.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- splash.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT splash.o -MD -MP -MF ".deps/splash.Tpo" -c -o splash.o splash.c; then mv -f ".deps/splash.Tpo" ".deps/splash.Po"; else rm -f ".deps/splash.Tpo"; exit 1; fi --- template.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT template.o -MD -MP -MF ".deps/template.Tpo" -c -o template.o template.c; then mv -f ".deps/template.Tpo" ".deps/template.Po"; else rm -f ".deps/template.Tpo"; exit 1; fi --- init.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from init.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from init.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from init.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from init.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- textview.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT textview.o -MD -MP -MF ".deps/textview.Tpo" -c -o textview.o textview.c; then mv -f ".deps/textview.Tpo" ".deps/textview.Po"; else rm -f ".deps/textview.Tpo"; exit 1; fi --- ntriples.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from ntriples.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from ntriples.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from ntriples.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from ntriples.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- unredo.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT unredo.o -MD -MP -MF ".deps/unredo.Tpo" -c -o unredo.o unredo.c; then mv -f ".deps/unredo.Tpo" ".deps/unredo.Po"; else rm -f ".deps/unredo.Tpo"; exit 1; fi --- module.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from module.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from module.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from module.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from module.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ module.c: In function 'module_load': module.c:171:3: warning: 'g_module_build_path' is deprecated [-Wdeprecated-declarations] if (!(file = g_module_build_path (module_path (), name))) ^~ In file included from /usr/local/include/glib-2.0/gio/giomodule.h:31, from /usr/local/include/glib-2.0/gio/gio.h:102, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from module.c:25: /usr/local/include/glib-2.0/gmodule.h:142:23: note: declared here gchar* g_module_build_path (const gchar *directory, ^~~~~~~~~~~~~~~~~~~ --- update.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_IMAGE=\"/usr/local/share/morla/bootsplash.png\" -DPATH_ICON=\"/usr/local/share/morla/icons/64_color.png\" -DPATH_MODULE=\"/usr/local/lib/morla\" -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT update.o -MD -MP -MF ".deps/update.Tpo" -c -o update.o update.c; then mv -f ".deps/update.Tpo" ".deps/update.Po"; else rm -f ".deps/update.Tpo"; exit 1; fi --- navigator.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from navigator.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from navigator.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from navigator.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from navigator.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- maker.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from maker.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from maker.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from maker.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from maker.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- search.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from search.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from search.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from search.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from search.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ search.c: In function 'search': search.c:315:3: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] th = g_thread_create ((GThreadFunc) thread, data, FALSE, NULL); ^~ In file included from /usr/local/include/glib-2.0/glib.h:115, from editor.h:19, from search.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here GThread *g_thread_create (GThreadFunc func, ^~~~~~~~~~~~~~~ search.c:300:12: warning: variable 'th' set but not used [-Wunused-but-set-variable] GThread *th; ^~ --- main.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from main.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from main.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from main.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from main.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ main.c: In function 'main': main.c:288:3: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations] g_thread_init (NULL); ^~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:115, from editor.h:19, from main.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:267:10: note: declared here void g_thread_init (gpointer vtable); ^~~~~~~~~~~~~ --- rdfs.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from rdfs.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from rdfs.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from rdfs.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from rdfs.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ rdfs.c: In function 'cell_edited': rdfs.c:201:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gint column = (gint) (g_object_get_data (G_OBJECT (cell), "column")); ^ --- splash.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from splash.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from splash.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from splash.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from splash.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ splash.c: In function 'decorate_text': splash.c:362:8: warning: variable 'text_length' set but not used [-Wunused-but-set-variable] gint text_length = 0; ^~~~~~~~~~~ --- update.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from update.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from update.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from update.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from update.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ update.c: In function 'update_timer': update.c:213:3: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] update_mutex = g_mutex_new (); ^~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:115, from editor.h:19, from update.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:279:17: note: declared here GMutex * g_mutex_new (void); ^~~~~~~~~~~ update.c:214:3: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] th = g_thread_create ((GThreadFunc) thread, NULL, FALSE, NULL); ^~ In file included from /usr/local/include/glib-2.0/glib.h:115, from editor.h:19, from update.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here GThread *g_thread_create (GThreadFunc func, ^~~~~~~~~~~~~~~ update.c:207:12: warning: variable 'th' set but not used [-Wunused-but-set-variable] GThread *th; ^~ --- unredo.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from unredo.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from unredo.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from unredo.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from unredo.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ unredo.c: In function 'unredo_undo': unredo.c:143:29: warning: variable 'new' set but not used [-Wunused-but-set-variable] struct unredo_t *unredo, *new; ^~~ unredo.c: In function 'unredo_redo': unredo.c:168:29: warning: variable 'new' set but not used [-Wunused-but-set-variable] struct unredo_t *unredo, *new; ^~~ --- textview.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from textview.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from textview.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from textview.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from textview.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ textview.c: In function 'textview_textview_changed': textview.c:443:7: warning: 'g_completion_complete' is deprecated [-Wdeprecated-declarations] && (list = g_completion_complete (completion, word, NULL))) ^~ In file included from /usr/local/include/glib-2.0/glib.h:112, from editor.h:19, from textview.c:25: /usr/local/include/glib-2.0/glib/deprecated/gcompletion.h:70:14: note: declared here GList* g_completion_complete (GCompletion* cmp, ^~~~~~~~~~~~~~~~~~~~~ textview.c: In function 'textview_add_tag': textview.c:487:3: warning: 'g_completion_add_items' is deprecated [-Wdeprecated-declarations] g_completion_add_items (completion, list); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:112, from editor.h:19, from textview.c:25: /usr/local/include/glib-2.0/glib/deprecated/gcompletion.h:62:14: note: declared here void g_completion_add_items (GCompletion* cmp, ^~~~~~~~~~~~~~~~~~~~~~ textview.c: In function 'textview_new': textview.c:521:3: warning: 'g_completion_new' is deprecated [-Wdeprecated-declarations] completion = g_completion_new (NULL); ^~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:112, from editor.h:19, from textview.c:25: /usr/local/include/glib-2.0/glib/deprecated/gcompletion.h:60:14: note: declared here GCompletion* g_completion_new (GCompletionFunc func); ^~~~~~~~~~~~~~~~ textview.c:522:3: warning: 'g_completion_set_compare' is deprecated [-Wdeprecated-declarations] g_completion_set_compare (completion, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:112, from editor.h:19, from textview.c:25: /usr/local/include/glib-2.0/glib/deprecated/gcompletion.h:78:14: note: declared here void g_completion_set_compare (GCompletion *cmp, ^~~~~~~~~~~~~~~~~~~~~~~~ --- rdf.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from rdf.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from rdf.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from rdf.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from rdf.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ rdf.c: In function 'rdf_world': rdf.c:352:3: warning: 'GStaticMutex' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] static GStaticMutex mutex = G_STATIC_MUTEX_INIT; ^~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:115, from editor.h:19, from rdf.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:135:9: note: declared here typedef struct ^~~~~~ rdf.c:352:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_init" static GStaticMutex mutex = G_STATIC_MUTEX_INIT; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rdf.c:354:13: warning: Deprecated pre-processor symbol g_static_mutex_lock (&mutex); ^~~~~~~~~~~~~~~~~~~ rdf.c:354:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&mutex); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:115, from editor.h:19, from rdf.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:156:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rdf.c:354:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" g_static_mutex_lock (&mutex); ^~~~~~~~~~~~~~~~~~~ rdf.c:360:13: warning: Deprecated pre-processor symbol g_static_mutex_unlock (&mutex); ^~~~~~~~~~~~~~~~~~~~~~ rdf.c:360:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&mutex); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:115, from editor.h:19, from rdf.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:156:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rdf.c:360:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" g_static_mutex_unlock (&mutex); ^~~~~~~~~~~~~~~~~~~~~~ rdf.c:370:13: warning: Deprecated pre-processor symbol g_static_mutex_unlock (&mutex); ^~~~~~~~~~~~~~~~~~~~~ rdf.c:370:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&mutex); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:115, from editor.h:19, from rdf.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:156:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rdf.c:370:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" g_static_mutex_unlock (&mutex); ^~~~~~~~~~~~~~~~~~~~~ rdf.c: In function 'rdf_parse_thread': rdf.c:1286:3: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] th = g_thread_create ((GThreadFunc) thread, data, FALSE, NULL); ^~ In file included from /usr/local/include/glib-2.0/glib.h:115, from editor.h:19, from rdf.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here GThread *g_thread_create (GThreadFunc func, ^~~~~~~~~~~~~~~ rdf.c:1263:12: warning: variable 'th' set but not used [-Wunused-but-set-variable] GThread *th; ^~ --- query.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from query.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from query.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from query.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from query.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ query.c: In function 'query_set_change': query.c:596:52: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] g_object_set_data (G_OBJECT (buffer), "changed", (gpointer) value); ^ query.c: In function 'query_exec_real': query.c:727:3: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] th = g_thread_create ((GThreadFunc) query_exec_thread, data, FALSE, NULL); ^~ In file included from /usr/local/include/glib-2.0/glib.h:115, from editor.h:19, from query.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here GThread *g_thread_create (GThreadFunc func, ^~~~~~~~~~~~~~~ query.c:701:12: warning: variable 'th' set but not used [-Wunused-but-set-variable] GThread *th; ^~ query.c: In function 'query_prepare': query.c:1406:31: warning: passing argument 1 of 'raptor_new_uri' from incompatible pointer type [-Wincompatible-pointer-types] base_uri = raptor_new_uri (rasqal, uri_string); ^~~~~~ In file included from /usr/local/include/librdf.h:31, from /usr/local/include/redland.h:30, from editor.h:30, from query.c:25: /usr/local/include/raptor2/raptor2.h:1299:13: note: expected 'raptor_world *' {aka 'struct raptor_world_s *'} but argument is of type 'rasqal_world *' {aka 'struct rasqal_world_s *'} raptor_uri* raptor_new_uri(raptor_world* world, const unsigned char *uri_string); ^~~~~~~~~~~~~~ query.c:1426:34: warning: passing argument 1 of 'rasqal_world_set_log_handler' from incompatible pointer type [-Wincompatible-pointer-types] rasqal_world_set_log_handler (query, NULL, query_rasqal_error); ^~~~~ In file included from /usr/local/include/librdf.h:33, from /usr/local/include/redland.h:30, from editor.h:30, from query.c:25: /usr/local/include/rasqal/rasqal.h:1161:49: note: expected 'rasqal_world *' {aka 'struct rasqal_world_s *'} but argument is of type 'rasqal_query *' {aka 'struct rasqal_query_s *'} void rasqal_world_set_log_handler(rasqal_world* world, void *user_data, raptor_log_handler handler); ~~~~~~~~~~~~~~^~~~~ query.c:1426:47: warning: passing argument 3 of 'rasqal_world_set_log_handler' from incompatible pointer type [-Wincompatible-pointer-types] rasqal_world_set_log_handler (query, NULL, query_rasqal_error); ^~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/librdf.h:33, from /usr/local/include/redland.h:30, from editor.h:30, from query.c:25: /usr/local/include/rasqal/rasqal.h:1161:92: note: expected 'raptor_log_handler' {aka 'void (*)(void *, struct *)'} but argument is of type 'void (*)(void *, raptor_locator *, const char *)' {aka 'void (*)(void *, struct *, const char *)'} void rasqal_world_set_log_handler(rasqal_world* world, void *user_data, raptor_log_handler handler); ~~~~~~~~~~~~~~~~~~~^~~~~~~ At top level: query.c:1344:1: warning: 'query_rasqal_warning' defined but not used [-Wunused-function] query_rasqal_warning (void *data, raptor_locator * locator, ^~~~~~~~~~~~~~~~~~~~ --- preferences.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from preferences.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from preferences.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from preferences.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from preferences.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- template.o --- In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from editor.h:22, from template.c:25: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:26, from /usr/local/include/glib-2.0/gobject/gbinding.h:31, from /usr/local/include/glib-2.0/glib-object.h:24, from /usr/local/include/glib-2.0/gio/gioenums.h:30, from /usr/local/include/glib-2.0/gio/giotypes.h:30, from /usr/local/include/glib-2.0/gio/gio.h:28, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from editor.h:22, from template.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from editor.h:22, from template.c:25: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:34, from /usr/local/include/glib-2.0/glib.h:32, from editor.h:19, from template.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ template.c: In function 'template_parse_input': template.c:776:37: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if (!visible && (!max_cardinality > 0 || min_cardinality != 1)) ^ template.c:776:20: note: add parentheses around left hand side expression to silence this warning if (!visible && (!max_cardinality > 0 || min_cardinality != 1)) ^~~~~~~~~~~~~~~~ ( ) template.c: In function 'template_open': template.c:1898:14: warning: variable 'button_subject' set but not used [-Wunused-but-set-variable] GtkWidget *button_subject; ^~~~~~~~~~~~~~ template.c: In function 'template_widget_check': template.c:2887:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (gboolean) g_object_get_data (G_OBJECT (widget), "min_cardinality"); ^ template.c: In function 'template_widget_create_default_toggled': template.c:4686:14: warning: variable 't_blanknode' set but not used [-Wunused-but-set-variable] GtkWidget *t_blanknode; ^~~~~~~~~~~ template.c: In function 'template_widget_create': template.c:5218:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (gpointer) input->min_cardinality); ^ template.c: In function 'template_run': template.c:5406:2: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (gint) g_object_get_data (G_OBJECT (widget), ^ template.c:5640:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (gpointer) automatic); ^ template.c: In function 'template_edit_set_sort_func': template.c:5712:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gint mca = (gboolean) g_object_get_data (G_OBJECT (a), "min_cardinality"); ^ template.c:5713:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gint mcb = (gboolean) g_object_get_data (G_OBJECT (b), "min_cardinality"); ^ template.c: In function 'template_edit': template.c:6027:14: warning: variable 'button_subject' set but not used [-Wunused-but-set-variable] GtkWidget *button_subject; ^~~~~~~~~~~~~~ --- morla --- /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -L/usr/local/lib -L/usr/local/lib -lgthread-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfontconfig -lfreetype -lxslt -lxml2 -lnxml -lcurl -L/usr/local/lib -lrasqal -lraptor2 -L/usr/local/lib -lrdf -o morla about.o blanknode.o browser.o checks.o datatype.o dialog.o download.o edit.o file.o filechooser.o gconf.o graph.o help.o info.o init.o js.o last.o main.o maker.o merge.o module.o namespace.o navigator.o ntriples.o preferences.o query.o rdf.o rdfs.o search.o splash.o template.o textview.o unredo.o update.o mkdir .libs cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -Wl,--export-dynamic -pthread -o morla about.o blanknode.o browser.o checks.o datatype.o dialog.o download.o edit.o file.o filechooser.o gconf.o graph.o help.o info.o init.o js.o last.o main.o maker.o merge.o module.o namespace.o navigator.o ntriples.o preferences.o query.o rdf.o rdfs.o search.o splash.o template.o textview.o unredo.o update.o -L/usr/local/lib -lgthread-2.0 -lgmodule-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfontconfig -lfreetype -lxslt -lxml2 -lnxml -lcurl -lrasqal /usr/local/lib/libraptor2.so -lrdf -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib Making all in icons Making all in docs Making all in modules --- test.lo --- if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT test.lo -MD -MP -MF ".deps/test.Tpo" -c -o test.lo test.c; then mv -f ".deps/test.Tpo" ".deps/test.Plo"; else rm -f ".deps/test.Tpo"; exit 1; fi mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT test.lo -MD -MP -MF .deps/test.Tpo -c test.c -fPIC -DPIC -o .libs/test.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -MT test.lo -MD -MP -MF .deps/test.Tpo -c test.c -o test.o >/dev/null 2>&1 --- libmorla_test.la --- /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libxml2 -I/usr/local/include/rasqal -I/usr/local/include/raptor2 -I/usr/local/include -I/usr/local/include/raptor2 -I/usr/local/include/rasqal -Wall -DDOT_CMD=\"/usr/local/bin/dot\" -L/usr/local/lib -L/usr/local/lib -lgthread-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfontconfig -lfreetype -lxslt -lxml2 -lnxml -lcurl -L/usr/local/lib -lrasqal -lraptor2 -L/usr/local/lib -lrdf -o libmorla_test.la -rpath /usr/local/lib/morla -module -avoid-version test.lo cc -shared .libs/test.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -lgthread-2.0 -lgmodule-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfontconfig -lfreetype -lxslt -lxml2 -lnxml -lcurl -lrasqal /usr/local/lib/libraptor2.so -lrdf -pthread -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libmorla_test.so -o .libs/libmorla_test.so ar cru .libs/libmorla_test.a test.o /usr/libexec/binutils234/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libmorla_test.a creating libmorla_test.la (cd .libs && rm -f libmorla_test.la && ln -s ../libmorla_test.la libmorla_test.la) SUCCEEDED 00:00:16 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> morla-0.16.1_13 depends on executable: dot - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for morla-0.16.1_13 ===> morla-0.16.1_13 depends on executable: dot - found ===> Generating temporary packing list Making install in po if test -r ".././mkinstalldirs"; then .././mkinstalldirs /construction/editors/morla/stage/usr/local/share; else /bin/sh ../mkinstalldirs /construction/editors/morla/stage/usr/local/share; fi installing it.gmo as /construction/editors/morla/stage/usr/local/share/locale/it/LC_MESSAGES/morla.mo if test "morla" = "glib"; then if test -r ".././mkinstalldirs"; then .././mkinstalldirs /construction/editors/morla/stage/usr/local/share/glib-2.0/gettext/po; else /bin/sh ../mkinstalldirs /construction/editors/morla/stage/usr/local/share/glib-2.0/gettext/po; fi; install -m 0644 ./Makefile.in.in /construction/editors/morla/stage/usr/local/share/glib-2.0/gettext/po/Makefile.in.in; else : ; fi Making install in src test -z "/usr/local/bin" || /bin/sh ../mkinstalldirs "/construction/editors/morla/stage/usr/local/bin" /bin/sh ../libtool --mode=install install -s -m 555 'morla' '/construction/editors/morla/stage/usr/local/bin/morla' install -m 555 -s morla /construction/editors/morla/stage/usr/local/bin/morla test -z "/usr/local/include" || /bin/sh ../mkinstalldirs "/construction/editors/morla/stage/usr/local/include" install -m 0644 'morla-module.h' '/construction/editors/morla/stage/usr/local/include/morla-module.h' Making install in icons test -z "/usr/local/share/morla/icons" || /bin/sh ../mkinstalldirs "/construction/editors/morla/stage/usr/local/share/morla/icons" mkdir /construction/editors/morla/stage/usr/local/share/morla mkdir /construction/editors/morla/stage/usr/local/share/morla/icons install -m 0644 '128_BN.png' '/construction/editors/morla/stage/usr/local/share/morla/icons/128_BN.png' install -m 0644 '128_color.png' '/construction/editors/morla/stage/usr/local/share/morla/icons/128_color.png' install -m 0644 '32_BN.png' '/construction/editors/morla/stage/usr/local/share/morla/icons/32_BN.png' install -m 0644 '32_color.png' '/construction/editors/morla/stage/usr/local/share/morla/icons/32_color.png' install -m 0644 '64_BN.png' '/construction/editors/morla/stage/usr/local/share/morla/icons/64_BN.png' install -m 0644 '64_color.png' '/construction/editors/morla/stage/usr/local/share/morla/icons/64_color.png' install -m 0644 '700_color.png' '/construction/editors/morla/stage/usr/local/share/morla/icons/700_color.png' Making install in docs Making install in modules test -z "/usr/local/lib/morla" || /bin/sh ../mkinstalldirs "/construction/editors/morla/stage/usr/local/lib/morla" mkdir /construction/editors/morla/stage/usr/local/lib/morla /bin/sh ../libtool --mode=install /usr/bin/install -c 'libmorla_test.la' '/construction/editors/morla/stage/usr/local/lib/morla/libmorla_test.la' /usr/bin/install -c .libs/libmorla_test.so /construction/editors/morla/stage/usr/local/lib/morla/libmorla_test.so /usr/bin/install -c .libs/libmorla_test.lai /construction/editors/morla/stage/usr/local/lib/morla/libmorla_test.la /usr/bin/install -c .libs/libmorla_test.a /construction/editors/morla/stage/usr/local/lib/morla/libmorla_test.a chmod 644 /construction/editors/morla/stage/usr/local/lib/morla/libmorla_test.a ranlib /construction/editors/morla/stage/usr/local/lib/morla/libmorla_test.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib/morla' test -z "/usr/local/lib/morla" || /bin/sh ../mkinstalldirs "/construction/editors/morla/stage/usr/local/lib/morla" install -m 0644 'index.xml' '/construction/editors/morla/stage/usr/local/lib/morla/index.xml' test -z "/usr/local/share/morla" || /bin/sh ./mkinstalldirs "/construction/editors/morla/stage/usr/local/share/morla" install -m 0644 'bootsplash.png' '/construction/editors/morla/stage/usr/local/share/morla/bootsplash.png' test -z "/usr/local/man/man1" || /bin/sh ./mkinstalldirs "/construction/editors/morla/stage/usr/local/man/man1" install -m 0644 './morla.1' '/construction/editors/morla/stage/usr/local/man/man1/morla.1' ====> Compressing man pages (compress-man) ===> Installing ldconfig configuration file ====> Running Q/A tests (stage-qa) Warning: 'lib/morla/libmorla_test.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Error: /usr/local/bin/morla is linked to /usr/local/lib/libcairo.so.2 from graphics/cairo but it is not declared as a dependency Warning: you need USE_GNOME+=cairo Error: /usr/local/bin/morla is linked to /usr/local/lib/libgdk_pixbuf-2.0.so.0 from graphics/gdk-pixbuf2 but it is not declared as a dependency Warning: you need USE_GNOME+=gdkpixbuf2 Error: /usr/local/bin/morla is linked to /usr/local/lib/libharfbuzz.so.0 from print/harfbuzz but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libharfbuzz.so:print/harfbuzz Error: /usr/local/bin/morla is linked to /usr/local/lib/libfontconfig.so.1 from x11-fonts/fontconfig but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfontconfig.so:x11-fonts/fontconfig Error: /usr/local/bin/morla is linked to /usr/local/lib/libfreetype.so.6 from print/freetype2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfreetype.so:print/freetype2 Error: /usr/local/bin/morla is linked to /usr/local/lib/librasqal.so.3 from textproc/rasqal but it is not declared as a dependency Warning: you need LIB_DEPENDS+=librasqal.so:textproc/rasqal Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libXrender.so.1 from x11/libXrender but it is not declared as a dependency Warning: you need USE_XORG+=xrender Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libXinerama.so.1 from x11/libXinerama but it is not declared as a dependency Warning: you need USE_XORG+=xinerama Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libXi.so.6 from x11/libXi but it is not declared as a dependency Warning: you need USE_XORG+=xi Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libXrandr.so.2 from x11/libXrandr but it is not declared as a dependency Warning: you need USE_XORG+=xrandr Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libXcursor.so.1 from x11/libXcursor but it is not declared as a dependency Warning: you need USE_XORG+=xcursor Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libXcomposite.so.1 from x11/libXcomposite but it is not declared as a dependency Warning: you need USE_XORG+=xcomposite Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libXdamage.so.1 from x11/libXdamage but it is not declared as a dependency Warning: you need USE_XORG+=xdamage Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libXfixes.so.3 from x11/libXfixes but it is not declared as a dependency Warning: you need USE_XORG+=xfixes Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libpixman-1.so.0 from x11/pixman but it is not declared as a dependency Warning: you need USE_XORG+=pixman Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libEGL.so.1 from graphics/libglvnd but it is not declared as a dependency Warning: you need USE_GL+=egl Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libpng16.so.16 from graphics/png but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpng16.so:graphics/png Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libxcb-shm.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libxcb.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libxcb-render.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libGL.so.1 from graphics/libglvnd but it is not declared as a dependency Warning: you need USE_GL+=gl Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libfribidi.so.0 from converters/fribidi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfribidi.so:converters/fribidi Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libthai.so.0 from devel/libthai but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libthai.so:devel/libthai Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libffi.so.8 from devel/libffi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libffi.so:devel/libffi Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libiconv.so.2 from converters/libiconv but it is not declared as a dependency Warning: you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit depending on needs Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libpcre2-8.so.0 from devel/pcre2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpcre2-8.so:devel/pcre2 Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libgraphite2.so.3 from graphics/graphite2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgraphite2.so:graphics/graphite2 Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libexpat.so.1 from textproc/expat2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libexpat.so:textproc/expat2 Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libbrotlidec.so.1 from archivers/brotli but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libbrotlidec.so:archivers/brotli Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libnghttp2.so.14 from www/libnghttp2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libnghttp2.so:www/libnghttp2 Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libssh2.so.1 from security/libssh2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libssh2.so:security/libssh2 Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libpsl.so.5 from dns/libpsl but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpsl.so:dns/libpsl Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libssl.so.11 from security/openssl but it is not declared as a dependency Warning: you need USES=ssl Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libcrypto.so.11 from security/openssl but it is not declared as a dependency Warning: you need USES=ssl Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libpcre.so.1 from devel/pcre but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpcre.so:devel/pcre Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libicuuc.so.73 from devel/icu but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libicuuc.so:devel/icu Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libicudata.so.73 from devel/icu but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libicudata.so:devel/icu Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libyajl.so.2 from devel/yajl but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libyajl.so:devel/yajl Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libdb-5.3.so.0 from databases/db5 but it is not declared as a dependency Warning: you need USES+=bdb Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libGLdispatch.so.0 from graphics/libglvnd but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libGLdispatch.so:graphics/libglvnd Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libXau.so.6 from x11/libXau but it is not declared as a dependency Warning: you need USE_XORG+=xau Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libXdmcp.so.6 from x11/libXdmcp but it is not declared as a dependency Warning: you need USE_XORG+=xdmcp Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libGLX.so.0 from graphics/libglvnd but it is not declared as a dependency Warning: you need USE_GL+=gl Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libdatrie.so.1 from devel/libdatrie but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdatrie.so:devel/libdatrie Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libbrotlicommon.so.1 from archivers/brotli but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libbrotlicommon.so:archivers/brotli Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libidn2.so.0 from dns/libidn2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libidn2.so:dns/libidn2 Error: /usr/local/lib/morla/libmorla_test.so is linked to /usr/local/lib/libunistring.so.5 from devel/libunistring but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libunistring.so:devel/libunistring Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues: - - REINPLACE_CMD ran, but did not modify file contents: configure SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for morla-0.16.1_13 file sizes/checksums [17]: 0% file sizes/checksums [17]: 100% Service unavailablepacking files [17]: 0% packing files [17]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:01:23