------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libtextstyle-0.20.2.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gettext-tools-0.20.2.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/p5-XML-Parser-2.44.txz Installing /packages/All/intltool-0.51.0_1.txz Installing /packages/All/pkgconf-1.6.3,1.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/atk-2.28.1.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/dbus-1.12.16.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.18.1_1.txz Installing /packages/All/gobject-introspection-1.56.1,1.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.7_3.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/nettle-3.5.1_1.txz Installing /packages/All/libtasn1-4.16.0.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- 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/p11-kit-0.23.20.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_2.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_2: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.13.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.2.13.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/png-1.6.37.txz Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/shared-mime-info-1.10_2.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- 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/site/index.html, if documentation was installed). Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.6.5.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/fribidi-0.19.7.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/pciids-20200421.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-19.0.8.txz ===== Message from mesa-libs-19.0.8: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/pixman-0.40.0.txz Installing /packages/All/cairo-1.16.0,2.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.3_4.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/dejavu-2.37_1.txz ===== 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.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/pango-1.42.4_3.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/gtk-update-icon-cache-2.24.32.txz Installing /packages/All/gtk2-2.24.32.txz Installing /packages/All/qstat-2.14.txz SUCCEEDED 00:00:44 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The xqf 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://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> xqf-1.0.5_11 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The xqf 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://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> xqf-1.0.5_11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xqf-1.0.5_11 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The xqf 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://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> xqf-1.0.5_11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xqf-1.0.5_11 for building => SHA256 Checksum OK for xqf-1.0.5.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The xqf 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://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> xqf-1.0.5_11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xqf-1.0.5_11 for building ===> Extracting for xqf-1.0.5_11 => SHA256 Checksum OK for xqf-1.0.5.tar.gz. Extracted Memory Use: 3.82M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for xqf-1.0.5_11 ===> Applying ports patches for xqf-1.0.5_11 ===> Cleanly applied ports patch(es) patch-src-debug.h patch-src__country-filter.h patch-src__trayicon.c ===> Applying dragonfly patches for xqf-1.0.5_11 ===> Cleanly applied dragonfly patch(es) patch-src_xqf.map SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> xqf-1.0.5_11 depends on executable: msgfmt - found ===> xqf-1.0.5_11 depends on package: gmake>=4.3 - found ===> xqf-1.0.5_11 depends on file: /usr/local/bin/intltool-extract - found ===> xqf-1.0.5_11 depends on package: pkgconf>=1.3.0_1 - found ===> xqf-1.0.5_11 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> xqf-1.0.5_11 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> xqf-1.0.5_11 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> xqf-1.0.5_11 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> xqf-1.0.5_11 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> xqf-1.0.5_11 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> xqf-1.0.5_11 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> xqf-1.0.5_11 depends on executable: msgfmt - found ===> xqf-1.0.5_11 depends on package: gmake>=4.3 - found ===> xqf-1.0.5_11 depends on file: /usr/local/bin/intltool-extract - found ===> xqf-1.0.5_11 depends on package: pkgconf>=1.3.0_1 - found ===> xqf-1.0.5_11 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xqf-1.0.5_11 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> xqf-1.0.5_11 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> xqf-1.0.5_11 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> xqf-1.0.5_11 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> xqf-1.0.5_11 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> xqf-1.0.5_11 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> Configuring for xqf-1.0.5_11 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking for intltool >= 0.25... 0.34.1 found checking for perl... /usr/local/bin/perl checking for XML::Parser... ok checking for iconv... /usr/bin/iconv checking for msgfmt... /usr/local/bin/msgfmt checking for msgmerge... /usr/local/bin/msgmerge checking for xgettext... /usr/local/bin/xgettext checking for style of include used by gmake... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for egrep... grep -E 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 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 for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for catalogs to be installed... ca da de es fi fr pl ru 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 ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for library containing strerror... none required checking whether ln -s works... yes checking for ranlib... ranlib checking for ANSI C header files... (cached) yes checking whether GTK 2 should be used... yes checking pkg-config is at least version 0.9.0... yes checking for PACKAGE... yes checking qstat version... 2.14 checking for zlib.h... (cached) yes checking for crc32 in -lz... yes checking GeoIP.h usability... no checking GeoIP.h presence... no checking for GeoIP.h... no checking whether GeoIP should be used... yes checking whether a GeoIP dummy library should be used... no configure: WARNING: GeoIP.h not found, GeoIP feature disabled checking whether a GDK-Pixbuf dummy library should be used... no configure: creating link config.h -> src/gnuconfig.h checking whether profiling is requested... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/xpm/Makefile config.status: creating src/zip/Makefile config.status: creating src/tga/Makefile config.status: creating docs/Makefile config.status: creating pixmaps/Makefile config.status: creating pixmaps/flags/Makefile config.status: creating pixmaps/trayicon/Makefile config.status: creating xqf.spec config.status: creating po/Makefile.in config.status: creating src/gnuconfig.h config.status: executing intltool commands config.status: executing depfiles commands config.status: executing default-1 commands SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for xqf-1.0.5_11 gmake[1]: Entering directory '/construction/games/xqf/xqf-1.0.5' Making all in po gmake[2]: Entering directory '/construction/games/xqf/xqf-1.0.5/po' file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po gmake[2]: Leaving directory '/construction/games/xqf/xqf-1.0.5/po' Making all in src gmake[2]: Entering directory '/construction/games/xqf/xqf-1.0.5/src' gmake all-recursive gmake[3]: Entering directory '/construction/games/xqf/xqf-1.0.5/src' Making all in xpm gmake[4]: Entering directory '/construction/games/xqf/xqf-1.0.5/src/xpm' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src/xpm' Making all in zip gmake[4]: Entering directory '/construction/games/xqf/xqf-1.0.5/src/zip' if cc -DHAVE_CONFIG_H -I. -I. -I../../src -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT unzip.o -MD -MP -MF ".deps/unzip.Tpo" -c -o unzip.o unzip.c; \ then mv -f ".deps/unzip.Tpo" ".deps/unzip.Po"; else rm -f ".deps/unzip.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../../src -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT ioapi.o -MD -MP -MF ".deps/ioapi.Tpo" -c -o ioapi.o ioapi.c; \ then mv -f ".deps/ioapi.Tpo" ".deps/ioapi.Po"; else rm -f ".deps/ioapi.Tpo"; exit 1; fi rm -f libunzip.a ar cru libunzip.a unzip.o ioapi.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib libunzip.a gmake[4]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src/zip' Making all in tga gmake[4]: Entering directory '/construction/games/xqf/xqf-1.0.5/src/tga' if cc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../intl -I../../src -DLOCALEDIR=\"\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT memtopixmap.o -MD -MP -MF ".deps/memtopixmap.Tpo" -c -o memtopixmap.o memtopixmap.c; \ then mv -f ".deps/memtopixmap.Tpo" ".deps/memtopixmap.Po"; else rm -f ".deps/memtopixmap.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../intl -I../../src -DLOCALEDIR=\"\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT tga.o -MD -MP -MF ".deps/tga.Tpo" -c -o tga.o tga.c; \ then mv -f ".deps/tga.Tpo" ".deps/tga.Po"; else rm -f ".deps/tga.Tpo"; exit 1; fi memtopixmap.c: In function 'renderMemToGtkPixmap': memtopixmap.c:164:2: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] gdk_pixbuf_unref(pixbuf); ^~~~~~~~~~~~~~~~ In file included from /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /usr/local/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/local/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/local/include/gtk-2.0/gdk/gdk.h:33, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from memtopixmap.c:23: /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:232:12: note: declared here void gdk_pixbuf_unref (GdkPixbuf *pixbuf); ^~~~~~~~~~~~~~~~ memtopixmap.c:165:2: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] gdk_pixbuf_unref(pixbuf_tmp); ^~~~~~~~~~~~~~~~ In file included from /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /usr/local/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/local/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/local/include/gtk-2.0/gdk/gdk.h:33, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from memtopixmap.c:23: /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:232:12: note: declared here void gdk_pixbuf_unref (GdkPixbuf *pixbuf); ^~~~~~~~~~~~~~~~ rm -f libtga.a ar cru libtga.a memtopixmap.o tga.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib libtga.a gmake[4]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src/tga' gmake[4]: Entering directory '/construction/games/xqf/xqf-1.0.5/src' if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT addmaster.o -MD -MP -MF ".deps/addmaster.Tpo" -c -o addmaster.o addmaster.c; \ then mv -f ".deps/addmaster.Tpo" ".deps/addmaster.Po"; else rm -f ".deps/addmaster.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT addserver.o -MD -MP -MF ".deps/addserver.Tpo" -c -o addserver.o addserver.c; \ then mv -f ".deps/addserver.Tpo" ".deps/addserver.Po"; else rm -f ".deps/addserver.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT config.o -MD -MP -MF ".deps/config.Tpo" -c -o config.o config.c; \ then mv -f ".deps/config.Tpo" ".deps/config.Po"; else rm -f ".deps/config.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT country-filter.o -MD -MP -MF ".deps/country-filter.Tpo" -c -o country-filter.o country-filter.c; \ then mv -f ".deps/country-filter.Tpo" ".deps/country-filter.Po"; else rm -f ".deps/country-filter.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT debug.o -MD -MP -MF ".deps/debug.Tpo" -c -o debug.o debug.c; \ then mv -f ".deps/debug.Tpo" ".deps/debug.Po"; else rm -f ".deps/debug.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT dialogs.o -MD -MP -MF ".deps/dialogs.Tpo" -c -o dialogs.o dialogs.c; \ then mv -f ".deps/dialogs.Tpo" ".deps/dialogs.Po"; else rm -f ".deps/dialogs.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT dns.o -MD -MP -MF ".deps/dns.Tpo" -c -o dns.o dns.c; \ then mv -f ".deps/dns.Tpo" ".deps/dns.Po"; else rm -f ".deps/dns.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT filter.o -MD -MP -MF ".deps/filter.Tpo" -c -o filter.o filter.c; \ then mv -f ".deps/filter.Tpo" ".deps/filter.Po"; else rm -f ".deps/filter.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT flt-player.o -MD -MP -MF ".deps/flt-player.Tpo" -c -o flt-player.o flt-player.c; \ then mv -f ".deps/flt-player.Tpo" ".deps/flt-player.Po"; else rm -f ".deps/flt-player.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT game.o -MD -MP -MF ".deps/game.Tpo" -c -o game.o game.c; \ then mv -f ".deps/game.Tpo" ".deps/game.Po"; else rm -f ".deps/game.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT history.o -MD -MP -MF ".deps/history.Tpo" -c -o history.o history.c; \ then mv -f ".deps/history.Tpo" ".deps/history.Po"; else rm -f ".deps/history.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT host.o -MD -MP -MF ".deps/host.Tpo" -c -o host.o host.c; \ then mv -f ".deps/host.Tpo" ".deps/host.Po"; else rm -f ".deps/host.Tpo"; exit 1; fi config.c: In function 'find_key': config.c:132:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp (secname, section->name) == 0) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from config.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ config.c:155:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp (keyname, key->name) == 0) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from config.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ config.c: In function 'key_in_section': config.c:186:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp (keyname, key->name) == 0) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from config.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ config.c: In function 'config_get_bool_with_default': config.c:571:3: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (val && !g_strcasecmp (val, "true")) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from config.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ addmaster.c: In function 'master_check_master_addr_prefix': addmaster.c:59:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] master_addr= gtk_entry_get_text(GTK_ENTRY (GTK_COMBO ^ addmaster.c:63:3: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if (g_strncasecmp(master_addr, master_prefixes[current_master_query_type], ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.h:25, from addmaster.c:25: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ addmaster.c: In function 'master_type_radio_callback': addmaster.c:167:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] master_name = gtk_entry_get_text(GTK_ENTRY (GTK_COMBO ^ addmaster.c: In function 'master_address_from_history_selected_callback': addmaster.c:193:15: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] char* str = gtk_entry_get_text( GTK_ENTRY (GTK_COMBO (master_addr_combo)->entry)); ^~~~~~~~~~~~~~~~~~ game.c: In function 'id2type': game.c:267:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp (id, games[i].id) == 0) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.c:34: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ game.c:272:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp (id, games[i].qstat_str) == 0) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.c:34: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ game.c:277:3: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp (id, "RWS" ) == 0) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.c:34: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ game.c:282:3: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp (id, "QW") == 0) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.c:34: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ game.c:284:3: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp (id, "Q2") == 0) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.c:34: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ game.c: In function 'quake_parse_server': game.c:615:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (*(token[offs])) /* if map is not empty */ ^~ game.c:617:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(server->map) g_strdown(server->map); ^~ game.c:617:5: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.c:34: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ game.c: In function 'un_analyze_serverinfo': game.c:708:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] else if ((g_strcasecmp (*info_ptr, "password") == 0 || g_strcasecmp (*info_ptr, "gamepassword") == 0 ) && ^~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.c:34: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ game.c:708:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] else if ((g_strcasecmp (*info_ptr, "password") == 0 || g_strcasecmp (*info_ptr, "gamepassword") == 0 ) && ^~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.c:34: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ game.c:709:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] ( g_strcasecmp(info_ptr[1],"false") && strcmp(info_ptr[1],"0") ) ) ^ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.c:34: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ game.c: In function 'q3_analyze_serverinfo': game.c:1565:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] else if (g_strcasecmp (*info_ptr, "sv_privateClients") == 0) { ^~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.c:34: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ game.c: In function 'q3_exec': game.c:2471:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if(!g_strcasecmp(con->s->game, g->main_mod[i])) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.c:34: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ game.c:2319:25: warning: variable 'pd' set but not used [-Wunused-but-set-variable] struct quake_private* pd = NULL; ^~ game.c: In function 'get_custom_arguments': game.c:3361:7: warning: variable 'n' set but not used [-Wunused-but-set-variable] int n; ^ filter.c: In function 'server_filter_vars_copy': filter.c:214:12: warning: unused variable 'i' [-Wunused-variable] unsigned i; ^ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT launch.o -MD -MP -MF ".deps/launch.Tpo" -c -o launch.o launch.c; \ then mv -f ".deps/launch.Tpo" ".deps/launch.Po"; else rm -f ".deps/launch.Tpo"; exit 1; fi flt-player.c: In function 'player_filter': flt-player.c:111:18: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] g_strcasecmp (p->name, pp->data) == 0) || ^~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 flt-player.c:29: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ flt-player.c: In function 'player_pattern_compile': flt-player.c:192:7: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] g_strdown (pp->data); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 flt-player.c:29: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT menus.o -MD -MP -MF ".deps/menus.Tpo" -c -o menus.o menus.c; \ then mv -f ".deps/menus.Tpo" ".deps/menus.Po"; else rm -f ".deps/menus.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT pixmaps.o -MD -MP -MF ".deps/pixmaps.Tpo" -c -o pixmaps.o pixmaps.c; \ then mv -f ".deps/pixmaps.Tpo" ".deps/pixmaps.Po"; else rm -f ".deps/pixmaps.Tpo"; exit 1; fi flt-player.c: In function 'player_filter_add_player': flt-player.c:994:36: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] g_strcasecmp (pattern, pp->pattern) == 0) { ^~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 flt-player.c:29: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ flt-player.c: In function 'player_filter_save_patterns': flt-player.c:1244:29: warning: pointer targets in passing argument 2 of 'print_dq_string' differ in signedness [-Wpointer-sign] print_dq_string (f, pp->pattern); ~~^~~~~~~~~ In file included from flt-player.c:36: utils.h:50:13: note: expected 'const unsigned char *' but argument is of type 'char *' extern void print_dq_string (FILE *f, const unsigned char *str); ^~~~~~~~~~~~~~~ flt-player.c:1246:29: warning: pointer targets in passing argument 2 of 'print_dq_string' differ in signedness [-Wpointer-sign] print_dq_string (f, pp->comment); ~~^~~~~~~~~ In file included from flt-player.c:36: utils.h:50:13: note: expected 'const unsigned char *' but argument is of type 'char *' extern void print_dq_string (FILE *f, const unsigned char *str); ^~~~~~~~~~~~~~~ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT pref.o -MD -MP -MF ".deps/pref.Tpo" -c -o pref.o pref.c; \ then mv -f ".deps/pref.Tpo" ".deps/pref.Po"; else rm -f ".deps/pref.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT psearch.o -MD -MP -MF ".deps/psearch.Tpo" -c -o psearch.o psearch.c; \ then mv -f ".deps/psearch.Tpo" ".deps/psearch.Po"; else rm -f ".deps/psearch.Tpo"; exit 1; fi host.c: In function 'host_hash_func': host.c:52:7: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] ptr = (char *) &ip->s_addr; ^ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT rc.o -MD -MP -MF ".deps/rc.Tpo" -c -o rc.o rc.c; \ then mv -f ".deps/rc.Tpo" ".deps/rc.Po"; else rm -f ".deps/rc.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT rcon.o -MD -MP -MF ".deps/rcon.Tpo" -c -o rcon.o rcon.c; \ then mv -f ".deps/rcon.Tpo" ".deps/rcon.Po"; else rm -f ".deps/rcon.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT server.o -MD -MP -MF ".deps/server.Tpo" -c -o server.o server.c; \ then mv -f ".deps/server.Tpo" ".deps/server.Po"; else rm -f ".deps/server.Tpo"; exit 1; fi pref.c: In function 'compare_slist_strings': pref.c:482:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] res = g_strcasecmp (str1, str2); ^~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 pref.c:31: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ pref.c: In function 'verify_q3_settings': pref.c:638:7: warning: variable 'cg_precachedmodels' set but not used [-Wunused-but-set-variable] int cg_precachedmodels = 0; ^~~~~~~~~~~~~~~~~~ pref.c: In function 'doom3_detect_version': pref.c:886:15: warning: variable 'attrproto' set but not used [-Wunused-but-set-variable] const char* attrproto; ^~~~~~~~~ filter.c: In function 'filter_quick_set': filter.c:2208:5: warning: 'strncpy' specified bound 512 equals destination size [-Wstringop-truncation] strncpy(quick_filter_str, str, sizeof(quick_filter_str)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pref.c: At top level: pref.c:2305:2: warning: #warning FIXME: memleak, use strchr instead [-Wcpp] #warning FIXME: memleak, use strchr instead ^~~~~~~ pref.c: In function 'add_custom_args_defaults': pref.c:2347:16: warning: variable 'g' set but not used [-Wunused-but-set-variable] struct game *g; ^ pref.c: In function 'add_custom_args_callback': pref.c:2404:16: warning: variable 'g' set but not used [-Wunused-but-set-variable] struct game *g; ^ pref.c: In function 'delete_custom_args_callback': pref.c:2451:16: warning: variable 'g' set but not used [-Wunused-but-set-variable] struct game *g; ^ pref.c: In function 'generic_game_frame': pref.c:2520:16: warning: variable 'g' set but not used [-Wunused-but-set-variable] struct game *g; ^ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT skin.o -MD -MP -MF ".deps/skin.Tpo" -c -o skin.o skin.c; \ then mv -f ".deps/skin.Tpo" ".deps/skin.Po"; else rm -f ".deps/skin.Tpo"; exit 1; fi pref.c: In function 'launchinfo_toggled_callback': pref.c:3613:7: warning: variable 'val' set but not used [-Wunused-but-set-variable] int val; ^~~ pref.c: In function 'prelaunchexec_toggled_callback': pref.c:3619:7: warning: variable 'val' set but not used [-Wunused-but-set-variable] int val; ^~~ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT skin_pcx.o -MD -MP -MF ".deps/skin_pcx.Tpo" -c -o skin_pcx.o skin_pcx.c; \ then mv -f ".deps/skin_pcx.Tpo" ".deps/skin_pcx.Po"; else rm -f ".deps/skin_pcx.Tpo"; exit 1; fi pref.c: In function 'prefs_load': pref.c:5089:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] newversion = g_strcasecmp (oldversion, XQF_VERSION); ^~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 pref.c:31: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ psearch.c: In function 'psearch_test_player': psearch.c:60:11: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] g_strcasecmp (p->name, psearch.data) == 0) || ^~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 psearch.c:25: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ psearch.c: In function 'psearch_compile_pattern': psearch.c:128:7: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] g_strdown (psearch.data); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 psearch.c:25: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT sort.o -MD -MP -MF ".deps/sort.Tpo" -c -o sort.o sort.c; \ then mv -f ".deps/sort.Tpo" ".deps/sort.Po"; else rm -f ".deps/sort.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT source.o -MD -MP -MF ".deps/source.Tpo" -c -o source.o source.c; \ then mv -f ".deps/source.Tpo" ".deps/source.Po"; else rm -f ".deps/source.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT srv-info.o -MD -MP -MF ".deps/srv-info.Tpo" -c -o srv-info.o srv-info.c; \ then mv -f ".deps/srv-info.Tpo" ".deps/srv-info.Po"; else rm -f ".deps/srv-info.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT srv-list.o -MD -MP -MF ".deps/srv-list.Tpo" -c -o srv-list.o srv-list.c; \ then mv -f ".deps/srv-list.Tpo" ".deps/srv-list.Po"; else rm -f ".deps/srv-list.Tpo"; exit 1; fi skin.c: In function 'get_qw_skin': skin.c:280:3: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (skinlen > 4 && g_strcasecmp (skin + skinlen - 4, ".pcx") == 0) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 skin.c:24: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ skin.c:285:7: warning: pointer targets in assignment from 'char *' to 'guchar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] pcx = read_skin_pcx (filename, FALSE); ^ skin.c: In function 'get_q2_skin': skin.c:310:7: warning: pointer targets in assignment from 'char *' to 'guchar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] pcx = read_skin_pcx (filename, TRUE); ^ skin.c:301:7: warning: variable 'skinlen' set but not used [-Wunused-but-set-variable] int skinlen; ^~~~~~~ server.c: In function 'server_hash_func': server.c:55:7: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] ptr = (char *) &h->ip.s_addr; ^ srv-info.c: In function 'srvinf_ctree_set_server': srv-info.c:538:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (s->game && (!g_strcasecmp (s->game, "ctf") || ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:539:40: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp (s->game, "starwars"))) { ^ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:543:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] else if (s->game && !g_strcasecmp (s->game, "fortress")) { ^~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:552:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if (s->game && !g_strncasecmp (s->game, "gxmod", 5)) { ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ srv-info.c:556:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] else if (s->game && !g_strncasecmp (s->game, "xatrix", 6)) { ^~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ srv-info.c:560:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] else if (s->game && !g_strncasecmp (s->game, "rogue", 5)) { ^~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ srv-info.c:569:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if (s->game && !g_strncasecmp (s->game, "lmctf", 5)) { ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ srv-info.c:575:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if (s->game && !g_strncasecmp (s->game, "lmctf", 5)) { ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ srv-info.c:581:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if (s->game && !g_strncasecmp (s->game, "expert", 6)) { ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ srv-info.c:587:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if (s->game && (!g_strncasecmp (s->game, "gxmod", 5) || ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ srv-info.c:588:46: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp (s->game, "gx"))) { ^ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:594:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if (s->game && !g_strncasecmp (s->game, "gxmod", 5)) { ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ srv-info.c:600:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (s->game && !g_strcasecmp (s->game, "wf")) { ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:609:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (s->game && !g_strcasecmp (s->game, "generations")) { ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:612:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] else if (s->game && !g_strcasecmp (s->game, "freeze")) { ^~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:620:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] else if (info[0] && !g_strcasecmp (info[0], "g_allowvote")) { ^~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:621:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (s->game && !g_strcasecmp (s->game, "q3ut3")) { ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:625:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] else if (info[0] && !g_strcasecmp (info[0], "g_gear")) { ^~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:626:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (s->game && !g_strcasecmp (s->game, "q3ut3")) { ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:631:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (s->game && !g_strcasecmp (s->game, "generations")) { ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:638:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (info[0] && !g_strcasecmp (info[0], "g_voteFlags")) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:645:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (info[0] && !g_strcasecmp (info[0], "voteflags")) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ srv-info.c:653:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (info[0] && !g_strcasecmp (info[0], "mutator")) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from srv-info.c:23: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT srv-prop.o -MD -MP -MF ".deps/srv-prop.Tpo" -c -o srv-prop.o srv-prop.c; \ then mv -f ".deps/srv-prop.Tpo" ".deps/srv-prop.Po"; else rm -f ".deps/srv-prop.Tpo"; exit 1; fi source.c: In function 'find_master_server': source.c:212:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp (m->hostname, addr)) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 source.c:32: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ source.c:215:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp (games[m->type].id, str)) // list file in new format ^ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 source.c:32: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ source.c:224:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp (games[m->type].id, str)) ^ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 source.c:32: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ source.c: In function 'unify_url': source.c:282:3: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] g_strdown (unified); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 source.c:32: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ source.c: In function 'read_list_parse_master': source.c:374:3: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (favorites && !g_strcasecmp (str, favorites->name)) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 source.c:32: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ source.c: In function 'master_add_server': source.c:448:7: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] g_strdown (addr); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 source.c:32: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ source.c: In function 'update_master_list_action': source.c:1252:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp (token[0], ACTION_ADD) == 0) { ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 source.c:32: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ source.c:1257:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] else if (g_strcasecmp (token[0], ACTION_DELETE) == 0) { ^~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 source.c:32: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ source.c: In function 'load_master_list': source.c:1366:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] user = (g_strcasecmp (tmp+1, "USER") == 0); ^~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 source.c:32: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ source.c: In function 'get_master_query_type_from_address': source.c:1642:5: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if(!g_strncasecmp( address, master_prefixes[type], ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 source.c:32: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ srv-list.c: In function 'player_clist_refresh_row': srv-list.c:335:55: warning: iteration 5 invokes undefined behavior [-Waggressive-loop-optimizations] gtk_clist_set_text (player_clist, row, col, text[col]); ~~~~^~~~~ srv-list.c:334:5: note: within this loop for (col = 1; col < 7; col++) { ^~~ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT stat.o -MD -MP -MF ".deps/stat.Tpo" -c -o stat.o stat.c; \ then mv -f ".deps/stat.Tpo" ".deps/stat.Po"; else rm -f ".deps/stat.Tpo"; exit 1; fi sort.c: In function 'compare_strings': sort.c:39:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] res = g_strcasecmp (str1, str2); ^~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 sort.c:22: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT statistics.o -MD -MP -MF ".deps/statistics.Tpo" -c -o statistics.o statistics.c; \ then mv -f ".deps/statistics.Tpo" ".deps/statistics.Po"; else rm -f ".deps/statistics.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT trayicon.o -MD -MP -MF ".deps/trayicon.Tpo" -c -o trayicon.o trayicon.c; \ then mv -f ".deps/trayicon.Tpo" ".deps/trayicon.Po"; else rm -f ".deps/trayicon.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.c; \ then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT xqf.o -MD -MP -MF ".deps/xqf.Tpo" -c -o xqf.o xqf.c; \ then mv -f ".deps/xqf.Tpo" ".deps/xqf.Po"; else rm -f ".deps/xqf.Tpo"; exit 1; fi srv-prop.c: In function 'server_passwords_page': srv-prop.c:701:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] if (!games[s->type].flags & GAME_RCON && !games[s->type].flags & GAME_ADMIN) ^~~~~~~~~~~~~~~~~~~~~ srv-prop.c:701:44: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] if (!games[s->type].flags & GAME_RCON && !games[s->type].flags & GAME_ADMIN) ^~~~~~~~~~~~~~~~~~~~~ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT xqf-ui.o -MD -MP -MF ".deps/xqf-ui.Tpo" -c -o xqf-ui.o xqf-ui.c; \ then mv -f ".deps/xqf-ui.Tpo" ".deps/xqf-ui.Po"; else rm -f ".deps/xqf-ui.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT xutils.o -MD -MP -MF ".deps/xutils.Tpo" -c -o xutils.o xutils.c; \ then mv -f ".deps/xutils.Tpo" ".deps/xutils.Po"; else rm -f ".deps/xutils.Tpo"; exit 1; fi statistics.c: In function 'identify_cpu': statistics.c:168:3: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] g_strdown(str); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from statistics.c:31: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ statistics.c: In function 'identify_os': statistics.c:195:3: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] g_strdown(str); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from statistics.c:31: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ statistics.c: In function 'collect_statistics': statistics.c:297:4: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp (info[0], games[s->type].arch_identifier) == 0) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf-ui.h:22, from statistics.c:31: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xqf.c: In function 'prepare_new_server_to_favorites': xqf.c:1561:5: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] g_strdown (addr); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 xqf.c:45: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT zipped.o -MD -MP -MF ".deps/zipped.Tpo" -c -o zipped.o zipped.c; \ then mv -f ".deps/zipped.Tpo" ".deps/zipped.Po"; else rm -f ".deps/zipped.Tpo"; exit 1; fi xqf.c: At top level: xqf.c:2931:11: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers] NULL, &file_menu_items, ^ xqf.c:2936:11: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers] NULL, &edit_menu_items, ^ xqf.c:2941:11: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers] NULL, &view_menu_items, ^ xqf.c:2946:11: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers] NULL, &server_menu_items, ^ xqf.c:2951:11: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers] NULL, &preferences_menu_items, ^ xqf.c:2963:11: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers] NULL, &help_menu_items, ^ In file included from /usr/local/include/gtk-2.0/gtk/gtkcalendar.h:40, from /usr/local/include/gtk-2.0/gtk/gtk.h:53, from xqf.c:45: xqf.c: In function 'populate_main_window': /usr/local/include/gtk-2.0/gtk/gtksignal.h:51:47: warning: passing argument 3 of 'gtk_signal_connect_full' from incompatible pointer type [-Wincompatible-pointer-types] gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~ xqf.c:3557:3: note: in expansion of macro 'gtk_signal_connect' gtk_signal_connect(GTK_OBJECT(entry), "changed", quick_filter_entry_changed, NULL); ^~~~~~~~~~~~~~~~~~ /usr/local/include/gtk-2.0/gtk/gtksignal.h:123:23: note: expected 'GCallback' {aka 'void (*)(void)'} but argument is of type 'void (*)(GtkWidget *, void *)' {aka 'void (*)(struct _GtkWidget *, void *)'} GCallback func, ~~~~~~~~~~~~~~~^~~~ utils.c: In function 'find_game_dir': utils.c:671:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(name, game)) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 utils.c:38: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT redial.o -MD -MP -MF ".deps/redial.Tpo" -c -o redial.o redial.c; \ then mv -f ".deps/redial.Tpo" ".deps/redial.Po"; else rm -f ".deps/redial.Tpo"; exit 1; fi trayicon.c: In function 'xlib_window_is_viewable': trayicon.c:688:25: warning: pointer targets in passing argument 6 of 'XQueryTree' differ in signedness [-Wpointer-sign] &parent, &children, &nchildren)) ^~~~~~~~~~ In file included from /usr/local/include/gtk-2.0/gdk/gdkx.h:32, from trayicon.c:55: /usr/local/include/X11/Xlib.h:3017:15: note: expected 'unsigned int *' but argument is of type 'int *' extern Status XQueryTree( ^~~~~~~~~~ xqf-ui.c: In function 'clist_set_sort_column': xqf-ui.c:369:45: warning: operation on '(cldef->cols + (sizetype)((long unsigned int)column * 56))->current_sort_mode' may be undefined [-Wsequence-point] cldef->cols[column].current_sort_mode = ++cldef->cols[column].current_sort_mode%DIMOF(cldef->cols[column].sort_mode); ^ stat.c: In function 'parse_savage_master_output': stat.c:195:27: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] unsigned char* ip = conn->buf+off; ^~~~ stat.c: In function 'parse_master_output': stat.c:371:2: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] g_strdown (addr); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 stat.c:36: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ stat.c: In function 'stat_master_input_callback': stat.c:394:2: warning: #warning ugly hack for savage, make master handling more generic! [-Wcpp] #warning ugly hack for savage, make master handling more generic! ^~~~~~~ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT q3maps.o -MD -MP -MF ".deps/q3maps.Tpo" -c -o q3maps.o q3maps.c; \ then mv -f ".deps/q3maps.Tpo" ".deps/q3maps.Po"; else rm -f ".deps/q3maps.Tpo"; exit 1; fi xutils.c: In function 'window_set_icon': xutils.c:53:5: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] gdk_pixbuf_unref (pixbuf); ^~~~~~~~~~~~~~~~ In file included from /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /usr/local/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/local/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/local/include/gtk-2.0/gdk/gdk.h:33, from /usr/local/include/gtk-2.0/gdk/gdkprivate.h:30, from /usr/local/include/gtk-2.0/gdk/gdkx.h:30, from xutils.c:22: /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:232:12: note: declared here void gdk_pixbuf_unref (GdkPixbuf *pixbuf); ^~~~~~~~~~~~~~~~ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT utmaps.o -MD -MP -MF ".deps/utmaps.Tpo" -c -o utmaps.o utmaps.c; \ then mv -f ".deps/utmaps.Tpo" ".deps/utmaps.Po"; else rm -f ".deps/utmaps.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT loadpixmap.o -MD -MP -MF ".deps/loadpixmap.Tpo" -c -o loadpixmap.o loadpixmap.c; \ then mv -f ".deps/loadpixmap.Tpo" ".deps/loadpixmap.Po"; else rm -f ".deps/loadpixmap.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -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 q3maps.c: In function 'findmaps_pak': q3maps.c:125:6: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] g_strdown(mapname); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ q3maps.c:84:9: warning: variable 'numpackfiles' set but not used [-Wunused-but-set-variable] int numpackfiles; ^~~~~~~~~~~~ q3maps.c: In function 'is_q3_mapshot': q3maps.c:172:5: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if(g_strncasecmp(name,"levelshots/",11)) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ q3maps.c:175:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(name+strlen(name)-4,".jpg") ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c:176:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] || !g_strcasecmp(name+strlen(name)-4,".tga")) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c: In function 'is_q3_map': q3maps.c:187:5: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strncasecmp(name,"maps/",5) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ q3maps.c:188:6: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] && !g_strcasecmp(name+strlen(name)-4,".bsp")) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c:190:2: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] const char* basename = g_basename(name); ^~~~~ In file included from /usr/local/include/glib-2.0/glib.h:48, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gfileutils.h:163:14: note: declared here const gchar *g_basename (const gchar *file_name); ^~~~~~~~~~ q3maps.c: In function 'is_doom3_mapshot': q3maps.c:199:5: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if(g_strncasecmp(name,"guis/assets/splash/",19)) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ q3maps.c:202:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(name+strlen(name)-4,".jpg") ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c:203:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] || !g_strcasecmp(name+strlen(name)-4,".tga")) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c: In function 'is_doom3_map': q3maps.c:213:5: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strncasecmp(name,"maps/game/",10) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ q3maps.c:214:6: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] && !g_strcasecmp(name+strlen(name)-4,".map")) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c:216:2: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] const char* basename = g_basename(name); ^~~~~ In file included from /usr/local/include/glib-2.0/glib.h:48, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gfileutils.h:163:14: note: declared here const gchar *g_basename (const gchar *file_name); ^~~~~~~~~~ q3maps.c: In function 'is_quake4_mapshot': q3maps.c:225:5: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if(g_strncasecmp(name,"gfx/guis/loadscreens/",21)) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ q3maps.c:228:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(name+strlen(name)-4,".jpg") ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c:229:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] || !g_strcasecmp(name+strlen(name)-4,".tga")) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c: In function 'is_quake4_map': q3maps.c:239:5: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strncasecmp(name,"maps/",5) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ q3maps.c:240:6: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] && !g_strcasecmp(name+strlen(name)-4,".map")) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c:242:2: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] const char* basename = g_basename(name); ^~~~~ In file included from /usr/local/include/glib-2.0/glib.h:48, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gfileutils.h:163:14: note: declared here const gchar *g_basename (const gchar *file_name); ^~~~~~~~~~ q3maps.c: In function 'if_map_insert': q3maps.c:255:2: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] g_strdown(name); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ q3maps.c: In function 'quake_contains_dir': q3maps.c:351:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if(level == 1 && len > 4 && !g_strcasecmp(name+len-4,"maps")) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c:353:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if(level == 1 && len > 10 && !g_strcasecmp(name+len-10,"levelshots")) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c: In function 'quake_contains_file': q3maps.c:363:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] && !g_strcasecmp(name+strlen(name)-4,".pak") ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c:369:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] && !g_strcasecmp(name+strlen(name)-4,".bsp") ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c:372:2: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] const char* basename = g_basename(name); ^~~~~ In file included from /usr/local/include/glib-2.0/glib.h:48, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gfileutils.h:163:14: note: declared here const gchar *g_basename (const gchar *file_name); ^~~~~~~~~~ q3maps.c:374:2: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] g_strdown(mapname); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ q3maps.c: In function 'q3_contains_file': q3maps.c:391:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] && !g_strcasecmp(name+strlen(name)-4,".pk3") ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c: In function '_doom3_contains_file': q3maps.c:412:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] && !g_strcasecmp(name+strlen(name)-4,".pk4") ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ q3maps.c: In function 'doom3_lookup_map': q3maps.c:550:5: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] if(g_hash_table_lookup(maphash,g_basename(mapname))) ^~ In file included from /usr/local/include/glib-2.0/glib.h:48, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gfileutils.h:163:14: note: declared here const gchar *g_basename (const gchar *file_name); ^~~~~~~~~~ q3maps.c: In function 'doom3_lookup_mapshot': q3maps.c:657:12: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] struct q3mapinfo* mi = g_hash_table_lookup(maphash,g_basename(mapname)); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:48, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gfileutils.h:163:14: note: declared here const gchar *g_basename (const gchar *file_name); ^~~~~~~~~~ q3maps.c: In function 'process_levelshots': q3maps.c:678:2: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] mapbase = g_basename(mi->levelshot); ^~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:48, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gfileutils.h:163:14: note: declared here const gchar *g_basename (const gchar *file_name); ^~~~~~~~~~ q3maps.c:680:2: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] g_strdown(mapname); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from q3maps.c:30: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ utmaps.c: In function 'findutmaps_dir': utmaps.c:72:6: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] mod=g_strdup(g_basename(curdir)); ^~~ In file included from /usr/local/include/glib-2.0/glib.h:48, from utmaps.c:29: /usr/local/include/glib-2.0/glib/gfileutils.h:163:14: note: declared here const gchar *g_basename (const gchar *file_name); ^~~~~~~~~~ utmaps.c:116:4: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] && !g_strcasecmp(dire->d_name+strlen(dire->d_name)-strlen(suffix),suffix)) ^~ In file included from /usr/local/include/glib-2.0/glib.h:79, from utmaps.c:29: /usr/local/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ utmaps.c:120:7: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations] g_strdown(mapname); ^~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:79, from utmaps.c:29: /usr/local/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here gchar* g_strdown (gchar *string); ^~~~~~~~~ if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT scripts.o -MD -MP -MF ".deps/scripts.Tpo" -c -o scripts.o scripts.c; \ then mv -f ".deps/scripts.Tpo" ".deps/scripts.Po"; else rm -f ".deps/scripts.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/xqf\" -DPIXMAPSDIR=\"/usr/local/share/pixmaps\" -DCOMPRESSOR_BZIP2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -D_THREAD_SAFE -DGTK_ENABLE_BROKEN=1 -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -MT test_utils.o -MD -MP -MF ".deps/test_utils.Tpo" -c -o test_utils.o test_utils.c; \ then mv -f ".deps/test_utils.Tpo" ".deps/test_utils.Po"; else rm -f ".deps/test_utils.Tpo"; exit 1; fi loadpixmap.c: In function 'load_pixmap_as_pixmap': loadpixmap.c:220:5: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] gdk_pixbuf_unref(pixbuf); ^~~~~~~~~~~~~~~~ In file included from /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /usr/local/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/local/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/local/include/gtk-2.0/gdk/gdk.h:33, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from loadpixmap.c:31: /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:232:12: note: declared here void gdk_pixbuf_unref (GdkPixbuf *pixbuf); ^~~~~~~~~~~~~~~~ In file included from /usr/local/include/gtk-2.0/gtk/gtkcalendar.h:40, from /usr/local/include/gtk-2.0/gtk/gtk.h:53, from game.h:25, from scripts.c:27: scripts.c: In function 'scripts_config_page': /usr/local/include/gtk-2.0/gtk/gtksignal.h:51:47: warning: passing argument 3 of 'gtk_signal_connect_full' from incompatible pointer type [-Wincompatible-pointer-types] gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~ scripts.c:625:3: note: in expansion of macro 'gtk_signal_connect' gtk_signal_connect (GTK_OBJECT (button), ^~~~~~~~~~~~~~~~~~ /usr/local/include/gtk-2.0/gtk/gtksignal.h:123:23: note: expected 'GCallback' {aka 'void (*)(void)'} but argument is of type 'void (*)(GtkWidget *, void *)' {aka 'void (*)(struct _GtkWidget *, void *)'} GCallback func, ~~~~~~~~~~~~~~~^~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -o test_utils test_utils.o utils.o debug.o -lintl ../src/zip/libunzip.a ../src/tga/libtga.a -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lz -L/usr/local/lib -lX11 scripts.c: In function 'install_file_dialog_ok_callback': scripts.c:886:5: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] snprintf(dest, sizeof(dest), "%s/%s", (const char*)scriptdirs->data, g_basename(filename)); ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:48, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.h:25, from scripts.c:27: /usr/local/include/glib-2.0/glib/gfileutils.h:163:14: note: declared here const gchar *g_basename (const gchar *file_name); ^~~~~~~~~~ scripts.c:900:5: warning: 'g_basename' is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations] g_datalist_remove_data(&scriptdata, g_basename(filename)); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:48, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, 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 game.h:25, from scripts.c:27: /usr/local/include/glib-2.0/glib/gfileutils.h:163:14: note: declared here const gchar *g_basename (const gchar *file_name); ^~~~~~~~~~ scripts.c: In function 'install_button_callback': scripts.c:908:35: warning: passing argument 2 of 'file_dialog' from incompatible pointer type [-Wincompatible-pointer-types] file_dialog(_("Select Script"), install_file_dialog_ok_callback, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from scripts.c:35: dialogs.h:46:12: note: expected 'GtkSignalFunc' {aka 'void (*)(void)'} but argument is of type 'void (*)(GtkWidget *, void *)' {aka 'void (*)(struct _GtkWidget *, void *)'} GtkWidget* file_dialog(const char *title, GtkSignalFunc ok_callback, gpointer data); ^~~~~~~~~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -o xqf -Wl,-rpath,/usr/local/lib/xqf -Wl,--export-dynamic -Wl,--version-script=../src/xqf.map addmaster.o addserver.o config.o country-filter.o debug.o dialogs.o dns.o filter.o flt-player.o game.o history.o host.o launch.o menus.o pixmaps.o pref.o psearch.o rc.o rcon.o server.o skin.o skin_pcx.o sort.o source.o srv-info.o srv-list.o srv-prop.o stat.o statistics.o trayicon.o utils.o xqf.o xqf-ui.o xutils.o zipped.o redial.o q3maps.o utmaps.o loadpixmap.o splash.o scripts.o -lintl ../src/zip/libunzip.a ../src/tga/libtga.a -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lz -L/usr/local/lib -lX11 gmake[4]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src' gmake[3]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src' gmake[2]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src' Making all in docs gmake[2]: Entering directory '/construction/games/xqf/xqf-1.0.5/docs' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/construction/games/xqf/xqf-1.0.5/docs' Making all in pixmaps gmake[2]: Entering directory '/construction/games/xqf/xqf-1.0.5/pixmaps' Making all in flags gmake[3]: Entering directory '/construction/games/xqf/xqf-1.0.5/pixmaps/flags' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/construction/games/xqf/xqf-1.0.5/pixmaps/flags' Making all in trayicon gmake[3]: Entering directory '/construction/games/xqf/xqf-1.0.5/pixmaps/trayicon' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/construction/games/xqf/xqf-1.0.5/pixmaps/trayicon' gmake[3]: Entering directory '/construction/games/xqf/xqf-1.0.5/pixmaps' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/construction/games/xqf/xqf-1.0.5/pixmaps' gmake[2]: Leaving directory '/construction/games/xqf/xqf-1.0.5/pixmaps' gmake[2]: Entering directory '/construction/games/xqf/xqf-1.0.5' LC_ALL=C ./intltool-merge -d -u -c ./po/.intltool-merge-cache ./po xqf.desktop.in xqf.desktop Generating and caching the translation database Merging translations into xqf.desktop. gmake[2]: Leaving directory '/construction/games/xqf/xqf-1.0.5' gmake[1]: Leaving directory '/construction/games/xqf/xqf-1.0.5' SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> xqf-1.0.5_11 depends on executable: qstat - found ===> xqf-1.0.5_11 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for xqf-1.0.5_11 ===> xqf-1.0.5_11 depends on executable: qstat - found ===> xqf-1.0.5_11 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/games/xqf/xqf-1.0.5' Making install in po gmake[2]: Entering directory '/construction/games/xqf/xqf-1.0.5/po' if test -n ""; then \ /construction/games/xqf/stage/usr/local/share; \ else \ /bin/sh ../mkinstalldirs /construction/games/xqf/stage/usr/local/share; \ fi installing ca.gmo as /construction/games/xqf/stage/usr/local/share/locale/ca/LC_MESSAGES/xqf.mo installing da.gmo as /construction/games/xqf/stage/usr/local/share/locale/da/LC_MESSAGES/xqf.mo installing de.gmo as /construction/games/xqf/stage/usr/local/share/locale/de/LC_MESSAGES/xqf.mo installing es.gmo as /construction/games/xqf/stage/usr/local/share/locale/es/LC_MESSAGES/xqf.mo installing fi.gmo as /construction/games/xqf/stage/usr/local/share/locale/fi/LC_MESSAGES/xqf.mo installing fr.gmo as /construction/games/xqf/stage/usr/local/share/locale/fr/LC_MESSAGES/xqf.mo installing pl.gmo as /construction/games/xqf/stage/usr/local/share/locale/pl/LC_MESSAGES/xqf.mo installing ru.gmo as /construction/games/xqf/stage/usr/local/share/locale/ru/LC_MESSAGES/xqf.mo if test "xqf" = "glib"; then \ if test -n ""; then \ /construction/games/xqf/stage/usr/local/share/glib-2.0/gettext/po; \ else \ /bin/sh ../mkinstalldirs /construction/games/xqf/stage/usr/local/share/glib-2.0/gettext/po; \ fi; \ install -m 0644 ./Makefile.in.in \ /construction/games/xqf/stage/usr/local/share/glib-2.0/gettext/po/Makefile.in.in; \ else \ : ; \ fi gmake[2]: Leaving directory '/construction/games/xqf/xqf-1.0.5/po' Making install in src gmake[2]: Entering directory '/construction/games/xqf/xqf-1.0.5/src' Making install in xpm gmake[3]: Entering directory '/construction/games/xqf/xqf-1.0.5/src/xpm' gmake[4]: Entering directory '/construction/games/xqf/xqf-1.0.5/src/xpm' gmake[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/share/xqf/default/flags" || /bin/sh ../../mkinstalldirs "/construction/games/xqf/stage/usr/local/share/xqf/default/flags" mkdir /construction/games/xqf/stage/usr/local/share/xqf mkdir /construction/games/xqf/stage/usr/local/share/xqf/default mkdir /construction/games/xqf/stage/usr/local/share/xqf/default/flags install -m 0644 'lan.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/lan.png' gmake[4]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src/xpm' gmake[3]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src/xpm' Making install in zip gmake[3]: Entering directory '/construction/games/xqf/xqf-1.0.5/src/zip' gmake[4]: Entering directory '/construction/games/xqf/xqf-1.0.5/src/zip' gmake[4]: Nothing to be done for 'install-exec-am'. gmake[4]: Nothing to be done for 'install-data-am'. gmake[4]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src/zip' gmake[3]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src/zip' Making install in tga gmake[3]: Entering directory '/construction/games/xqf/xqf-1.0.5/src/tga' gmake[4]: Entering directory '/construction/games/xqf/xqf-1.0.5/src/tga' gmake[4]: Nothing to be done for 'install-exec-am'. gmake[4]: Nothing to be done for 'install-data-am'. gmake[4]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src/tga' gmake[3]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src/tga' gmake[3]: Entering directory '/construction/games/xqf/xqf-1.0.5/src' gmake[4]: Entering directory '/construction/games/xqf/xqf-1.0.5/src' test -z "/usr/local/bin" || /bin/sh ../mkinstalldirs "/construction/games/xqf/stage/usr/local/bin" install -s -m 555 'xqf' '/construction/games/xqf/stage/usr/local/bin/xqf' test -z "/usr/local/lib/xqf" || /bin/sh ../mkinstalldirs "/construction/games/xqf/stage/usr/local/lib/xqf" mkdir /construction/games/xqf/stage/usr/local/lib/xqf test -z "/usr/local/share/xqf" || /bin/sh ../mkinstalldirs "/construction/games/xqf/stage/usr/local/share/xqf" install -m 0644 'qstat.cfg' '/construction/games/xqf/stage/usr/local/share/xqf/qstat.cfg' gmake[4]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src' gmake[3]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src' gmake[2]: Leaving directory '/construction/games/xqf/xqf-1.0.5/src' Making install in docs gmake[2]: Entering directory '/construction/games/xqf/xqf-1.0.5/docs' gmake[3]: Entering directory '/construction/games/xqf/xqf-1.0.5/docs' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/construction/games/xqf/xqf-1.0.5/docs' gmake[2]: Leaving directory '/construction/games/xqf/xqf-1.0.5/docs' Making install in pixmaps gmake[2]: Entering directory '/construction/games/xqf/xqf-1.0.5/pixmaps' Making install in flags gmake[3]: Entering directory '/construction/games/xqf/xqf-1.0.5/pixmaps/flags' gmake[4]: Entering directory '/construction/games/xqf/xqf-1.0.5/pixmaps/flags' gmake[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/share/xqf/default/flags" || /bin/sh ../../mkinstalldirs "/construction/games/xqf/stage/usr/local/share/xqf/default/flags" install -m 0644 'ae.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ae.png' install -m 0644 'ag.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ag.png' install -m 0644 'ar.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ar.png' install -m 0644 'at.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/at.png' install -m 0644 'au.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/au.png' install -m 0644 'az.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/az.png' install -m 0644 'ba.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ba.png' install -m 0644 'bb.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/bb.png' install -m 0644 'bd.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/bd.png' install -m 0644 'be.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/be.png' install -m 0644 'bg.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/bg.png' install -m 0644 'bh.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/bh.png' install -m 0644 'bo.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/bo.png' install -m 0644 'br.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/br.png' install -m 0644 'by.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/by.png' install -m 0644 'ca.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ca.png' install -m 0644 'ch.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ch.png' install -m 0644 'cl.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/cl.png' install -m 0644 'cn.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/cn.png' install -m 0644 'co.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/co.png' install -m 0644 'cr.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/cr.png' install -m 0644 'cu.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/cu.png' install -m 0644 'cz.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/cz.png' install -m 0644 'de.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/de.png' install -m 0644 'dj.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/dj.png' install -m 0644 'dk.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/dk.png' install -m 0644 'do.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/do.png' install -m 0644 'dz.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/dz.png' install -m 0644 'ec.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ec.png' install -m 0644 'ee.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ee.png' install -m 0644 'eg.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/eg.png' install -m 0644 'es.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/es.png' install -m 0644 'fi.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/fi.png' install -m 0644 'fr.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/fr.png' install -m 0644 'gb.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/gb.png' install -m 0644 'gd.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/gd.png' install -m 0644 'gh.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/gh.png' install -m 0644 'gr.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/gr.png' install -m 0644 'gt.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/gt.png' install -m 0644 'hn.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/hn.png' install -m 0644 'hr.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/hr.png' install -m 0644 'hu.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/hu.png' install -m 0644 'id.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/id.png' install -m 0644 'ie.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ie.png' install -m 0644 'il.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/il.png' install -m 0644 'in.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/in.png' install -m 0644 'iq.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/iq.png' install -m 0644 'ir.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ir.png' install -m 0644 'is.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/is.png' install -m 0644 'it.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/it.png' install -m 0644 'jm.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/jm.png' install -m 0644 'jo.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/jo.png' install -m 0644 'jp.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/jp.png' install -m 0644 'kn.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/kn.png' install -m 0644 'kp.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/kp.png' install -m 0644 'kr.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/kr.png' install -m 0644 'kw.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/kw.png' install -m 0644 'lb.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/lb.png' install -m 0644 'lc.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/lc.png' install -m 0644 'lt.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/lt.png' install -m 0644 'lu.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/lu.png' install -m 0644 'lv.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/lv.png' install -m 0644 'ly.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ly.png' install -m 0644 'ma.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ma.png' install -m 0644 'mk.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/mk.png' install -m 0644 'mt.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/mt.png' install -m 0644 'mx.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/mx.png' install -m 0644 'ni.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ni.png' install -m 0644 'nl.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/nl.png' install -m 0644 'no.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/no.png' install -m 0644 'nz.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/nz.png' install -m 0644 'om.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/om.png' install -m 0644 'pa.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/pa.png' install -m 0644 'pe.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/pe.png' install -m 0644 'pl.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/pl.png' install -m 0644 'ps.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ps.png' install -m 0644 'pt.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/pt.png' install -m 0644 'py.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/py.png' install -m 0644 'qa.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/qa.png' install -m 0644 'ro.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ro.png' install -m 0644 'ru.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ru.png' install -m 0644 'sa.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/sa.png' install -m 0644 'sd.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/sd.png' install -m 0644 'se.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/se.png' install -m 0644 'si.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/si.png' install -m 0644 'sk.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/sk.png' install -m 0644 'so.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/so.png' install -m 0644 'sr.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/sr.png' install -m 0644 'sv.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/sv.png' install -m 0644 'sy.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/sy.png' install -m 0644 'th.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/th.png' install -m 0644 'tn.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/tn.png' install -m 0644 'tr.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/tr.png' install -m 0644 'tt.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/tt.png' install -m 0644 'tw.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/tw.png' install -m 0644 'ua.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ua.png' install -m 0644 'us.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/us.png' install -m 0644 'uy.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/uy.png' install -m 0644 'vc.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/vc.png' install -m 0644 've.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ve.png' install -m 0644 'vn.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/vn.png' install -m 0644 'ye.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/ye.png' install -m 0644 'za.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/flags/za.png' gmake[4]: Leaving directory '/construction/games/xqf/xqf-1.0.5/pixmaps/flags' gmake[3]: Leaving directory '/construction/games/xqf/xqf-1.0.5/pixmaps/flags' Making install in trayicon gmake[3]: Entering directory '/construction/games/xqf/xqf-1.0.5/pixmaps/trayicon' gmake[4]: Entering directory '/construction/games/xqf/xqf-1.0.5/pixmaps/trayicon' gmake[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/share/xqf/default/trayicon" || /bin/sh ../../mkinstalldirs "/construction/games/xqf/stage/usr/local/share/xqf/default/trayicon" mkdir /construction/games/xqf/stage/usr/local/share/xqf/default/trayicon install -m 0644 'around_frame_1.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/trayicon/around_frame_1.png' install -m 0644 'around_frame_2.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/trayicon/around_frame_2.png' install -m 0644 'around_frame_3.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/trayicon/around_frame_3.png' install -m 0644 'around_frame_4.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/trayicon/around_frame_4.png' install -m 0644 'frame_basic.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/trayicon/frame_basic.png' install -m 0644 'red_frame_4_4.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/trayicon/red_frame_4_4.png' install -m 0644 'busy.ani' '/construction/games/xqf/stage/usr/local/share/xqf/default/trayicon/busy.ani' install -m 0644 'ready.ani' '/construction/games/xqf/stage/usr/local/share/xqf/default/trayicon/ready.ani' gmake[4]: Leaving directory '/construction/games/xqf/xqf-1.0.5/pixmaps/trayicon' gmake[3]: Leaving directory '/construction/games/xqf/xqf-1.0.5/pixmaps/trayicon' gmake[3]: Entering directory '/construction/games/xqf/xqf-1.0.5/pixmaps' gmake[4]: Entering directory '/construction/games/xqf/xqf-1.0.5/pixmaps' gmake[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/share/pixmaps" || /bin/sh ../mkinstalldirs "/construction/games/xqf/stage/usr/local/share/pixmaps" install -m 0644 'xqf_22x22.png' '/construction/games/xqf/stage/usr/local/share/pixmaps/xqf_22x22.png' install -m 0644 'xqf_32x32.png' '/construction/games/xqf/stage/usr/local/share/pixmaps/xqf_32x32.png' install -m 0644 'xqf_48x48_2.png' '/construction/games/xqf/stage/usr/local/share/pixmaps/xqf_48x48_2.png' install -m 0644 'xqf_48x48.png' '/construction/games/xqf/stage/usr/local/share/pixmaps/xqf_48x48.png' test -z "/usr/local/share/xqf/default" || /bin/sh ../mkinstalldirs "/construction/games/xqf/stage/usr/local/share/xqf/default" install -m 0644 'splash.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/splash.png' install -m 0644 'xqf_48x48.png' '/construction/games/xqf/stage/usr/local/share/xqf/default/xqf_48x48.png' gmake[4]: Leaving directory '/construction/games/xqf/xqf-1.0.5/pixmaps' gmake[3]: Leaving directory '/construction/games/xqf/xqf-1.0.5/pixmaps' gmake[2]: Leaving directory '/construction/games/xqf/xqf-1.0.5/pixmaps' gmake[2]: Entering directory '/construction/games/xqf/xqf-1.0.5' gmake[3]: Entering directory '/construction/games/xqf/xqf-1.0.5' gmake[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/share/applications" || /bin/sh ./mkinstalldirs "/construction/games/xqf/stage/usr/local/share/applications" install -m 0644 'xqf.desktop' '/construction/games/xqf/stage/usr/local/share/applications/xqf.desktop' test -z "/usr/local/share/xqf/default" || /bin/sh ./mkinstalldirs "/construction/games/xqf/stage/usr/local/share/xqf/default" install -m 0644 'gtkrc' '/construction/games/xqf/stage/usr/local/share/xqf/default/gtkrc' test -z "/usr/local/man/man6" || /bin/sh ./mkinstalldirs "/construction/games/xqf/stage/usr/local/man/man6" install -m 0644 './xqf.6' '/construction/games/xqf/stage/usr/local/man/man6/xqf.6' gmake[3]: Leaving directory '/construction/games/xqf/xqf-1.0.5' gmake[2]: Leaving directory '/construction/games/xqf/xqf-1.0.5' gmake[1]: Leaving directory '/construction/games/xqf/xqf-1.0.5' /bin/mkdir -p /construction/games/xqf/stage/usr/local/share/doc/xqf install -m 0644 /construction/games/xqf/xqf-1.0.5/docs/xqfdocs.html /construction/games/xqf/stage/usr/local/share/doc/xqf ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/xqf 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/xqf 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/xqf 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/xqf is linked to /usr/local/lib/libgdk_pixbuf_xlib-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/xqf 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 Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for xqf-1.0.5_11 file sizes/checksums [132]: 0% file sizes/checksums [132]: 75% file sizes/checksums [132]: 100% packing files [132]: 0% packing files [132]: 75% packing files [132]: 100% packing directories [1]: 0% packing directories [1]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:01:06