DC-Build-Header: fltk1.1 1.1.10-14 / Mon Jul 09 20:36:35 +0000 2012 DC-Task: logfile:/tmp/fltk1.1_1.1.10-14_unstable_clang.log version:1.1.10-14 modes:clang chroot:unstable source:fltk1.1 esttime: architecture:any DC-Sbuild-call: su user -c 'sbuild -n -A -s --force-orig-source --apt-update -d unstable -v --chroot-setup-commands=/tmp/switch-to-clang fltk1.1_1.1.10-14' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-28-205-47.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ fltk1.1 1.1.10-14 (amd64) 09 Jul 2012 20:36 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: fltk1.1 Version: 1.1.10-14 Source Version: 1.1.10-14 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/fltk1.1-zku2ln/fltk1.1-1.1.10' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/fltk1.1-zku2ln' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-d8fd46b5-b21a-4da8-8342-4ab5a9f4d78d' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ┌──────────────────────────────────────────────────────────────────────────────┐ │ Fetch source files │ └──────────────────────────────────────────────────────────────────────────────┘ Check APT ───────── Checking available source versions... Download source files with APT ────────────────────────────── Reading package lists... Building dependency tree... Reading state information... NOTICE: 'fltk1.1' packaging is maintained in the 'Git' version control system at: git://git.debian.org/users/ucko/fltk1.1.git Need to get 2718 kB of source archives. Get:1 http://localhost/debian/ unstable/main fltk1.1 1.1.10-14 (dsc) [2278 B] Get:2 http://localhost/debian/ unstable/main fltk1.1 1.1.10-14 (tar) [2668 kB] Get:3 http://localhost/debian/ unstable/main fltk1.1 1.1.10-14 (diff) [46.9 kB] Fetched 2718 kB in 0s (7771 kB/s) Download complete and in download only mode Check arch ────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ Chroot Setup Commands │ └──────────────────────────────────────────────────────────────────────────────┘ /tmp/switch-to-clang ──────────────────── + echo 'Entering customization script...' Entering customization script... + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + echo 'Install of clang' Install of clang + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + apt-get install --yes --no-install-recommends clang -t unstable Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libclang-common-dev libffi5 libllvm3.1 Recommended packages: llvm-3.1-dev python The following NEW packages will be installed: clang libclang-common-dev libffi5 libllvm3.1 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 13.1 MB of archives. After this operation, 35.6 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libffi5 amd64 3.0.10-3 [24.8 kB] Get:2 http://localhost/debian/ unstable/main libllvm3.1 amd64 3.1-2 [7275 kB] Get:3 http://localhost/debian/ unstable/main libclang-common-dev amd64 3.1-8 [84.3 kB] Get:4 http://localhost/debian/ unstable/main clang amd64 3.1-8 [5755 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 13.1 MB in 0s (29.8 MB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11729 files and directories currently installed.) Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ... Selecting previously unselected package libllvm3.1:amd64. Unpacking libllvm3.1:amd64 (from .../libllvm3.1_3.1-2_amd64.deb) ... Selecting previously unselected package libclang-common-dev. Unpacking libclang-common-dev (from .../libclang-common-dev_3.1-8_amd64.deb) ... Selecting previously unselected package clang. Unpacking clang (from .../archives/clang_3.1-8_amd64.deb) ... Setting up libffi5:amd64 (3.0.10-3) ... Setting up libllvm3.1:amd64 (3.1-2) ... Setting up libclang-common-dev (3.1-8) ... Setting up clang (3.1-8) ... + echo 'Replace gcc, g++ & cpp by clang' Replace gcc, g++ & cpp by clang + VERSION=4.7 + cd /usr/bin + rm g++-4.7 gcc-4.7 cpp-4.7 + ln -s clang++ g++-4.7 + ln -s clang gcc-4.7 + ln -s clang cpp-4.7 + cd - /«BUILDDIR» + echo 'Block the installation of new gcc version' Block the installation of new gcc version + dpkg --set-selections + echo 'gcc-4.6 hold' + dpkg --set-selections + echo 'cpp-4.6 hold' + dpkg --set-selections + echo 'g++-4.6 hold' + dpkg --set-selections + echo 'gcc-4.7 hold' + dpkg --set-selections + echo 'cpp-4.7 hold' + dpkg --set-selections + echo 'g++-4.7 hold' + echo 'Check if gcc, g++ & cpp are actually clang' Check if gcc, g++ & cpp are actually clang + grep clang + gcc --version I: Finished running '/tmp/switch-to-clang'. Finished processing commands. ──────────────────────────────────────────────────────────────────────────────── Merged Build-Depends: build-essential, fakeroot Filtered Build-Depends: build-essential, fakeroot dpkg-deb: building package `sbuild-build-depends-core-dummy' in `/«BUILDDIR»/resolver-DCTkJR/apt_archive/sbuild-build-depends-core-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install core build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: sbuild-build-depends-core-dummy debconf: delaying package configuration, since apt-utils is not installed 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/708 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 11809 files and directories currently installed.) Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ... Setting up sbuild-build-depends-core-dummy (0.invalid.0) ... Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 9), dpkg-dev (>= 1.15.7), imagemagick, libasound2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libjpeg-dev, libpng-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev, zlib1g-dev | libz-dev, htmldoc Filtered Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 9), dpkg-dev (>= 1.15.7), imagemagick, libasound2-dev, libgl1-mesa-dev, libglu1-mesa-dev, libjpeg-dev, libpng-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev, zlib1g-dev, htmldoc dpkg-deb: building package `sbuild-build-depends-fltk1.1-dummy' in `/«BUILDDIR»/resolver-ijjgrJ/apt_archive/sbuild-build-depends-fltk1.1-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install fltk1.1 build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: bsdmainutils debhelper file fontconfig-config gettext gettext-base groff-base hicolor-icon-theme html2text htmldoc htmldoc-common imagemagick imagemagick-common intltool-debian libasound2 libasound2-dev libasprintf0c2 libcroco3 libdrm2 libexpat1 libexpat1-dev libfltk1.1 libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libgettextpo0 libgl1-mesa-dev libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglu1-mesa libglu1-mesa-dev libice6 libjasper1 libjbig0 libjpeg8 libjpeg8-dev liblcms2-2 liblqr-1-0 libltdl7 libmagic1 libmagickcore5 libmagickwand5 libpcre3 libpipeline1 libpng12-0 libpng12-dev libpopt0 libpthread-stubs0 libpthread-stubs0-dev libsm6 libssl1.0.0 libtiff4 libunistring0 libx11-6 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxcb-glx0 libxcb1 libxcb1-dev libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes3 libxft-dev libxft2 libxinerama-dev libxinerama1 libxml2 libxpm4 libxrender-dev libxrender1 libxt6 libxxf86vm1 man-db mesa-common-dev pkg-config po-debconf ttf-dejavu-core x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev zlib1g-dev Suggested packages: wamerican wordlist whois vacation dh-make gettext-doc groff imagemagick-doc autotrace cups-bsd lpr lprng enscript ffmpeg gimp gnuplot grads hp2xx html2ps libwmf-bin mplayer povray radiance sane-utils texlive-base-bin transfig xdg-utils libasound2-plugins libasound2-doc libjasper-runtime liblcms2-utils libxcb-doc libxext-doc less www-browser libmail-box-perl Recommended packages: curl wget lynx-cur autopoint libmagickcore5-extra ghostscript netpbm ufraw-batch libgl1-mesa-dri libglib2.0-data shared-mime-info gsfonts libx11-doc xml-core libmail-sendmail-perl The following NEW packages will be installed: bsdmainutils debhelper file fontconfig-config gettext gettext-base groff-base hicolor-icon-theme html2text htmldoc htmldoc-common imagemagick imagemagick-common intltool-debian libasound2 libasound2-dev libasprintf0c2 libcroco3 libdrm2 libexpat1 libexpat1-dev libfltk1.1 libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libgettextpo0 libgl1-mesa-dev libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglu1-mesa libglu1-mesa-dev libice6 libjasper1 libjbig0 libjpeg8 libjpeg8-dev liblcms2-2 liblqr-1-0 libltdl7 libmagic1 libmagickcore5 libmagickwand5 libpcre3 libpipeline1 libpng12-0 libpng12-dev libpopt0 libpthread-stubs0 libpthread-stubs0-dev libsm6 libssl1.0.0 libtiff4 libunistring0 libx11-6 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxcb-glx0 libxcb1 libxcb1-dev libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes3 libxft-dev libxft2 libxinerama-dev libxinerama1 libxml2 libxpm4 libxrender-dev libxrender1 libxt6 libxxf86vm1 man-db mesa-common-dev pkg-config po-debconf sbuild-build-depends-fltk1.1-dummy ttf-dejavu-core x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev zlib1g-dev 0 upgraded, 96 newly installed, 0 to remove and 0 not upgraded. Need to get 34.1 MB/34.1 MB of archives. After this operation, 84.8 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libpipeline1 amd64 1.2.1-1 [39.2 kB] Get:2 http://localhost/debian/ unstable/main libpopt0 amd64 1.16-7 [56.4 kB] Get:3 http://localhost/debian/ unstable/main libssl1.0.0 amd64 1.0.1c-3 [1211 kB] Get:4 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:5 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:6 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:7 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:8 http://localhost/debian/ unstable/main imagemagick-common all 8:6.7.7.10-2 [128 kB] Get:9 http://localhost/debian/ unstable/main libasound2 amd64 1.0.25-3 [461 kB] Get:10 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:11 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:12 http://localhost/debian/ unstable/main libdrm2 amd64 2.4.33-3 [444 kB] Get:13 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:14 http://localhost/debian/ unstable/main libfreetype6 amd64 2.4.9-1 [450 kB] Get:15 http://localhost/debian/ unstable/main ttf-dejavu-core all 2.33-2 [1552 kB] Get:16 http://localhost/debian/ unstable/main fontconfig-config all 2.9.0-6 [232 kB] Get:17 http://localhost/debian/ unstable/main libfontconfig1 amd64 2.9.0-6 [299 kB] Get:18 http://localhost/debian/ unstable/main libglapi-mesa amd64 8.0.3-1 [57.3 kB] Get:19 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:20 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:21 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:22 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:23 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:24 http://localhost/debian/ unstable/main libx11-xcb1 amd64 2:1.5.0-1 [139 kB] Get:25 http://localhost/debian/ unstable/main libxcb-glx0 amd64 1.8.1-1 [32.0 kB] Get:26 http://localhost/debian/ unstable/main libxfixes3 amd64 1:5.0-4 [21.5 kB] Get:27 http://localhost/debian/ unstable/main libxdamage1 amd64 1:1.1.3-2 [14.3 kB] Get:28 http://localhost/debian/ unstable/main libxext6 amd64 2:1.3.1-2 [55.3 kB] Get:29 http://localhost/debian/ unstable/main libxxf86vm1 amd64 1:1.1.2-1 [19.0 kB] Get:30 http://localhost/debian/ unstable/main libgl1-mesa-glx amd64 8.0.3-1 [165 kB] Get:31 http://localhost/debian/ unstable/main libjpeg8 amd64 8d-1 [134 kB] Get:32 http://localhost/debian/ unstable/main libpng12-0 amd64 1.2.49-1 [190 kB] Get:33 http://localhost/debian/ unstable/main libxrender1 amd64 1:0.9.7-1 [32.2 kB] Get:34 http://localhost/debian/ unstable/main libxft2 amd64 2.3.1-1 [61.0 kB] Get:35 http://localhost/debian/ unstable/main libxinerama1 amd64 2:1.1.2-1 [16.8 kB] Get:36 http://localhost/debian/ unstable/main libfltk1.1 amd64 1.1.10-14 [461 kB] Get:37 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:38 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:39 http://localhost/debian/ unstable/main libglu1-mesa amd64 8.0.3-1 [223 kB] Get:40 http://localhost/debian/ unstable/main x11-common all 1:7.7+1 [278 kB] Get:41 http://localhost/debian/ unstable/main libice6 amd64 2:1.0.8-2 [63.1 kB] Get:42 http://localhost/debian/ unstable/main libjasper1 amd64 1.900.1-13 [159 kB] Get:43 http://localhost/debian/ unstable/main liblcms2-2 amd64 2.2+git20110628-2.2 [143 kB] Get:44 http://localhost/debian/ unstable/main liblqr-1-0 amd64 0.4.1-2 [29.9 kB] Get:45 http://localhost/debian/ unstable/main libltdl7 amd64 2.4.2-1.1 [352 kB] Get:46 http://localhost/debian/ unstable/main libjbig0 amd64 2.0-2 [32.2 kB] Get:47 http://localhost/debian/ unstable/main libsm6 amd64 2:1.2.1-2 [34.2 kB] Get:48 http://localhost/debian/ unstable/main libtiff4 amd64 3.9.6-6 [202 kB] Get:49 http://localhost/debian/ unstable/main libxt6 amd64 1:1.1.3-1 [211 kB] Get:50 http://localhost/debian/ unstable/main libmagickcore5 amd64 8:6.7.7.10-2 [2083 kB] Get:51 http://localhost/debian/ unstable/main libmagickwand5 amd64 8:6.7.7.10-2 [462 kB] Get:52 http://localhost/debian/ unstable/main libxpm4 amd64 1:3.5.10-1 [49.4 kB] Get:53 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:54 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:55 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:56 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:57 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:58 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:59 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:60 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:61 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:62 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:63 http://localhost/debian/ unstable/main hicolor-icon-theme all 0.12-1 [11.7 kB] Get:64 http://localhost/debian/ unstable/main htmldoc-common all 1.8.27-8 [5282 kB] Get:65 http://localhost/debian/ unstable/main htmldoc amd64 1.8.27-8 [236 kB] Get:66 http://localhost/debian/ unstable/main imagemagick amd64 8:6.7.7.10-2 [284 kB] Get:67 http://localhost/debian/ unstable/main libasound2-dev amd64 1.0.25-3 [69.4 kB] Get:68 http://localhost/debian/ unstable/main libexpat1-dev amd64 2.1.0-1 [229 kB] Get:69 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:70 http://localhost/debian/ unstable/main libfreetype6-dev amd64 2.4.9-1 [803 kB] Get:71 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:72 http://localhost/debian/ unstable/main libfontconfig1-dev amd64 2.9.0-6 [857 kB] Get:73 http://localhost/debian/ unstable/main xorg-sgml-doctools all 1:1.10-1 [24.1 kB] Get:74 http://localhost/debian/ unstable/main x11proto-core-dev all 7.0.23-1 [774 kB] Get:75 http://localhost/debian/ unstable/main libxau-dev amd64 1:1.0.7-1 [21.7 kB] Get:76 http://localhost/debian/ unstable/main libxdmcp-dev amd64 1:1.1.1-1 [42.3 kB] Get:77 http://localhost/debian/ unstable/main x11proto-input-dev all 2.2-1 [172 kB] Get:78 http://localhost/debian/ unstable/main x11proto-kb-dev all 1.0.6-2 [269 kB] Get:79 http://localhost/debian/ unstable/main xtrans-dev all 1.2.7-1 [112 kB] Get:80 http://localhost/debian/ unstable/main libpthread-stubs0 amd64 0.3-3 [3228 B] Get:81 http://localhost/debian/ unstable/main libpthread-stubs0-dev amd64 0.3-3 [3998 B] Get:82 http://localhost/debian/ unstable/main libxcb1-dev amd64 1.8.1-1 [86.6 kB] Get:83 http://localhost/debian/ unstable/main libx11-dev amd64 2:1.5.0-1 [1037 kB] Get:84 http://localhost/debian/ unstable/main mesa-common-dev amd64 8.0.3-1 [362 kB] Get:85 http://localhost/debian/ unstable/main x11proto-xext-dev all 7.2.1-1 [273 kB] Get:86 http://localhost/debian/ unstable/main libxext-dev amd64 2:1.3.1-2 [115 kB] Get:87 http://localhost/debian/ unstable/main libgl1-mesa-dev amd64 8.0.3-1 [32.7 kB] Get:88 http://localhost/debian/ unstable/main libglu1-mesa-dev amd64 8.0.3-1 [299 kB] Get:89 http://localhost/debian/ unstable/main libjpeg8-dev amd64 8d-1 [242 kB] Get:90 http://localhost/debian/ unstable/main libpng12-dev amd64 1.2.49-1 [266 kB] Get:91 http://localhost/debian/ unstable/main x11proto-render-dev all 2:0.11.1-2 [20.8 kB] Get:92 http://localhost/debian/ unstable/main libxrender-dev amd64 1:0.9.7-1 [40.4 kB] Get:93 http://localhost/debian/ unstable/main libxft-dev amd64 2.3.1-1 [74.5 kB] Get:94 http://localhost/debian/ unstable/main x11proto-xinerama-dev all 1.2.1-2 [4938 B] Get:95 http://localhost/debian/ unstable/main libxinerama-dev amd64 2:1.1.2-1 [18.9 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 34.1 MB in 3s (11.1 MB/s) Selecting previously unselected package libpipeline1:amd64. (Reading database ... 11809 files and directories currently installed.) Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libpopt0:amd64. Unpacking libpopt0:amd64 (from .../libpopt0_1.16-7_amd64.deb) ... Selecting previously unselected package libssl1.0.0:amd64. Unpacking libssl1.0.0:amd64 (from .../libssl1.0.0_1.0.1c-3_amd64.deb) ... Selecting previously unselected package libasprintf0c2:amd64. Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package imagemagick-common. Unpacking imagemagick-common (from .../imagemagick-common_8%3a6.7.7.10-2_all.deb) ... Selecting previously unselected package libasound2:amd64. Unpacking libasound2:amd64 (from .../libasound2_1.0.25-3_amd64.deb) ... Selecting previously unselected package libglib2.0-0:amd64. Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ... Selecting previously unselected package libdrm2:amd64. Unpacking libdrm2:amd64 (from .../libdrm2_2.4.33-3_amd64.deb) ... Selecting previously unselected package libexpat1:amd64. Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-1_amd64.deb) ... Selecting previously unselected package libfreetype6:amd64. Unpacking libfreetype6:amd64 (from .../libfreetype6_2.4.9-1_amd64.deb) ... Selecting previously unselected package ttf-dejavu-core. Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-2_all.deb) ... Selecting previously unselected package fontconfig-config. Unpacking fontconfig-config (from .../fontconfig-config_2.9.0-6_all.deb) ... Selecting previously unselected package libfontconfig1:amd64. Unpacking libfontconfig1:amd64 (from .../libfontconfig1_2.9.0-6_amd64.deb) ... Selecting previously unselected package libglapi-mesa:amd64. Unpacking libglapi-mesa:amd64 (from .../libglapi-mesa_8.0.3-1_amd64.deb) ... Selecting previously unselected package libxau6:amd64. Unpacking libxau6:amd64 (from .../libxau6_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp6:amd64. Unpacking libxdmcp6:amd64 (from .../libxdmcp6_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxcb1:amd64. Unpacking libxcb1:amd64 (from .../libxcb1_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-data. Unpacking libx11-data (from .../libx11-data_2%3a1.5.0-1_all.deb) ... Selecting previously unselected package libx11-6:amd64. Unpacking libx11-6:amd64 (from .../libx11-6_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package libx11-xcb1:amd64. Unpacking libx11-xcb1:amd64 (from .../libx11-xcb1_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package libxcb-glx0:amd64. Unpacking libxcb-glx0:amd64 (from .../libxcb-glx0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxfixes3:amd64. Unpacking libxfixes3:amd64 (from .../libxfixes3_1%3a5.0-4_amd64.deb) ... Selecting previously unselected package libxdamage1:amd64. Unpacking libxdamage1:amd64 (from .../libxdamage1_1%3a1.1.3-2_amd64.deb) ... Selecting previously unselected package libxext6:amd64. Unpacking libxext6:amd64 (from .../libxext6_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libxxf86vm1:amd64. Unpacking libxxf86vm1:amd64 (from .../libxxf86vm1_1%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package libgl1-mesa-glx:amd64. Unpacking libgl1-mesa-glx:amd64 (from .../libgl1-mesa-glx_8.0.3-1_amd64.deb) ... Selecting previously unselected package libjpeg8:amd64. Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ... Selecting previously unselected package libpng12-0:amd64. Unpacking libpng12-0:amd64 (from .../libpng12-0_1.2.49-1_amd64.deb) ... Selecting previously unselected package libxrender1:amd64. Unpacking libxrender1:amd64 (from .../libxrender1_1%3a0.9.7-1_amd64.deb) ... Selecting previously unselected package libxft2:amd64. Unpacking libxft2:amd64 (from .../libxft2_2.3.1-1_amd64.deb) ... Selecting previously unselected package libxinerama1:amd64. Unpacking libxinerama1:amd64 (from .../libxinerama1_2%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package libfltk1.1:amd64. Unpacking libfltk1.1:amd64 (from .../libfltk1.1_1.1.10-14_amd64.deb) ... Selecting previously unselected package libunistring0:amd64. Unpacking libunistring0:amd64 (from .../libunistring0_0.9.3-5_amd64.deb) ... Selecting previously unselected package libgettextpo0:amd64. Unpacking libgettextpo0:amd64 (from .../libgettextpo0_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libglu1-mesa:amd64. Unpacking libglu1-mesa:amd64 (from .../libglu1-mesa_8.0.3-1_amd64.deb) ... Selecting previously unselected package x11-common. Unpacking x11-common (from .../x11-common_1%3a7.7+1_all.deb) ... Selecting previously unselected package libice6:amd64. Unpacking libice6:amd64 (from .../libice6_2%3a1.0.8-2_amd64.deb) ... Selecting previously unselected package libjasper1:amd64. Unpacking libjasper1:amd64 (from .../libjasper1_1.900.1-13_amd64.deb) ... Selecting previously unselected package liblcms2-2:amd64. Unpacking liblcms2-2:amd64 (from .../liblcms2-2_2.2+git20110628-2.2_amd64.deb) ... Selecting previously unselected package liblqr-1-0:amd64. Unpacking liblqr-1-0:amd64 (from .../liblqr-1-0_0.4.1-2_amd64.deb) ... Selecting previously unselected package libltdl7:amd64. Unpacking libltdl7:amd64 (from .../libltdl7_2.4.2-1.1_amd64.deb) ... Selecting previously unselected package libjbig0:amd64. Unpacking libjbig0:amd64 (from .../libjbig0_2.0-2_amd64.deb) ... Selecting previously unselected package libsm6:amd64. Unpacking libsm6:amd64 (from .../libsm6_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libtiff4:amd64. Unpacking libtiff4:amd64 (from .../libtiff4_3.9.6-6_amd64.deb) ... Selecting previously unselected package libxt6:amd64. Unpacking libxt6:amd64 (from .../libxt6_1%3a1.1.3-1_amd64.deb) ... Selecting previously unselected package libmagickcore5:amd64. Unpacking libmagickcore5:amd64 (from .../libmagickcore5_8%3a6.7.7.10-2_amd64.deb) ... Selecting previously unselected package libmagickwand5:amd64. Unpacking libmagickwand5:amd64 (from .../libmagickwand5_8%3a6.7.7.10-2_amd64.deb) ... Selecting previously unselected package libxpm4:amd64. Unpacking libxpm4:amd64 (from .../libxpm4_1%3a3.5.10-1_amd64.deb) ... Selecting previously unselected package bsdmainutils. Unpacking bsdmainutils (from .../bsdmainutils_9.0.3_amd64.deb) ... Selecting previously unselected package groff-base. Unpacking groff-base (from .../groff-base_1.21-9_amd64.deb) ... Selecting previously unselected package man-db. Unpacking man-db (from .../man-db_2.6.2-1_amd64.deb) ... Selecting previously unselected package file. Unpacking file (from .../archives/file_5.11-2_amd64.deb) ... Selecting previously unselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ... Selecting previously unselected package gettext. Unpacking gettext (from .../gettext_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously unselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2_all.deb) ... Selecting previously unselected package debhelper. Unpacking debhelper (from .../debhelper_9.20120608_all.deb) ... Selecting previously unselected package hicolor-icon-theme. Unpacking hicolor-icon-theme (from .../hicolor-icon-theme_0.12-1_all.deb) ... Selecting previously unselected package htmldoc-common. Unpacking htmldoc-common (from .../htmldoc-common_1.8.27-8_all.deb) ... Selecting previously unselected package htmldoc. Unpacking htmldoc (from .../htmldoc_1.8.27-8_amd64.deb) ... Selecting previously unselected package imagemagick. Unpacking imagemagick (from .../imagemagick_8%3a6.7.7.10-2_amd64.deb) ... Selecting previously unselected package libasound2-dev:amd64. Unpacking libasound2-dev:amd64 (from .../libasound2-dev_1.0.25-3_amd64.deb) ... Selecting previously unselected package libexpat1-dev. Unpacking libexpat1-dev (from .../libexpat1-dev_2.1.0-1_amd64.deb) ... Selecting previously unselected package zlib1g-dev:amd64. Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ... Selecting previously unselected package libfreetype6-dev. Unpacking libfreetype6-dev (from .../libfreetype6-dev_2.4.9-1_amd64.deb) ... Selecting previously unselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.26-1_amd64.deb) ... Selecting previously unselected package libfontconfig1-dev. Unpacking libfontconfig1-dev (from .../libfontconfig1-dev_2.9.0-6_amd64.deb) ... Selecting previously unselected package xorg-sgml-doctools. Unpacking xorg-sgml-doctools (from .../xorg-sgml-doctools_1%3a1.10-1_all.deb) ... Selecting previously unselected package x11proto-core-dev. Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.23-1_all.deb) ... Selecting previously unselected package libxau-dev:amd64. Unpacking libxau-dev:amd64 (from .../libxau-dev_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp-dev:amd64. Unpacking libxdmcp-dev:amd64 (from .../libxdmcp-dev_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package x11proto-input-dev. Unpacking x11proto-input-dev (from .../x11proto-input-dev_2.2-1_all.deb) ... Selecting previously unselected package x11proto-kb-dev. Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.6-2_all.deb) ... Selecting previously unselected package xtrans-dev. Unpacking xtrans-dev (from .../xtrans-dev_1.2.7-1_all.deb) ... Selecting previously unselected package libpthread-stubs0:amd64. Unpacking libpthread-stubs0:amd64 (from .../libpthread-stubs0_0.3-3_amd64.deb) ... Selecting previously unselected package libpthread-stubs0-dev:amd64. Unpacking libpthread-stubs0-dev:amd64 (from .../libpthread-stubs0-dev_0.3-3_amd64.deb) ... Selecting previously unselected package libxcb1-dev:amd64. Unpacking libxcb1-dev:amd64 (from .../libxcb1-dev_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-dev:amd64. Unpacking libx11-dev:amd64 (from .../libx11-dev_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package mesa-common-dev. Unpacking mesa-common-dev (from .../mesa-common-dev_8.0.3-1_amd64.deb) ... Selecting previously unselected package x11proto-xext-dev. Unpacking x11proto-xext-dev (from .../x11proto-xext-dev_7.2.1-1_all.deb) ... Selecting previously unselected package libxext-dev:amd64. Unpacking libxext-dev:amd64 (from .../libxext-dev_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libgl1-mesa-dev. Unpacking libgl1-mesa-dev (from .../libgl1-mesa-dev_8.0.3-1_amd64.deb) ... Selecting previously unselected package libglu1-mesa-dev. Unpacking libglu1-mesa-dev (from .../libglu1-mesa-dev_8.0.3-1_amd64.deb) ... Selecting previously unselected package libjpeg8-dev:amd64. Unpacking libjpeg8-dev:amd64 (from .../libjpeg8-dev_8d-1_amd64.deb) ... Selecting previously unselected package libpng12-dev. Unpacking libpng12-dev (from .../libpng12-dev_1.2.49-1_amd64.deb) ... Selecting previously unselected package x11proto-render-dev. Unpacking x11proto-render-dev (from .../x11proto-render-dev_2%3a0.11.1-2_all.deb) ... Selecting previously unselected package libxrender-dev:amd64. Unpacking libxrender-dev:amd64 (from .../libxrender-dev_1%3a0.9.7-1_amd64.deb) ... Selecting previously unselected package libxft-dev. Unpacking libxft-dev (from .../libxft-dev_2.3.1-1_amd64.deb) ... Selecting previously unselected package x11proto-xinerama-dev. Unpacking x11proto-xinerama-dev (from .../x11proto-xinerama-dev_1.2.1-2_all.deb) ... Selecting previously unselected package libxinerama-dev:amd64. Unpacking libxinerama-dev:amd64 (from .../libxinerama-dev_2%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-fltk1.1-dummy. Unpacking sbuild-build-depends-fltk1.1-dummy (from .../sbuild-build-depends-fltk1.1-dummy.deb) ... Setting up libpipeline1:amd64 (1.2.1-1) ... Setting up libpopt0:amd64 (1.16-7) ... Setting up libssl1.0.0:amd64 (1.0.1c-3) ... Setting up libasprintf0c2:amd64 (0.18.1.1-9) ... Setting up libmagic1:amd64 (5.11-2) ... Setting up libpcre3:amd64 (1:8.30-5) ... Setting up libxml2:amd64 (2.8.0+dfsg1-4) ... Setting up imagemagick-common (8:6.7.7.10-2) ... Setting up libasound2:amd64 (1.0.25-3) ... Setting up libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libcroco3:amd64 (0.6.5-1) ... Setting up libdrm2:amd64 (2.4.33-3) ... Setting up libexpat1:amd64 (2.1.0-1) ... Setting up libfreetype6:amd64 (2.4.9-1) ... Setting up ttf-dejavu-core (2.33-2) ... Setting up fontconfig-config (2.9.0-6) ... Setting up libfontconfig1:amd64 (2.9.0-6) ... Setting up libglapi-mesa:amd64 (8.0.3-1) ... Setting up libxau6:amd64 (1:1.0.7-1) ... Setting up libxdmcp6:amd64 (1:1.1.1-1) ... Setting up libxcb1:amd64 (1.8.1-1) ... Setting up libx11-data (2:1.5.0-1) ... Setting up libx11-6:amd64 (2:1.5.0-1) ... Setting up libx11-xcb1:amd64 (2:1.5.0-1) ... Setting up libxcb-glx0:amd64 (1.8.1-1) ... Setting up libxfixes3:amd64 (1:5.0-4) ... Setting up libxdamage1:amd64 (1:1.1.3-2) ... Setting up libxext6:amd64 (2:1.3.1-2) ... Setting up libxxf86vm1:amd64 (1:1.1.2-1) ... Setting up libgl1-mesa-glx:amd64 (8.0.3-1) ... Setting up libjpeg8:amd64 (8d-1) ... Setting up libpng12-0:amd64 (1.2.49-1) ... Setting up libxrender1:amd64 (1:0.9.7-1) ... Setting up libxft2:amd64 (2.3.1-1) ... Setting up libxinerama1:amd64 (2:1.1.2-1) ... Setting up libfltk1.1:amd64 (1.1.10-14) ... Setting up libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up libglu1-mesa:amd64 (8.0.3-1) ... Setting up x11-common (1:7.7+1) ... All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libice6:amd64 (2:1.0.8-2) ... Setting up libjasper1:amd64 (1.900.1-13) ... Setting up liblcms2-2:amd64 (2.2+git20110628-2.2) ... Setting up liblqr-1-0:amd64 (0.4.1-2) ... Setting up libltdl7:amd64 (2.4.2-1.1) ... Setting up libjbig0:amd64 (2.0-2) ... Setting up libsm6:amd64 (2:1.2.1-2) ... Setting up libtiff4:amd64 (3.9.6-6) ... Setting up libxt6:amd64 (1:1.1.3-1) ... Setting up libmagickcore5:amd64 (8:6.7.7.10-2) ... Setting up libmagickwand5:amd64 (8:6.7.7.10-2) ... Setting up libxpm4:amd64 (1:3.5.10-1) ... Setting up bsdmainutils (9.0.3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up groff-base (1.21-9) ... Setting up man-db (2.6.2-1) ... Building database of manual pages ... Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... Setting up html2text (1.3.2a-15) ... Setting up gettext (0.18.1.1-9) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.16+nmu2) ... Setting up debhelper (9.20120608) ... Setting up hicolor-icon-theme (0.12-1) ... Setting up htmldoc-common (1.8.27-8) ... Setting up htmldoc (1.8.27-8) ... Setting up imagemagick (8:6.7.7.10-2) ... update-alternatives: using /usr/bin/compare.im6 to provide /usr/bin/compare (compare) in auto mode update-alternatives: using /usr/bin/animate.im6 to provide /usr/bin/animate (animate) in auto mode update-alternatives: using /usr/bin/convert.im6 to provide /usr/bin/convert (convert) in auto mode update-alternatives: using /usr/bin/composite.im6 to provide /usr/bin/composite (composite) in auto mode update-alternatives: using /usr/bin/conjure.im6 to provide /usr/bin/conjure (conjure) in auto mode update-alternatives: using /usr/bin/import.im6 to provide /usr/bin/import (import) in auto mode update-alternatives: using /usr/bin/identify.im6 to provide /usr/bin/identify (identify) in auto mode update-alternatives: using /usr/bin/stream.im6 to provide /usr/bin/stream (stream) in auto mode update-alternatives: using /usr/bin/display.im6 to provide /usr/bin/display (display) in auto mode update-alternatives: using /usr/bin/montage.im6 to provide /usr/bin/montage (montage) in auto mode update-alternatives: using /usr/bin/mogrify.im6 to provide /usr/bin/mogrify (mogrify) in auto mode Setting up libasound2-dev:amd64 (1.0.25-3) ... Setting up libexpat1-dev (2.1.0-1) ... Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ... Setting up libfreetype6-dev (2.4.9-1) ... Setting up pkg-config (0.26-1) ... Setting up libfontconfig1-dev (2.9.0-6) ... Setting up xorg-sgml-doctools (1:1.10-1) ... Setting up x11proto-core-dev (7.0.23-1) ... Setting up libxau-dev:amd64 (1:1.0.7-1) ... Setting up libxdmcp-dev:amd64 (1:1.1.1-1) ... Setting up x11proto-input-dev (2.2-1) ... Setting up x11proto-kb-dev (1.0.6-2) ... Setting up xtrans-dev (1.2.7-1) ... Setting up libpthread-stubs0:amd64 (0.3-3) ... Setting up libpthread-stubs0-dev:amd64 (0.3-3) ... Setting up libxcb1-dev:amd64 (1.8.1-1) ... Setting up libx11-dev:amd64 (2:1.5.0-1) ... Setting up mesa-common-dev (8.0.3-1) ... Setting up x11proto-xext-dev (7.2.1-1) ... Setting up libxext-dev:amd64 (2:1.3.1-2) ... Setting up libgl1-mesa-dev (8.0.3-1) ... Setting up libglu1-mesa-dev (8.0.3-1) ... Setting up libjpeg8-dev:amd64 (8d-1) ... Setting up libpng12-dev (1.2.49-1) ... Setting up x11proto-render-dev (2:0.11.1-2) ... Setting up libxrender-dev:amd64 (1:0.9.7-1) ... Setting up libxft-dev (2.3.1-1) ... Setting up x11proto-xinerama-dev (1.2.1-2) ... Setting up libxinerama-dev:amd64 (2:1.1.2-1) ... Setting up sbuild-build-depends-fltk1.1-dummy (0.invalid.0) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-7 dpkg-dev_1.16.7 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-3 libc6-dev_2.13-34 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 linux-libc-dev_3.2.21-3 Package versions: apt_0.9.7.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 binutils_2.22-7 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 clang_3.1-8 coreutils_8.13-3.2 cpp_4:4.7.1-1 cpp-4.6_4.6.3-8 cpp-4.7_4.7.1-3 dash_0.5.7-3 debconf_1.5.45 debconf-i18n_1.5.45 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 diffutils_1:3.2-6 dpkg_1.16.7 dpkg-dev_1.16.7 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 fontconfig-config_2.9.0-6 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.4-1 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-3 gcc-4.7-base_4.7.1-3 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 gzip_1.5-1.1 hicolor-icon-theme_0.12-1 hostname_3.11 html2text_1.3.2a-15 htmldoc_1.8.27-8 htmldoc-common_1.8.27-8 imagemagick_8:6.7.7.10-2 imagemagick-common_8:6.7.7.10-2 initscripts_2.88dsf-28 insserv_1.14.0-4 intltool-debian_0.35.0+20060710.1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasound2_1.0.25-3 libasound2-dev_1.0.25-3 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 libblkid1_2.20.1-5.1 libbz2-1.0_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libdb5.1_5.1.29-5 libdpkg-perl_1.16.7 libdrm2_2.4.33-3 libexpat1_2.1.0-1 libexpat1-dev_2.1.0-1 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libfltk1.1_1.1.10-14 libfontconfig1_2.9.0-6 libfontconfig1-dev_2.9.0-6 libfreetype6_2.4.9-1 libfreetype6-dev_2.4.9-1 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-3 libgdbm3_1.8.3-11 libgettextpo0_0.18.1.1-9 libgl1-mesa-dev_8.0.3-1 libgl1-mesa-glx_8.0.3-1 libglapi-mesa_8.0.3-1 libglib2.0-0_2.32.3-1 libglu1-mesa_8.0.3-1 libglu1-mesa-dev_8.0.3-1 libgmp10_2:5.0.5+dfsg-2 libgomp1_4.7.1-3 libice6_2:1.0.8-2 libitm1_4.7.1-3 libjasper1_1.900.1-13 libjbig0_2.0-2 libjpeg8_8d-1 libjpeg8-dev_8d-1 liblcms2-2_2.2+git20110628-2.2 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 liblqr-1-0_0.4.1-2 libltdl7_2.4.2-1.1 liblzma5_5.1.1alpha+20120614-1 libmagic1_5.11-2 libmagickcore5_8:6.7.7.10-2 libmagickwand5_8:6.7.7.10-2 libmount1_2.20.1-5.1 libmpc2_0.9-4 libmpfr4_3.1.0-5 libncurses5_5.9-10 libpam-modules_1.1.3-7.1 libpam-modules-bin_1.1.3-7.1 libpam-runtime_1.1.3-7.1 libpam0g_1.1.3-7.1 libpcre3_1:8.30-5 libpipeline1_1.2.1-1 libpng12-0_1.2.49-1 libpng12-dev_1.2.49-1 libpopt0_1.16-7 libpthread-stubs0_0.3-3 libpthread-stubs0-dev_0.3-3 libquadmath0_4.7.1-3 libreadline6_6.2-8 libselinux1_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libslang2_2.2.4-15 libsm6_2:1.2.1-2 libss2_1.42.4-3 libssl1.0.0_1.0.1c-3 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 libswitch-perl_2.16-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libtiff4_3.9.6-6 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libunistring0_0.9.3-5 libusb-0.1-4_2:0.1.12-23 libustr-1.0-1_1.0.4-3 libuuid1_2.20.1-5.1 libx11-6_2:1.5.0-1 libx11-data_2:1.5.0-1 libx11-dev_2:1.5.0-1 libx11-xcb1_2:1.5.0-1 libxau-dev_1:1.0.7-1 libxau6_1:1.0.7-1 libxcb-glx0_1.8.1-1 libxcb1_1.8.1-1 libxcb1-dev_1.8.1-1 libxdamage1_1:1.1.3-2 libxdmcp-dev_1:1.1.1-1 libxdmcp6_1:1.1.1-1 libxext-dev_2:1.3.1-2 libxext6_2:1.3.1-2 libxfixes3_1:5.0-4 libxft-dev_2.3.1-1 libxft2_2.3.1-1 libxinerama-dev_2:1.1.2-1 libxinerama1_2:1.1.2-1 libxml2_2.8.0+dfsg1-4 libxpm4_1:3.5.10-1 libxrender-dev_1:0.9.7-1 libxrender1_1:0.9.7-1 libxt6_1:1.1.3-1 libxxf86vm1_1:1.1.2-1 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 make_3.81-8.2 man-db_2.6.2-1 mawk_1.3.3-17 mesa-common-dev_8.0.3-1 mount_2.20.1-5.1 multiarch-support_2.13-34 ncurses-base_5.9-10 ncurses-bin_5.9-10 passwd_1:4.1.5.1-1 patch_2.6.1-3 perl_5.14.2-12 perl-base_5.14.2-12 perl-modules_5.14.2-12 pkg-config_0.26-1 po-debconf_1.0.16+nmu2 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-fltk1.1-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 ttf-dejavu-core_2.33-2 tzdata_2012c-1 ucf_3.0025+nmu3 util-linux_2.20.1-5.1 x11-common_1:7.7+1 x11proto-core-dev_7.0.23-1 x11proto-input-dev_2.2-1 x11proto-kb-dev_1.0.6-2 x11proto-render-dev_2:0.11.1-2 x11proto-xext-dev_7.2.1-1 x11proto-xinerama-dev_1.2.1-2 xorg-sgml-doctools_1:1.10-1 xtrans-dev_1.2.7-1 xz-utils_5.1.1alpha+20120614-1 zlib1g_1:1.2.7.dfsg-13 zlib1g-dev_1:1.2.7.dfsg-13 ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build │ └──────────────────────────────────────────────────────────────────────────────┘ Unpack source ───────────── gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Tue Jun 19 01:58:02 2012 UTC using RSA key ID F14A64A2 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./fltk1.1_1.1.10-14.dsc dpkg-source: info: extracting fltk1.1 in fltk1.1-1.1.10 dpkg-source: info: unpacking fltk1.1_1.1.10.orig.tar.gz dpkg-source: info: unpacking fltk1.1_1.1.10-14.debian.tar.gz dpkg-source: info: applying debian-changes Check disc space ──────────────── Sufficient free space for build User Environment ──────────────── HOME=/sbuild-nonexistent LOGNAME=root PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 SCHROOT_CHROOT_NAME=unstable-amd64-sbuild SCHROOT_COMMAND=env SCHROOT_GID=0 SCHROOT_GROUP=root SCHROOT_SESSION_ID=unstable-amd64-sbuild-d8fd46b5-b21a-4da8-8342-4ab5a9f4d78d SCHROOT_UID=0 SCHROOT_USER=root SHELL=/bin/sh USER=root dpkg-buildpackage ───────────────── dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: source package fltk1.1 dpkg-buildpackage: source version 1.1.10-14 dpkg-buildpackage: source changed by Aaron M. Ucko dpkg-source --before-build fltk1.1-1.1.10 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh clean dh_testdir dh_auto_clean make[1]: Entering directory `/«PKGBUILDDIR»' Makefile:28: makeinclude: No such file or directory if test -f config.status; then \ ./config.status --recheck; \ ./config.status; \ else \ ./configure; \ fi checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c checking for nroff... /usr/bin/nroff checking for htmldoc... /usr/bin/htmldoc checking for ranlib... ranlib checking for ar... /usr/bin/ar checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking whether the compiler recognizes bool as a built-in type... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/stdtypes.h usability... no checking sys/stdtypes.h presence... no checking for sys/stdtypes.h... no checking for scandir... yes checking whether we have the POSIX compatible scandir() prototype... yes checking for vsnprintf... yes checking for snprintf... yes checking for strings.h... (cached) yes checking for strcasecmp... yes checking for strlcat... no checking for strlcpy... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for localeconv... yes checking for library containing pow... -lm checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for long long int... yes checking for strtoll... yes checking for library containing dlsym... -ldl checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking alsa/asoundlib.h usability... yes checking alsa/asoundlib.h presence... yes checking for alsa/asoundlib.h... yes checking for jpeg_CreateCompress in -ljpeg... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for gzgets in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for png_read_info in -lpng... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking libpng/png.h usability... yes checking libpng/png.h presence... yes checking for libpng/png.h... yes checking for png_get_valid in -lpng... yes checking for png_set_tRNS_to_alpha in -lpng... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for library containing dlopen... none required checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking for glXMakeCurrent in -lGL... yes checking for glXGetProcAddressARB in -lGL... yes checking GL/glu.h usability... yes checking GL/glu.h presence... yes checking for GL/glu.h... yes checking for xprop... no checking for X overlay visuals... no checking if GCC supports -fno-exceptions... yes checking if GCC supports -fno-strict-aliasing... yes Configuration Summary ------------------------------------------------------------------------- Directories: prefix=/usr/local bindir=${exec_prefix}/bin datadir=${datarootdir} datarootdir=${prefix}/share exec_prefix=${prefix} includedir=${prefix}/include libdir=${exec_prefix}/lib mandir=${datarootdir}/man Graphics: X11 Image Libraries: JPEG=System PNG=System ZLIB=System Large Files: NO OpenGL: YES Threads: NO configure: creating ./config.status config.status: creating makeinclude config.status: creating fltk.list config.status: creating fltk-config config.status: creating fltk.spec config.status: creating FL/Makefile config.status: creating config.h touch config.h chmod +x fltk-config make[1]: Leaving directory `/«PKGBUILDDIR»' make[1]: Entering directory `/«PKGBUILDDIR»' rm -f core *.o for dir in src fluid test documentation; do\ echo "=== cleaning $dir ===";\ (cd $dir; make -w clean) || exit 1;\ done === cleaning src === make[2]: Entering directory `/«PKGBUILDDIR»/src' rm -f *.o *.dll.a core.* *~ *.bck *.bck rm -f \ ../lib/libfltk.a ../lib/libfltk_forms.a ../lib/libfltk_gl.a \ ../lib/libfltk_images.a \ libfltk.so libfltk_forms.so libfltk_gl.so libfltk_images.so \ libfltk.sl libfltk_forms.sl libfltk_gl.sl libfltk_images.sl \ libfltk.dylib libfltk_forms.dylib \ libfltk_gl.dylib libfltk_images.dylib \ cmap core make[2]: Leaving directory `/«PKGBUILDDIR»/src' === cleaning fluid === make[2]: Entering directory `/«PKGBUILDDIR»/fluid' rm -f *.o core.* *~ *.bck *.bck rm -f core fluid fluid-shared rm -f fluid.app/Contents/MacOS/fluid make[2]: Leaving directory `/«PKGBUILDDIR»/fluid' === cleaning test === make[2]: Entering directory `/«PKGBUILDDIR»/test' rm -f unittests adjuster arc ask bitmap blocks boxtype browser button buttons checkers clock colbrowser color_chooser cursor curve demo doublebuffer editor fast_slow file_chooser fonts forms hello help iconize image inactive input input_choice keyboard label line_style list_visuals mandelbrot menubar message minimum navigation output overlay pack pixmap pixmap_browser preferences radio resize resizebox scroll subwindow sudoku symbols tabs tile tiled_image valuators cube CubeView fractals fullscreen gl_overlay glpuzzle shape core rm -f *.o core.* *~ *.bck *.bak rm -f CubeViewUI.cxx rm -f fast_slow.cxx rm -f inactive.cxx rm -f keyboard_ui.cxx rm -f mandelbrot_ui.cxx rm -f preferences.cxx rm -f radio.cxx rm -f resize.cxx rm -f tabs.cxx rm -f valuators.cxx : rm -f blocks.app/Contents/MacOS/blocks : rm -f checkers.app/Contents/MacOS/checkers : rm -f sudoku.app/Contents/MacOS/sudoku make[2]: Leaving directory `/«PKGBUILDDIR»/test' === cleaning documentation === make[2]: Entering directory `/«PKGBUILDDIR»/documentation' rm -f fltk.ps rm -f fltk.pdf rm -rf fltk.d rm -f *~ *.bck *.bck make[2]: Leaving directory `/«PKGBUILDDIR»/documentation' rm -f config.* rm -f fltk-config fltk.list makeinclude rm -f fltk.spec rm -f FL/Makefile rm -f documentation/*.1 rm -f documentation/*.3 rm -f documentation/*.6 rm -f documentation/fltk.pdf rm -f documentation/fltk.ps rm -f -r documentation/fltk.d for file in test/*.fl; do\ rm -f test/`basename $file .fl`.cxx; \ rm -f test/`basename $file .fl`.h; \ done make[1]: Leaving directory `/«PKGBUILDDIR»' debian/rules override_dh_clean make[1]: Entering directory `/«PKGBUILDDIR»' dh_clean debian/libfltk1.1.symbols.amd64 \ fltk-config.unhardened make[1]: Leaving directory `/«PKGBUILDDIR»' dpkg-source -b fltk1.1-1.1.10 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building fltk1.1 using existing ./fltk1.1_1.1.10.orig.tar.gz dpkg-source: warning: ignoring deletion of file fltk.spec dpkg-source: info: building fltk1.1 in fltk1.1_1.1.10-14.debian.tar.gz dpkg-source: info: building fltk1.1 in fltk1.1_1.1.10-14.dsc debian/rules build dh build dh_testdir debian/rules override_dh_auto_configure make[1]: Entering directory `/«PKGBUILDDIR»' dh_auto_configure -- CC="cc" CXX="g++" \ --enable-shared --enable-threads --enable-xft \ --enable-xinerama --libdir=/usr/lib/x86_64-linux-gnu \ CFLAGS="-g -O2" CPPFLAGS="" CXXFLAGS="-g -O2" FFLAGS="-g -O2" LDFLAGS="" 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 ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c checking for nroff... /usr/bin/nroff checking for htmldoc... /usr/bin/htmldoc checking for ranlib... ranlib checking for ar... /usr/bin/ar checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking whether the compiler recognizes bool as a built-in type... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/stdtypes.h usability... no checking sys/stdtypes.h presence... no checking for sys/stdtypes.h... no checking for scandir... yes checking whether we have the POSIX compatible scandir() prototype... yes checking for vsnprintf... yes checking for snprintf... yes checking for strings.h... (cached) yes checking for strcasecmp... yes checking for strlcat... no checking for strlcpy... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for localeconv... yes checking for library containing pow... -lm checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for long long int... yes checking for strtoll... yes checking for library containing dlsym... -ldl checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking alsa/asoundlib.h usability... yes checking alsa/asoundlib.h presence... yes checking for alsa/asoundlib.h... yes checking for jpeg_CreateCompress in -ljpeg... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for gzgets in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for png_read_info in -lpng... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking libpng/png.h usability... yes checking libpng/png.h presence... yes checking for libpng/png.h... yes checking for png_get_valid in -lpng... yes checking for png_set_tRNS_to_alpha in -lpng... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create using -lpthreads... no checking for pthread_create using -lpthread... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for library containing dlopen... none required checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking for glXMakeCurrent in -lGL... yes checking for glXGetProcAddressARB in -lGL... yes checking GL/glu.h usability... yes checking GL/glu.h presence... yes checking for GL/glu.h... yes checking for XineramaIsActive in -lXinerama... yes checking for freetype-config... /usr/bin/freetype-config checking X11/Xft/Xft.h usability... yes checking X11/Xft/Xft.h presence... yes checking for X11/Xft/Xft.h... yes checking for XftDrawCreate in -lXft... yes checking for xprop... no checking for X overlay visuals... no checking if GCC supports -fno-exceptions... yes checking if GCC supports -fno-strict-aliasing... yes Configuration Summary ------------------------------------------------------------------------- Directories: prefix=/usr bindir=${exec_prefix}/bin datadir=${datarootdir} datarootdir=${prefix}/share exec_prefix=${prefix} includedir=${prefix}/include libdir=/usr/lib/x86_64-linux-gnu mandir=${prefix}/share/man Graphics: X11+Xft+Xinerama Image Libraries: JPEG=System PNG=System ZLIB=System Large Files: NO OpenGL: YES Threads: YES configure: creating ./config.status config.status: creating makeinclude config.status: creating fltk.list config.status: creating fltk-config config.status: creating fltk.spec config.status: creating FL/Makefile config.status: creating config.h mv fltk-config fltk-config.unhardened dh_auto_configure -- CC="cc" CXX="g++" \ DSOFLAGS="-Wl,-z,relro -Wl,-z,now" \ --enable-shared --enable-threads --enable-xft \ --enable-xinerama --without-links --libdir=/usr/lib/x86_64-linux-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 ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c checking for nroff... /usr/bin/nroff checking for htmldoc... /usr/bin/htmldoc checking for ranlib... ranlib checking for ar... /usr/bin/ar checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking whether the compiler recognizes bool as a built-in type... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/stdtypes.h usability... no checking sys/stdtypes.h presence... no checking for sys/stdtypes.h... no checking for scandir... yes checking whether we have the POSIX compatible scandir() prototype... yes checking for vsnprintf... yes checking for snprintf... yes checking for strings.h... (cached) yes checking for strcasecmp... yes checking for strlcat... no checking for strlcpy... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for localeconv... yes checking for library containing pow... -lm checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for long long int... yes checking for strtoll... yes checking for library containing dlsym... -ldl checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking alsa/asoundlib.h usability... yes checking alsa/asoundlib.h presence... yes checking for alsa/asoundlib.h... yes checking for jpeg_CreateCompress in -ljpeg... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for gzgets in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for png_read_info in -lpng... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking libpng/png.h usability... yes checking libpng/png.h presence... yes checking for libpng/png.h... yes checking for png_get_valid in -lpng... yes checking for png_set_tRNS_to_alpha in -lpng... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create using -lpthreads... no checking for pthread_create using -lpthread... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for library containing dlopen... none required checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking for glXMakeCurrent in -lGL... yes checking for glXGetProcAddressARB in -lGL... yes checking GL/glu.h usability... yes checking GL/glu.h presence... yes checking for GL/glu.h... yes checking for XineramaIsActive in -lXinerama... yes checking for freetype-config... /usr/bin/freetype-config checking X11/Xft/Xft.h usability... yes checking X11/Xft/Xft.h presence... yes checking for X11/Xft/Xft.h... yes checking for XftDrawCreate in -lXft... yes checking for xprop... no checking for X overlay visuals... no checking if GCC supports -fno-exceptions... yes checking if GCC supports -fno-strict-aliasing... yes Configuration Summary ------------------------------------------------------------------------- Directories: prefix=/usr bindir=${exec_prefix}/bin datadir=${datarootdir} datarootdir=${prefix}/share exec_prefix=${prefix} includedir=${prefix}/include libdir=/usr/lib/x86_64-linux-gnu mandir=${prefix}/share/man Graphics: X11+Xft+Xinerama Image Libraries: JPEG=System PNG=System ZLIB=System Large Files: NO OpenGL: YES Threads: YES configure: creating ./config.status config.status: creating makeinclude config.status: creating fltk.list config.status: creating fltk-config config.status: creating fltk.spec config.status: creating FL/Makefile config.status: creating config.h config.status: config.h is unchanged make[1]: Leaving directory `/«PKGBUILDDIR»' debian/rules override_dh_auto_build make[1]: Entering directory `/«PKGBUILDDIR»' dh_auto_build -- OPTIM="-g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing" STRIP=@: make[2]: Entering directory `/«PKGBUILDDIR»' for dir in src fluid test documentation; do\ echo "=== making $dir ===";\ (cd $dir; make -w) || exit 1;\ done === making src === make[3]: Entering directory `/«PKGBUILDDIR»/src' echo Compiling Fl.cxx... Compiling Fl.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl.cxx:719:27: warning: '&&' within '||' [-Wlogical-op-parentheses] if (grab() || modal() && window != modal()) return 0; ~~ ~~~~~~~~^~~~~~~~~~~~~~~~~~~~ Fl.cxx:719:27: note: place parentheses around the '&&' expression to silence this warning if (grab() || modal() && window != modal()) return 0; ^ ( ) 1 warning generated. echo Compiling Fl_Adjuster.cxx... Compiling Fl_Adjuster.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Adjuster.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Bitmap.cxx... Compiling Fl_Bitmap.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Bitmap.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Browser.cxx... Compiling Fl_Browser.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Browser.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Browser.cxx:236:12: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] case 'C': strtol(str, &str, 10); break;// skip a color number ^~~~~~ ~~~~~~~~~~~~~ Fl_Browser.cxx:286:15: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] case 'C': strtol(str, &str, 10); break;// skip a color number ^~~~~~ ~~~~~~~~~~~~~ Fl_Browser.cxx:346:9: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] } else strtol(str, &str, 10); ^~~~~~ ~~~~~~~~~~~~~ 3 warnings generated. echo Compiling Fl_Browser_.cxx... Compiling Fl_Browser_.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Browser_.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Browser_load.cxx... Compiling Fl_Browser_load.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Browser_load.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Box.cxx... Compiling Fl_Box.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Box.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Button.cxx... Compiling Fl_Button.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Button.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Chart.cxx... Compiling Fl_Chart.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Chart.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Check_Browser.cxx... Compiling Fl_Check_Browser.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Check_Browser.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Check_Button.cxx... Compiling Fl_Check_Button.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Check_Button.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Choice.cxx... Compiling Fl_Choice.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Choice.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Clock.cxx... Compiling Fl_Clock.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Clock.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Color_Chooser.cxx... Compiling Fl_Color_Chooser.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Color_Chooser.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Counter.cxx... Compiling Fl_Counter.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Counter.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Dial.cxx... Compiling Fl_Dial.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Dial.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Double_Window.cxx... Compiling Fl_Double_Window.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Double_Window.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_File_Browser.cxx... Compiling Fl_File_Browser.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_File_Browser.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_File_Browser.cxx:357:45: warning: for loop has empty body [-Wempty-body] for (i = 0; i < column && columns[i]; i ++); ^ Fl_File_Browser.cxx:357:45: note: put the semicolon on a separate line to silence this warning [-Wempty-body] 1 warning generated. echo Compiling Fl_File_Chooser.cxx... Compiling Fl_File_Chooser.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_File_Chooser.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_File_Chooser2.cxx... Compiling Fl_File_Chooser2.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_File_Chooser2.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_File_Icon.cxx... Compiling Fl_File_Icon.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_File_Icon.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_File_Input.cxx... Compiling Fl_File_Input.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_File_Input.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Group.cxx... Compiling Fl_Group.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Group.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Group.cxx:475:29: warning: '&&' within '||' [-Wlogical-op-parentheses] if (!resizable() || dw==0 && dh==0 ) { ~~ ~~~~~~^~~~~~~~ Fl_Group.cxx:475:29: note: place parentheses around the '&&' expression to silence this warning if (!resizable() || dw==0 && dh==0 ) { ^ ( ) 1 warning generated. echo Compiling Fl_Help_View.cxx... Compiling Fl_Help_View.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Help_View.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Help_View.cxx:2645:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] getcwd(dir, sizeof(dir)); ^~~~~~ ~~~~~~~~~~~~~~~~ Fl_Help_View.cxx:2745:2: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] getcwd(dir, sizeof(dir)); ^~~~~~ ~~~~~~~~~~~~~~~~ Fl_Help_View.cxx:3190:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread((void *)value_, 1, len, fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. echo Compiling Fl_Image.cxx... Compiling Fl_Image.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Input.cxx... Compiling Fl_Input.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Input.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Input.cxx:125:15: warning: '&&' within '||' [-Wlogical-op-parentheses] if (!ip && (ascii == '+' || ascii == '-') ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fl_Input.cxx:125:15: note: place parentheses around the '&&' expression to silence this warning if (!ip && (ascii == '+' || ascii == '-') ^ ( ) Fl_Input.cxx:129:28: warning: '&&' within '||' [-Wlogical-op-parentheses] && (ascii>='A'&& ascii<='F' || ascii>='a'&& ascii<='f')) ~~~~~~~~~~^~~~~~~~~~~~~ ~~ Fl_Input.cxx:129:28: note: place parentheses around the '&&' expression to silence this warning && (ascii>='A'&& ascii<='F' || ascii>='a'&& ascii<='f')) ^ ( ) Fl_Input.cxx:129:55: warning: '&&' within '||' [-Wlogical-op-parentheses] && (ascii>='A'&& ascii<='F' || ascii>='a'&& ascii<='f')) ~~ ~~~~~~~~~~^~~~~~~~~~~~~ Fl_Input.cxx:129:55: note: place parentheses around the '&&' expression to silence this warning && (ascii>='A'&& ascii<='F' || ascii>='a'&& ascii<='f')) ^ ( ) Fl_Input.cxx:130:52: warning: '&&' within '||' [-Wlogical-op-parentheses] || input_type()==FL_FLOAT_INPUT && ascii && strchr(legal_fp_chars, ascii)) ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fl_Input.cxx:130:52: note: place parentheses around the '&&' expression to silence this warning || input_type()==FL_FLOAT_INPUT && ascii && strchr(legal_fp_chars, ascii)) ^ ( ) Fl_Input.cxx:371:22: warning: '&&' within '||' [-Wlogical-op-parentheses] (newpos >= mark() && newpos < position() || ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ~~ Fl_Input.cxx:371:22: note: place parentheses around the '&&' expression to silence this warning (newpos >= mark() && newpos < position() || ^ ( ) Fl_Input.cxx:372:25: warning: '&&' within '||' [-Wlogical-op-parentheses] newpos >= position() && newpos < mark())) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ Fl_Input.cxx:372:25: note: place parentheses around the '&&' expression to silence this warning newpos >= position() && newpos < mark())) { ^ ( ) 6 warnings generated. echo Compiling Fl_Input_.cxx... Compiling Fl_Input_.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Input_.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Input_.cxx:641:38: warning: '&&' within '||' [-Wlogical-op-parentheses] if (undowidget != this || !undocut && !undoinsert) return 0; ~~ ~~~~~~~~~^~~~~~~~~~~~~~ Fl_Input_.cxx:641:38: note: place parentheses around the '&&' expression to silence this warning if (undowidget != this || !undocut && !undoinsert) return 0; ^ ( ) 1 warning generated. echo Compiling Fl_Light_Button.cxx... Compiling Fl_Light_Button.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Light_Button.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Menu.cxx... Compiling Fl_Menu.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Menu.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Menu.cxx:647:65: warning: '&&' within '||' [-Wlogical-op-parentheses] if (pp.menubar && (pp.menu_number<=0 || pp.menu_number==1 && pp.nummenus==2)) ~~ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ Fl_Menu.cxx:647:65: note: place parentheses around the '&&' expression to silence this warning if (pp.menubar && (pp.menu_number<=0 || pp.menu_number==1 && pp.nummenus==2)) ^ ( ) Fl_Menu.cxx:730:32: warning: '&&' within '||' [-Wlogical-op-parentheses] pp.menubar && pp.current_item && !pp.current_item->submenu() // button ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fl_Menu.cxx:730:32: note: place parentheses around the '&&' expression to silence this warning pp.menubar && pp.current_item && !pp.current_item->submenu() // button ^ ( ) 2 warnings generated. echo Compiling Fl_Menu_.cxx... Compiling Fl_Menu_.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Menu_.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Menu_Bar.cxx... Compiling Fl_Menu_Bar.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Menu_Bar.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Sys_Menu_Bar.cxx... Compiling Fl_Sys_Menu_Bar.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Sys_Menu_Bar.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Menu_Button.cxx... Compiling Fl_Menu_Button.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Menu_Button.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Menu_Window.cxx... Compiling Fl_Menu_Window.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Menu_Window.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Menu_add.cxx... Compiling Fl_Menu_add.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Menu_add.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Menu_global.cxx... Compiling Fl_Menu_global.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Menu_global.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Multi_Label.cxx... Compiling Fl_Multi_Label.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Multi_Label.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Overlay_Window.cxx... Compiling Fl_Overlay_Window.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Overlay_Window.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Pack.cxx... Compiling Fl_Pack.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Pack.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Pixmap.cxx... Compiling Fl_Pixmap.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Pixmap.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Positioner.cxx... Compiling Fl_Positioner.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Positioner.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Preferences.cxx... Compiling Fl_Preferences.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Preferences.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Preferences.cxx:310:36: warning: add explicit braces to avoid dangling else [-Wdangling-else] if ( isdigit( s[1] ) ) s+=3; else s+=1; ^ Fl_Preferences.cxx:769:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fgets( buf, 1024, f ); ^~~~~ ~~~~~~~~~~~~ Fl_Preferences.cxx:770:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fgets( buf, 1024, f ); ^~~~~ ~~~~~~~~~~~~ Fl_Preferences.cxx:771:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fgets( buf, 1024, f ); ^~~~~ ~~~~~~~~~~~~ 4 warnings generated. echo Compiling Fl_Progress.cxx... Compiling Fl_Progress.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Progress.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Repeat_Button.cxx... Compiling Fl_Repeat_Button.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Repeat_Button.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Return_Button.cxx... Compiling Fl_Return_Button.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Return_Button.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Roller.cxx... Compiling Fl_Roller.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Roller.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Round_Button.cxx... Compiling Fl_Round_Button.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Round_Button.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Scroll.cxx... Compiling Fl_Scroll.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Scroll.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Scrollbar.cxx... Compiling Fl_Scrollbar.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Scrollbar.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Shared_Image.cxx... Compiling Fl_Shared_Image.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Shared_Image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Shared_Image.cxx:227:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(header, 1, sizeof(header), fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. echo Compiling Fl_Single_Window.cxx... Compiling Fl_Single_Window.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Single_Window.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Slider.cxx... Compiling Fl_Slider.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Slider.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Tabs.cxx... Compiling Fl_Tabs.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Tabs.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Tabs.cxx:245:13: warning: '&&' within '||' [-Wlogical-op-parentheses] if (push_ && !push_->visible() || o && !o->visible()) ~~~~~~^~~~~~~~~~~~~~~~~~~~ ~~ Fl_Tabs.cxx:245:13: note: place parentheses around the '&&' expression to silence this warning if (push_ && !push_->visible() || o && !o->visible()) ^ ( ) Fl_Tabs.cxx:245:39: warning: '&&' within '||' [-Wlogical-op-parentheses] if (push_ && !push_->visible() || o && !o->visible()) ~~ ~~^~~~~~~~~~~~~~~~ Fl_Tabs.cxx:245:39: note: place parentheses around the '&&' expression to silence this warning if (push_ && !push_->visible() || o && !o->visible()) ^ ( ) 2 warnings generated. echo Compiling Fl_Text_Buffer.cxx... Compiling Fl_Text_Buffer.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Text_Buffer.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Text_Buffer.cxx:351:53: warning: '&&' within '||' [-Wlogical-op-parentheses] if (undowidget != this || !undocut && !undoinsert &&!mCanUndo) return 0; ~~ ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ Fl_Text_Buffer.cxx:351:53: note: place parentheses around the '&&' expression to silence this warning if (undowidget != this || !undocut && !undoinsert &&!mCanUndo) return 0; ^ ( ) Fl_Text_Buffer.cxx:1338:14: warning: array subscript is of type 'char' [-Wchar-subscripts] if ( hist[ replacements[ i ] ] == 0 ) ^ ~~~~~~~~~~~~~~~~~ 2 warnings generated. echo Compiling Fl_Text_Display.cxx... Compiling Fl_Text_Display.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Text_Display.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Text_Editor.cxx... Compiling Fl_Text_Editor.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Text_Editor.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Tile.cxx... Compiling Fl_Tile.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Tile.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Tile.cxx:51:29: warning: '&&' within '||' [-Wlogical-op-parentheses] if (t == oix || t>oix && Xnewx) X = newx; ~~ ~~~~~~^~~~~~~~~ Fl_Tile.cxx:51:29: note: place parentheses around the '&&' expression to silence this warning if (t == oix || t>oix && Xnewx) X = newx; ^ ( ) Fl_Tile.cxx:51:48: warning: '&&' within '||' [-Wlogical-op-parentheses] if (t == oix || t>oix && Xnewx) X = newx; ~~ ~~~~~~^~~~~~~~~ Fl_Tile.cxx:51:48: note: place parentheses around the '&&' expression to silence this warning if (t == oix || t>oix && Xnewx) X = newx; ^ ( ) Fl_Tile.cxx:53:29: warning: '&&' within '||' [-Wlogical-op-parentheses] if (t == oix || t>oix && Rnewx) R = newx; ~~ ~~~~~~^~~~~~~~~ Fl_Tile.cxx:53:29: note: place parentheses around the '&&' expression to silence this warning if (t == oix || t>oix && Rnewx) R = newx; ^ ( ) Fl_Tile.cxx:53:48: warning: '&&' within '||' [-Wlogical-op-parentheses] if (t == oix || t>oix && Rnewx) R = newx; ~~ ~~~~~~^~~~~~~~~ Fl_Tile.cxx:53:48: note: place parentheses around the '&&' expression to silence this warning if (t == oix || t>oix && Rnewx) R = newx; ^ ( ) Fl_Tile.cxx:59:29: warning: '&&' within '||' [-Wlogical-op-parentheses] if (t == oiy || t>oiy && Ynewy) Y = newy; ~~ ~~~~~~^~~~~~~~~ Fl_Tile.cxx:59:29: note: place parentheses around the '&&' expression to silence this warning if (t == oiy || t>oiy && Ynewy) Y = newy; ^ ( ) Fl_Tile.cxx:59:48: warning: '&&' within '||' [-Wlogical-op-parentheses] if (t == oiy || t>oiy && Ynewy) Y = newy; ~~ ~~~~~~^~~~~~~~~ Fl_Tile.cxx:59:48: note: place parentheses around the '&&' expression to silence this warning if (t == oiy || t>oiy && Ynewy) Y = newy; ^ ( ) Fl_Tile.cxx:61:29: warning: '&&' within '||' [-Wlogical-op-parentheses] if (t == oiy || t>oiy && Bnewy) B = newy; ~~ ~~~~~~^~~~~~~~~ Fl_Tile.cxx:61:29: note: place parentheses around the '&&' expression to silence this warning if (t == oiy || t>oiy && Bnewy) B = newy; ^ ( ) Fl_Tile.cxx:61:48: warning: '&&' within '||' [-Wlogical-op-parentheses] if (t == oiy || t>oiy && Bnewy) B = newy; ~~ ~~~~~~^~~~~~~~~ Fl_Tile.cxx:61:48: note: place parentheses around the '&&' expression to silence this warning if (t == oiy || t>oiy && Bnewy) B = newy; ^ ( ) 8 warnings generated. echo Compiling Fl_Tiled_Image.cxx... Compiling Fl_Tiled_Image.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Tiled_Image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Tooltip.cxx... Compiling Fl_Tooltip.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Tooltip.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Valuator.cxx... Compiling Fl_Valuator.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Valuator.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Value_Input.cxx... Compiling Fl_Value_Input.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Value_Input.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Value_Output.cxx... Compiling Fl_Value_Output.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Value_Output.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Value_Slider.cxx... Compiling Fl_Value_Slider.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Value_Slider.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Widget.cxx... Compiling Fl_Widget.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Widget.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Window.cxx... Compiling Fl_Window.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Window.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Window_fullscreen.cxx... Compiling Fl_Window_fullscreen.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Window_fullscreen.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Window_hotspot.cxx... Compiling Fl_Window_hotspot.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Window_hotspot.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Window_iconize.cxx... Compiling Fl_Window_iconize.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Window_iconize.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Wizard.cxx... Compiling Fl_Wizard.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Wizard.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_XBM_Image.cxx... Compiling Fl_XBM_Image.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_XBM_Image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_XPM_Image.cxx... Compiling Fl_XPM_Image.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_XPM_Image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_XPM_Image.cxx:75:2: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fgets(q,(buffer+MAXSIZE+20)-q,f); break; ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. echo Compiling Fl_abort.cxx... Compiling Fl_abort.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_abort.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_add_idle.cxx... Compiling Fl_add_idle.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_add_idle.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_arg.cxx... Compiling Fl_arg.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_arg.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_compose.cxx... Compiling Fl_compose.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_compose.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_compose.cxx:164:25: warning: '&&' within '||' [-Wlogical-op-parentheses] if (p[0] == ascii && p[1] == c1 || p[1] == ascii && p[0] == c1) { ~~~~~~~~~~~~~~^~~~~~~~~~~~~ ~~ Fl_compose.cxx:164:25: note: place parentheses around the '&&' expression to silence this warning if (p[0] == ascii && p[1] == c1 || p[1] == ascii && p[0] == c1) { ^ ( ) Fl_compose.cxx:164:56: warning: '&&' within '||' [-Wlogical-op-parentheses] if (p[0] == ascii && p[1] == c1 || p[1] == ascii && p[0] == c1) { ~~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~ Fl_compose.cxx:164:56: note: place parentheses around the '&&' expression to silence this warning if (p[0] == ascii && p[1] == c1 || p[1] == ascii && p[0] == c1) { ^ ( ) 2 warnings generated. echo Compiling Fl_display.cxx... Compiling Fl_display.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_display.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_get_key.cxx... Compiling Fl_get_key.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_get_key.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_get_system_colors.cxx... Compiling Fl_get_system_colors.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_get_system_colors.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_grab.cxx... Compiling Fl_grab.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_grab.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_lock.cxx... Compiling Fl_lock.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_lock.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_lock.cxx:266:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(thread_filedes[1], &msg, sizeof(void*)); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fl_lock.cxx:277:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] read(fd, &thread_message_, sizeof(void*)); ^~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fl_lock.cxx:293:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] pipe(thread_filedes); ^~~~ ~~~~~~~~~~~~~~ 3 warnings generated. echo Compiling Fl_own_colormap.cxx... Compiling Fl_own_colormap.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_own_colormap.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_visual.cxx... Compiling Fl_visual.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_visual.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_x.cxx... Compiling Fl_x.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_x.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_x.cxx:848:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] keysym = XKeycodeToKeysym(fl_display, keycode, 0); ^ Fl_x.cxx:869:16: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] keysym = XKeycodeToKeysym(fl_display, keycode, 0); ^ Fl_x.cxx:896:31: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] unsigned long keysym1 = XKeycodeToKeysym(fl_display, keycode, 1); ^ Fl_x.cxx:1383:64: warning: '&&' within '||' [-Wlogical-op-parentheses] static inline int can_boxcheat(uchar b) {return (b==1 || (b&2) && b<=15);} ~~ ~~~~~~^~~~~~~~ Fl_x.cxx:1383:64: note: place parentheses around the '&&' expression to silence this warning static inline int can_boxcheat(uchar b) {return (b==1 || (b&2) && b<=15);} ^ ( ) 4 warnings generated. echo Compiling filename_absolute.cxx... Compiling filename_absolute.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c filename_absolute.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling filename_expand.cxx... Compiling filename_expand.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c filename_expand.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling filename_ext.cxx... Compiling filename_ext.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c filename_ext.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling filename_isdir.cxx... Compiling filename_isdir.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c filename_isdir.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling filename_list.cxx... Compiling filename_list.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c filename_list.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling filename_match.cxx... Compiling filename_match.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c filename_match.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling filename_setext.cxx... Compiling filename_setext.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c filename_setext.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_arc.cxx... Compiling fl_arc.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_arc.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_arci.cxx... Compiling fl_arci.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_arci.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_ask.cxx... Compiling fl_ask.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_ask.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_boxtype.cxx... Compiling fl_boxtype.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_boxtype.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' fl_boxtype.cxx:63:15: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g[*s++]); ^~~~~ fl_boxtype.cxx:67:15: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g[*s++]); ^~~~~ fl_boxtype.cxx:71:15: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g[*s++]); ^~~~~ fl_boxtype.cxx:75:15: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g[*s++]); ^~~~~ fl_boxtype.cxx:85:15: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g[*s++]); ^~~~~ fl_boxtype.cxx:89:15: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g[*s++]); ^~~~~ fl_boxtype.cxx:93:15: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g[*s++]); ^~~~~ fl_boxtype.cxx:97:15: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g[*s++]); ^~~~~ 8 warnings generated. echo Compiling fl_color.cxx... Compiling fl_color.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_color.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' fl_color.cxx:166:32: warning: '&' within '|' [-Wbitwise-op-parentheses] return (color&mask) | (~mask)&(mask>>1); ~ ~~~~~~~^~~~~~~~~~ fl_color.cxx:166:32: note: place parentheses around the '&' expression to silence this warning return (color&mask) | (~mask)&(mask>>1); ^ ( ) 1 warning generated. echo Compiling fl_cursor.cxx... Compiling fl_cursor.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_cursor.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_curve.cxx... Compiling fl_curve.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_curve.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_diamond_box.cxx... Compiling fl_diamond_box.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_diamond_box.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' fl_diamond_box.cxx:46:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['W']); fl_line(x+1, y1, x1, y+1, x+w-1, y1); ^~~~ fl_diamond_box.cxx:47:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['U']); fl_line(x+2, y1, x1, y+2, x+w-2, y1); ^~~~ fl_diamond_box.cxx:48:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['S']); fl_line(x+3, y1, x1, y+3, x+w-3, y1); ^~~~ fl_diamond_box.cxx:49:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['P']); fl_line(x+3, y1, x1, y+h-3, x+w-3, y1); ^~~~ fl_diamond_box.cxx:50:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['N']); fl_line(x+2, y1, x1, y+h-2, x+w-2, y1); ^~~~ fl_diamond_box.cxx:51:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['H']); fl_line(x+1, y1, x1, y+h-1, x+w-1, y1); ^~~~ fl_diamond_box.cxx:52:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['A']); fl_loop(x, y1, x1, y, x+w, y1, x1, y+h); ^~~~ fl_diamond_box.cxx:61:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['P']); fl_line(x+0, y1, x1, y+0, x+w-0, y1); ^~~~ fl_diamond_box.cxx:62:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['N']); fl_line(x+1, y1, x1, y+1, x+w-1, y1); ^~~~ fl_diamond_box.cxx:63:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['H']); fl_line(x+2, y1, x1, y+2, x+w-2, y1); ^~~~ fl_diamond_box.cxx:64:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['W']); fl_line(x+2, y1, x1, y+h-2, x+w-2, y1); ^~~~ fl_diamond_box.cxx:65:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['U']); fl_line(x+1, y1, x1, y+h-1, x+w-1, y1); ^~~~ fl_diamond_box.cxx:66:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['S']); fl_line(x+0, y1, x1, y+h-0, x+w-0, y1); ^~~~ fl_diamond_box.cxx:68:13: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(g['A']); fl_loop(x+3, y1, x1, y+3, x+w-3, y1, x1, y+h-3); ^~~~ 14 warnings generated. echo Compiling fl_dnd.cxx... Compiling fl_dnd.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_dnd.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_draw.cxx... Compiling fl_draw.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_draw.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_draw_image.cxx... Compiling fl_draw_image.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_draw_image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_draw_pixmap.cxx... Compiling fl_draw_pixmap.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_draw_pixmap.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' fl_draw_pixmap.cxx:53:26: warning: '&&' within '||' [-Wlogical-op-parentheses] chars_per_pixel!=1 && chars_per_pixel!=2) return w=0; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ fl_draw_pixmap.cxx:53:26: note: place parentheses around the '&&' expression to silence this warning chars_per_pixel!=1 && chars_per_pixel!=2) return w=0; ^ ( ) 1 warning generated. echo Compiling fl_encoding_latin1.cxx... Compiling fl_encoding_latin1.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_encoding_latin1.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_encoding_mac_roman.cxx... Compiling fl_encoding_mac_roman.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_encoding_mac_roman.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_engraved_label.cxx... Compiling fl_engraved_label.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_engraved_label.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_file_dir.cxx... Compiling fl_file_dir.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_file_dir.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_font.cxx... Compiling fl_font.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_font.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_gtk.cxx... Compiling fl_gtk.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_gtk.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_labeltype.cxx... Compiling fl_labeltype.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_labeltype.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_line_style.cxx... Compiling fl_line_style.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_line_style.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_open_uri.cxx... Compiling fl_open_uri.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_open_uri.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_oval_box.cxx... Compiling fl_oval_box.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_oval_box.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_overlay.cxx... Compiling fl_overlay.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_overlay.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_overlay_visual.cxx... Compiling fl_overlay_visual.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_overlay_visual.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_plastic.cxx... Compiling fl_plastic.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_plastic.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' fl_plastic.cxx:90:27: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:92:27: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:94:27: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:96:27: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:109:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:111:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:113:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:115:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:122:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:126:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:128:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:132:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:139:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:141:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:145:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:147:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[*c++], bc)); ^~~~~ fl_plastic.cxx:169:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[c[i]], bc)); ^~~~~ fl_plastic.cxx:177:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[c[clen - i]], bc)); ^~~~~~~~~~~~ fl_plastic.cxx:188:27: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[c[chalf]], bc)); ^~~~~~~~~ fl_plastic.cxx:200:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[c[i]], bc)); ^~~~~ fl_plastic.cxx:208:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[c[clen - i]], bc)); ^~~~~~~~~~~~ fl_plastic.cxx:219:27: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[c[chalf]], bc)); ^~~~~~~~~ fl_plastic.cxx:239:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[c[i]], bc)); ^~~~~ fl_plastic.cxx:245:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[c[clen - i]], bc)); ^~~~~~~~~~~~ fl_plastic.cxx:252:27: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[c[chalf]], bc)); ^~~~~~~~~ fl_plastic.cxx:261:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[c[i]], bc)); ^~~~~ fl_plastic.cxx:267:29: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[c[clen - i]], bc)); ^~~~~~~~~~~~ fl_plastic.cxx:274:27: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g[c[chalf]], bc)); ^~~~~~~~~ fl_plastic.cxx:290:25: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g['R'], c)); ^~~~ fl_plastic.cxx:292:25: warning: array subscript is of type 'char' [-Wchar-subscripts] fl_color(shade_color(g['I'], c)); ^~~~ 30 warnings generated. echo Compiling fl_read_image.cxx... Compiling fl_read_image.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_read_image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_rect.cxx... Compiling fl_rect.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_rect.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_round_box.cxx... Compiling fl_round_box.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_round_box.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' fl_round_box.cxx:88:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(UPPER_LEFT, x+1, y, w-2, h, 0, g['N']); ^~~~ fl_round_box.cxx:89:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(UPPER_LEFT, x+1, y, w-2, h, 1, g['H']); ^~~~ fl_round_box.cxx:90:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(UPPER_LEFT, x, y, w, h, 0, g['N']); ^~~~ fl_round_box.cxx:91:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(UPPER_LEFT, x, y, w, h, 1, g['H']); ^~~~ fl_round_box.cxx:92:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(LOWER_RIGHT, x, y, w, h, 0, g['S']); ^~~~ fl_round_box.cxx:93:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(LOWER_RIGHT, x+1, y, w-2, h, 0, g['U']); ^~~~ fl_round_box.cxx:94:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(LOWER_RIGHT, x, y, w, h, 1, g['U']); ^~~~ fl_round_box.cxx:95:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(LOWER_RIGHT, x+1, y, w-2, h, 1, g['W']); ^~~~ fl_round_box.cxx:96:40: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(CLOSED, x, y, w, h, 2, g['A']); ^~~~ fl_round_box.cxx:102:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(LOWER_RIGHT, x+1, y, w-2, h, 0, g['H']); ^~~~ fl_round_box.cxx:103:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(LOWER_RIGHT, x+1, y, w-2, h, 1, g['N']); ^~~~ fl_round_box.cxx:104:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(LOWER_RIGHT, x, y, w, h, 1, g['H']); ^~~~ fl_round_box.cxx:105:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(LOWER_RIGHT, x, y, w, h, 2, g['N']); ^~~~ fl_round_box.cxx:106:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(UPPER_LEFT, x, y, w, h, 2, g['U']); ^~~~ fl_round_box.cxx:107:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(UPPER_LEFT, x+1, y, w-2, h, 1, g['S']); ^~~~ fl_round_box.cxx:108:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(UPPER_LEFT, x, y, w, h, 1, g['W']); ^~~~ fl_round_box.cxx:109:41: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(UPPER_LEFT, x+1, y, w-2, h, 0, g['U']); ^~~~ fl_round_box.cxx:110:40: warning: array subscript is of type 'char' [-Wchar-subscripts] draw(CLOSED, x, y, w, h, 0, g['A']); ^~~~ 18 warnings generated. echo Compiling fl_rounded_box.cxx... Compiling fl_rounded_box.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_rounded_box.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_set_font.cxx... Compiling fl_set_font.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_set_font.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_set_fonts.cxx... Compiling fl_set_fonts.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_set_fonts.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_scroll_area.cxx... Compiling fl_scroll_area.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_scroll_area.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_shadow_box.cxx... Compiling fl_shadow_box.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_shadow_box.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_shortcut.cxx... Compiling fl_shortcut.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_shortcut.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' fl_shortcut.cxx:62:14: warning: '&&' within '||' [-Wlogical-op-parentheses] if (v > 32 && v < 0x7f || v >= 0x80 && v <= 0xff) { ~~~~~~~^~~~~~~~~~~ ~~ fl_shortcut.cxx:62:14: note: place parentheses around the '&&' expression to silence this warning if (v > 32 && v < 0x7f || v >= 0x80 && v <= 0xff) { ^ ( ) fl_shortcut.cxx:62:39: warning: '&&' within '||' [-Wlogical-op-parentheses] if (v > 32 && v < 0x7f || v >= 0x80 && v <= 0xff) { ~~ ~~~~~~~~~~^~~~~~~~~~~~ fl_shortcut.cxx:62:39: note: place parentheses around the '&&' expression to silence this warning if (v > 32 && v < 0x7f || v >= 0x80 && v <= 0xff) { ^ ( ) fl_shortcut.cxx:138:14: warning: '&&' within '||' [-Wlogical-op-parentheses] if (v > 32 && v < 0x7f || v >= 0xa0 && v <= 0xff) { ~~~~~~~^~~~~~~~~~~ ~~ fl_shortcut.cxx:138:14: note: place parentheses around the '&&' expression to silence this warning if (v > 32 && v < 0x7f || v >= 0xa0 && v <= 0xff) { ^ ( ) fl_shortcut.cxx:138:39: warning: '&&' within '||' [-Wlogical-op-parentheses] if (v > 32 && v < 0x7f || v >= 0xa0 && v <= 0xff) { ~~ ~~~~~~~~~~^~~~~~~~~~~~ fl_shortcut.cxx:138:39: note: place parentheses around the '&&' expression to silence this warning if (v > 32 && v < 0x7f || v >= 0xa0 && v <= 0xff) { ^ ( ) 4 warnings generated. echo Compiling fl_show_colormap.cxx... Compiling fl_show_colormap.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_show_colormap.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_symbols.cxx... Compiling fl_symbols.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_symbols.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_vertex.cxx... Compiling fl_vertex.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_vertex.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling screen_xywh.cxx... Compiling screen_xywh.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c screen_xywh.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fl_call_main.c... Compiling fl_call_main.c... cc -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_call_main.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling flstring.c... Compiling flstring.c... cc -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c flstring.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling scandir.c... Compiling scandir.c... cc -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c scandir.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling numericsort.c... Compiling numericsort.c... cc -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c numericsort.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling vsnprintf.c... Compiling vsnprintf.c... cc -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c vsnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo /usr/bin/ar cr ../lib/libfltk.a ... /usr/bin/ar cr ../lib/libfltk.a ... rm -f ../lib/libfltk.a /usr/bin/ar cr ../lib/libfltk.a Fl.o Fl_Adjuster.o Fl_Bitmap.o Fl_Browser.o Fl_Browser_.o Fl_Browser_load.o Fl_Box.o Fl_Button.o Fl_Chart.o Fl_Check_Browser.o Fl_Check_Button.o Fl_Choice.o Fl_Clock.o Fl_Color_Chooser.o Fl_Counter.o Fl_Dial.o Fl_Double_Window.o Fl_File_Browser.o Fl_File_Chooser.o Fl_File_Chooser2.o Fl_File_Icon.o Fl_File_Input.o Fl_Group.o Fl_Help_View.o Fl_Image.o Fl_Input.o Fl_Input_.o Fl_Light_Button.o Fl_Menu.o Fl_Menu_.o Fl_Menu_Bar.o Fl_Sys_Menu_Bar.o Fl_Menu_Button.o Fl_Menu_Window.o Fl_Menu_add.o Fl_Menu_global.o Fl_Multi_Label.o Fl_Overlay_Window.o Fl_Pack.o Fl_Pixmap.o Fl_Positioner.o Fl_Preferences.o Fl_Progress.o Fl_Repeat_Button.o Fl_Return_Button.o Fl_Roller.o Fl_Round_Button.o Fl_Scroll.o Fl_Scrollbar.o Fl_Shared_Image.o Fl_Single_Window.o Fl_Slider.o Fl_Tabs.o Fl_Text_Buffer.o Fl_Text_Display.o Fl_Text_Editor.o Fl_Tile.o Fl_Tiled_Image.o Fl_Tooltip.o Fl_Valuator.o Fl_Value_Input.o Fl_Value_Output.o Fl_Value_Slider.o Fl_Widget.o Fl_Window.o Fl_Window_fullscreen.o Fl_Window_hotspot.o Fl_Window_iconize.o Fl_Wizard.o Fl_XBM_Image.o Fl_XPM_Image.o Fl_abort.o Fl_add_idle.o Fl_arg.o Fl_compose.o Fl_display.o Fl_get_key.o Fl_get_system_colors.o Fl_grab.o Fl_lock.o Fl_own_colormap.o Fl_visual.o Fl_x.o filename_absolute.o filename_expand.o filename_ext.o filename_isdir.o filename_list.o filename_match.o filename_setext.o fl_arc.o fl_arci.o fl_ask.o fl_boxtype.o fl_color.o fl_cursor.o fl_curve.o fl_diamond_box.o fl_dnd.o fl_draw.o fl_draw_image.o fl_draw_pixmap.o fl_encoding_latin1.o fl_encoding_mac_roman.o fl_engraved_label.o fl_file_dir.o fl_font.o fl_gtk.o fl_labeltype.o fl_line_style.o fl_open_uri.o fl_oval_box.o fl_overlay.o fl_overlay_visual.o fl_plastic.o fl_read_image.o fl_rect.o fl_round_box.o fl_rounded_box.o fl_set_font.o fl_set_fonts.o fl_scroll_area.o fl_shadow_box.o fl_shortcut.o fl_show_colormap.o fl_symbols.o fl_vertex.o screen_xywh.o fl_call_main.o flstring.o scandir.o numericsort.o vsnprintf.o ranlib ../lib/libfltk.a echo g++ -L. -Wl,-z,relro -Wl,-z,now -Wl,-soname,libfltk.so.1.1 -shared -fPIC -o libfltk.so.1.1 ... g++ -L. -Wl,-z,relro -Wl,-z,now -Wl,-soname,libfltk.so.1.1 -shared -fPIC -o libfltk.so.1.1 ... g++ -L. -Wl,-z,relro -Wl,-z,now -Wl,-soname,libfltk.so.1.1 -shared -fPIC -o libfltk.so.1.1 Fl.o Fl_Adjuster.o Fl_Bitmap.o Fl_Browser.o Fl_Browser_.o Fl_Browser_load.o Fl_Box.o Fl_Button.o Fl_Chart.o Fl_Check_Browser.o Fl_Check_Button.o Fl_Choice.o Fl_Clock.o Fl_Color_Chooser.o Fl_Counter.o Fl_Dial.o Fl_Double_Window.o Fl_File_Browser.o Fl_File_Chooser.o Fl_File_Chooser2.o Fl_File_Icon.o Fl_File_Input.o Fl_Group.o Fl_Help_View.o Fl_Image.o Fl_Input.o Fl_Input_.o Fl_Light_Button.o Fl_Menu.o Fl_Menu_.o Fl_Menu_Bar.o Fl_Sys_Menu_Bar.o Fl_Menu_Button.o Fl_Menu_Window.o Fl_Menu_add.o Fl_Menu_global.o Fl_Multi_Label.o Fl_Overlay_Window.o Fl_Pack.o Fl_Pixmap.o Fl_Positioner.o Fl_Preferences.o Fl_Progress.o Fl_Repeat_Button.o Fl_Return_Button.o Fl_Roller.o Fl_Round_Button.o Fl_Scroll.o Fl_Scrollbar.o Fl_Shared_Image.o Fl_Single_Window.o Fl_Slider.o Fl_Tabs.o Fl_Text_Buffer.o Fl_Text_Display.o Fl_Text_Editor.o Fl_Tile.o Fl_Tiled_Image.o Fl_Tooltip.o Fl_Valuator.o Fl_Value_Input.o Fl_Value_Output.o Fl_Value_Slider.o Fl_Widget.o Fl_Window.o Fl_Window_fullscreen.o Fl_Window_hotspot.o Fl_Window_iconize.o Fl_Wizard.o Fl_XBM_Image.o Fl_XPM_Image.o Fl_abort.o Fl_add_idle.o Fl_arg.o Fl_compose.o Fl_display.o Fl_get_key.o Fl_get_system_colors.o Fl_grab.o Fl_lock.o Fl_own_colormap.o Fl_visual.o Fl_x.o filename_absolute.o filename_expand.o filename_ext.o filename_isdir.o filename_list.o filename_match.o filename_setext.o fl_arc.o fl_arci.o fl_ask.o fl_boxtype.o fl_color.o fl_cursor.o fl_curve.o fl_diamond_box.o fl_dnd.o fl_draw.o fl_draw_image.o fl_draw_pixmap.o fl_encoding_latin1.o fl_encoding_mac_roman.o fl_engraved_label.o fl_file_dir.o fl_font.o fl_gtk.o fl_labeltype.o fl_line_style.o fl_open_uri.o fl_oval_box.o fl_overlay.o fl_overlay_visual.o fl_plastic.o fl_read_image.o fl_rect.o fl_round_box.o fl_rounded_box.o fl_set_font.o fl_set_fonts.o fl_scroll_area.o fl_shadow_box.o fl_shortcut.o fl_show_colormap.o fl_symbols.o fl_vertex.o screen_xywh.o fl_call_main.o flstring.o scandir.o numericsort.o vsnprintf.o -lXft -lfontconfig -lXinerama -lm -lX11 -lpthread rm -f libfltk.so ln -s libfltk.so.1.1 libfltk.so echo Compiling forms_compatability.cxx... Compiling forms_compatability.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c forms_compatability.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling forms_bitmap.cxx... Compiling forms_bitmap.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c forms_bitmap.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling forms_free.cxx... Compiling forms_free.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c forms_free.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling forms_fselect.cxx... Compiling forms_fselect.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c forms_fselect.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling forms_pixmap.cxx... Compiling forms_pixmap.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c forms_pixmap.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling forms_timer.cxx... Compiling forms_timer.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c forms_timer.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo /usr/bin/ar cr ../lib/libfltk_forms.a ... /usr/bin/ar cr ../lib/libfltk_forms.a ... rm -f ../lib/libfltk_forms.a /usr/bin/ar cr ../lib/libfltk_forms.a forms_compatability.o forms_bitmap.o forms_free.o forms_fselect.o forms_pixmap.o forms_timer.o ranlib ../lib/libfltk_forms.a echo g++ -L. -Wl,-z,relro -Wl,-z,now -Wl,-soname,libfltk_forms.so.1.1 -shared -fPIC -o libfltk_forms.so.1.1 ... g++ -L. -Wl,-z,relro -Wl,-z,now -Wl,-soname,libfltk_forms.so.1.1 -shared -fPIC -o libfltk_forms.so.1.1 ... g++ -L. -Wl,-z,relro -Wl,-z,now -Wl,-soname,libfltk_forms.so.1.1 -shared -fPIC -o libfltk_forms.so.1.1 forms_compatability.o forms_bitmap.o forms_free.o forms_fselect.o forms_pixmap.o forms_timer.o -L. -lfltk rm -f libfltk_forms.so ln -s libfltk_forms.so.1.1 libfltk_forms.so echo Compiling Fl_Gl_Choice.cxx... Compiling Fl_Gl_Choice.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Gl_Choice.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Gl_Overlay.cxx... Compiling Fl_Gl_Overlay.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Gl_Overlay.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Gl_Window.cxx... Compiling Fl_Gl_Window.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Gl_Window.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling freeglut_geometry.cxx... Compiling freeglut_geometry.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c freeglut_geometry.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling freeglut_stroke_mono_roman.cxx... Compiling freeglut_stroke_mono_roman.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c freeglut_stroke_mono_roman.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling freeglut_stroke_roman.cxx... Compiling freeglut_stroke_roman.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c freeglut_stroke_roman.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling freeglut_teapot.cxx... Compiling freeglut_teapot.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c freeglut_teapot.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling gl_draw.cxx... Compiling gl_draw.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c gl_draw.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling gl_start.cxx... Compiling gl_start.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c gl_start.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling glut_compatability.cxx... Compiling glut_compatability.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c glut_compatability.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling glut_font.cxx... Compiling glut_font.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c glut_font.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo /usr/bin/ar cr ../lib/libfltk_gl.a ... /usr/bin/ar cr ../lib/libfltk_gl.a ... rm -f ../lib/libfltk_gl.a /usr/bin/ar cr ../lib/libfltk_gl.a Fl_Gl_Choice.o Fl_Gl_Overlay.o Fl_Gl_Window.o freeglut_geometry.o freeglut_stroke_mono_roman.o freeglut_stroke_roman.o freeglut_teapot.o gl_draw.o gl_start.o glut_compatability.o glut_font.o ranlib ../lib/libfltk_gl.a echo g++ -L. -Wl,-z,relro -Wl,-z,now -Wl,-soname,libfltk_gl.so.1.1 -shared -fPIC -o libfltk_gl.so.1.1 ... g++ -L. -Wl,-z,relro -Wl,-z,now -Wl,-soname,libfltk_gl.so.1.1 -shared -fPIC -o libfltk_gl.so.1.1 ... g++ -L. -Wl,-z,relro -Wl,-z,now -Wl,-soname,libfltk_gl.so.1.1 -shared -fPIC -o libfltk_gl.so.1.1 Fl_Gl_Choice.o Fl_Gl_Overlay.o Fl_Gl_Window.o freeglut_geometry.o freeglut_stroke_mono_roman.o freeglut_stroke_roman.o freeglut_teapot.o gl_draw.o gl_start.o glut_compatability.o glut_font.o -lGL -lX11 -ldl -L. -lfltk rm -f libfltk_gl.so ln -s libfltk_gl.so.1.1 libfltk_gl.so echo Compiling fl_images_core.cxx... Compiling fl_images_core.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fl_images_core.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_BMP_Image.cxx... Compiling Fl_BMP_Image.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_BMP_Image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_BMP_Image.cxx:179:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(colormap[repcount], 1, 3, fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. echo Compiling Fl_File_Icon2.cxx... Compiling Fl_File_Icon2.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_File_Icon2.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_GIF_Image.cxx... Compiling Fl_GIF_Image.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_GIF_Image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Help_Dialog.cxx... Compiling Fl_Help_Dialog.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Help_Dialog.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_JPEG_Image.cxx... Compiling Fl_JPEG_Image.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_JPEG_Image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_PNG_Image.cxx... Compiling Fl_PNG_Image.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_PNG_Image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_PNM_Image.cxx... Compiling Fl_PNM_Image.cxx... g++ -I.. -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIC -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_PNM_Image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_PNM_Image.cxx:162:11: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(ptr, w(), d(), fp); ^~~~~ ~~~~~~~~~~~~~~~~~ 1 warning generated. echo /usr/bin/ar cr ../lib/libfltk_images.a ... /usr/bin/ar cr ../lib/libfltk_images.a ... rm -f ../lib/libfltk_images.a /usr/bin/ar cr ../lib/libfltk_images.a fl_images_core.o Fl_BMP_Image.o Fl_File_Icon2.o Fl_GIF_Image.o Fl_Help_Dialog.o Fl_JPEG_Image.o Fl_PNG_Image.o Fl_PNM_Image.o ranlib ../lib/libfltk_images.a echo g++ -L. -Wl,-z,relro -Wl,-z,now -Wl,-soname,libfltk_images.so.1.1 -shared -fPIC -o libfltk_images.so.1.1 ... g++ -L. -Wl,-z,relro -Wl,-z,now -Wl,-soname,libfltk_images.so.1.1 -shared -fPIC -o libfltk_images.so.1.1 ... g++ -L. -Wl,-z,relro -Wl,-z,now -Wl,-soname,libfltk_images.so.1.1 -shared -fPIC -o libfltk_images.so.1.1 fl_images_core.o Fl_BMP_Image.o Fl_File_Icon2.o Fl_GIF_Image.o Fl_Help_Dialog.o Fl_JPEG_Image.o Fl_PNG_Image.o Fl_PNM_Image.o -L. -L../lib -lpng -ljpeg -lfltk rm -f libfltk_images.so ln -s libfltk_images.so.1.1 libfltk_images.so make[3]: Leaving directory `/«PKGBUILDDIR»/src' === making fluid === make[3]: Entering directory `/«PKGBUILDDIR»/fluid' echo Compiling CodeEditor.cxx... Compiling CodeEditor.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c CodeEditor.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' CodeEditor.cxx:179:27: warning: for loop has empty body [-Wempty-body] *bufptr++ = *temp++); ^ CodeEditor.cxx:179:27: note: put the semicolon on a separate line to silence this warning [-Wempty-body] 1 warning generated. echo Compiling Fl_Function_Type.cxx... Compiling Fl_Function_Type.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Function_Type.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Function_Type.cxx:308:53: warning: '&&' within '||' [-Wlogical-op-parentheses] while(*++nptr && (skips || skipc || (*nptr!=',' && *nptr!=')' || plevel!=1) )) { ~~~~~~~~~~~^~~~~~~~~~~~~ ~~ Fl_Function_Type.cxx:308:53: note: place parentheses around the '&&' expression to silence this warning while(*++nptr && (skips || skipc || (*nptr!=',' && *nptr!=')' || plevel!=1) )) { ^ ( ) Fl_Function_Type.cxx:345:53: warning: '&&' within '||' [-Wlogical-op-parentheses] while(*++nptr && (skips || skipc || (*nptr!=',' && *nptr!=')' || plevel!=1) )) { ~~~~~~~~~~~^~~~~~~~~~~~~ ~~ Fl_Function_Type.cxx:345:53: note: place parentheses around the '&&' expression to silence this warning while(*++nptr && (skips || skipc || (*nptr!=',' && *nptr!=')' || plevel!=1) )) { ^ ( ) Fl_Function_Type.cxx:616:32: warning: '&&' within '||' [-Wlogical-op-parentheses] !strncmp(c,"class",5) && isspace(c[5]) ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ Fl_Function_Type.cxx:616:32: note: place parentheses around the '&&' expression to silence this warning !strncmp(c,"class",5) && isspace(c[5]) ^ ( ) Fl_Function_Type.cxx:617:34: warning: '&&' within '||' [-Wlogical-op-parentheses] || !strncmp(c,"typedef",7) && isspace(c[7]) ~~ ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ Fl_Function_Type.cxx:617:34: note: place parentheses around the '&&' expression to silence this warning || !strncmp(c,"typedef",7) && isspace(c[7]) ^ ( ) Fl_Function_Type.cxx:618:36: warning: '&&' within '||' [-Wlogical-op-parentheses] || !strncmp(c,"FL_EXPORT",9) && isspace(c[9]) ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ Fl_Function_Type.cxx:618:36: note: place parentheses around the '&&' expression to silence this warning || !strncmp(c,"FL_EXPORT",9) && isspace(c[9]) ^ ( ) Fl_Function_Type.cxx:619:33: warning: '&&' within '||' [-Wlogical-op-parentheses] || !strncmp(c,"struct",6) && isspace(c[6]) ~~ ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ Fl_Function_Type.cxx:619:33: note: place parentheses around the '&&' expression to silence this warning || !strncmp(c,"struct",6) && isspace(c[6]) ^ ( ) Fl_Function_Type.cxx:626:20: warning: '&&' within '||' [-Wlogical-op-parentheses] if (!isalpha(*c) && *c != '~' ~~~~~~~~~~~~~^~~~~~~~~~~~ Fl_Function_Type.cxx:626:20: note: place parentheses around the '&&' expression to silence this warning if (!isalpha(*c) && *c != '~' ^ ( ) Fl_Function_Type.cxx:627:33: warning: '&&' within '||' [-Wlogical-op-parentheses] || !strncmp(c,"extern",6) && isspace(c[6]) ~~ ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ Fl_Function_Type.cxx:627:33: note: place parentheses around the '&&' expression to silence this warning || !strncmp(c,"extern",6) && isspace(c[6]) ^ ( ) Fl_Function_Type.cxx:628:32: warning: '&&' within '||' [-Wlogical-op-parentheses] || !strncmp(c,"class",5) && isspace(c[5]) ~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ Fl_Function_Type.cxx:628:32: note: place parentheses around the '&&' expression to silence this warning || !strncmp(c,"class",5) && isspace(c[5]) ^ ( ) Fl_Function_Type.cxx:629:34: warning: '&&' within '||' [-Wlogical-op-parentheses] || !strncmp(c,"typedef",7) && isspace(c[7]) ~~ ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ Fl_Function_Type.cxx:629:34: note: place parentheses around the '&&' expression to silence this warning || !strncmp(c,"typedef",7) && isspace(c[7]) ^ ( ) Fl_Function_Type.cxx:630:32: warning: '&&' within '||' [-Wlogical-op-parentheses] || !strncmp(c,"using",5) && isspace(c[5]) ~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ Fl_Function_Type.cxx:630:32: note: place parentheses around the '&&' expression to silence this warning || !strncmp(c,"using",5) && isspace(c[5]) ^ ( ) Fl_Function_Type.cxx:631:36: warning: '&&' within '||' [-Wlogical-op-parentheses] || !strncmp(c,"FL_EXPORT",9) && isspace(c[9]) ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ Fl_Function_Type.cxx:631:36: note: place parentheses around the '&&' expression to silence this warning || !strncmp(c,"FL_EXPORT",9) && isspace(c[9]) ^ ( ) 12 warnings generated. echo Compiling Fl_Group_Type.cxx... Compiling Fl_Group_Type.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Group_Type.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Menu_Type.cxx... Compiling Fl_Menu_Type.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Menu_Type.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Menu_Type.cxx:113:22: warning: '&&' within '||' [-Wlogical-op-parentheses] if (force_parent && q->is_menu_item() || !q->is_parent()) p = p->parent; ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ~~ Fl_Menu_Type.cxx:113:22: note: place parentheses around the '&&' expression to silence this warning if (force_parent && q->is_menu_item() || !q->is_parent()) p = p->parent; ^ ( ) Fl_Menu_Type.cxx:116:56: warning: '&&' within '||' [-Wlogical-op-parentheses] if (!p || !(p->is_menu_button() || p->is_menu_item() && p->is_parent())) { ~~ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ Fl_Menu_Type.cxx:116:56: note: place parentheses around the '&&' expression to silence this warning if (!p || !(p->is_menu_button() || p->is_menu_item() && p->is_parent())) { ^ ( ) Fl_Menu_Type.cxx:566:16: warning: '&&' within '||' [-Wlogical-op-parentheses] if (v > 32 && v < 0x7f || v > 0xa0 && v <= 0xff) { ~~~~~~~^~~~~~~~~~~ ~~ Fl_Menu_Type.cxx:566:16: note: place parentheses around the '&&' expression to silence this warning if (v > 32 && v < 0x7f || v > 0xa0 && v <= 0xff) { ^ ( ) Fl_Menu_Type.cxx:566:40: warning: '&&' within '||' [-Wlogical-op-parentheses] if (v > 32 && v < 0x7f || v > 0xa0 && v <= 0xff) { ~~ ~~~~~~~~~^~~~~~~~~~~~ Fl_Menu_Type.cxx:566:40: note: place parentheses around the '&&' expression to silence this warning if (v > 32 && v < 0x7f || v > 0xa0 && v <= 0xff) { ^ ( ) Fl_Menu_Type.cxx:571:32: warning: '&' within '|' [-Wbitwise-op-parentheses] v = v | Fl::event_state()&(FL_META|FL_ALT|FL_CTRL); ~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ Fl_Menu_Type.cxx:571:32: note: place parentheses around the '&' expression to silence this warning v = v | Fl::event_state()&(FL_META|FL_ALT|FL_CTRL); ^ ( ) Fl_Menu_Type.cxx:573:28: warning: '&' within '|' [-Wbitwise-op-parentheses] v = Fl::event_state()&(FL_META|FL_ALT|FL_CTRL|FL_SHIFT) | Fl::event_key(); ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ Fl_Menu_Type.cxx:573:28: note: place parentheses around the '&' expression to silence this warning v = Fl::event_state()&(FL_META|FL_ALT|FL_CTRL|FL_SHIFT) | Fl::event_key(); ^ ( ) 6 warnings generated. echo Compiling Fl_Type.cxx... Compiling Fl_Type.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Type.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling Fl_Widget_Type.cxx... Compiling Fl_Widget_Type.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Widget_Type.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Widget_Type.cxx:263:22: warning: '&&' within '||' [-Wlogical-op-parentheses] if (!f || parent && f->level <= parent->level) return f; ~~ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fl_Widget_Type.cxx:263:22: note: place parentheses around the '&&' expression to silence this warning if (!f || parent && f->level <= parent->level) return f; ^ ( ) Fl_Widget_Type.cxx:1881:29: warning: '&&' within '||' [-Wlogical-op-parentheses] if (n1 > num || n1==num && sawthis) return 0; ~~ ~~~~~~~~^~~~~~~~~~ Fl_Widget_Type.cxx:1881:29: note: place parentheses around the '&&' expression to silence this warning if (n1 > num || n1==num && sawthis) return 0; ^ ( ) 2 warnings generated. echo Compiling Fl_Window_Type.cxx... Compiling Fl_Window_Type.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fl_Window_Type.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Fl_Window_Type.cxx:575:40: warning: add explicit braces to avoid dangling else [-Wdangling-else] if (drag&LEFT) if (X==bx) X += dx; else if (Xbr+dx) R = br+dx; ^ Fl_Window_Type.cxx:578:42: warning: add explicit braces to avoid dangling else [-Wdangling-else] if (drag&BOTTOM) if (T==bt) T += dy; else if (T>bt+dx) T = bt+dx; ^ 4 warnings generated. echo Compiling Fluid_Image.cxx... Compiling Fluid_Image.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c Fluid_Image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling about_panel.cxx... Compiling about_panel.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c about_panel.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling align_widget.cxx... Compiling align_widget.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c align_widget.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling alignment_panel.cxx... Compiling alignment_panel.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c alignment_panel.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling code.cxx... Compiling code.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c code.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' code.cxx:50:17: warning: '&&' within '||' [-Wlogical-op-parentheses] return c>='a' && c<='z' || c>='A' && c<='Z' || c>='0' && c<='9' || c=='_'; ~~~~~~~^~~~~~~~~ ~~ code.cxx:50:17: note: place parentheses around the '&&' expression to silence this warning return c>='a' && c<='z' || c>='A' && c<='Z' || c>='0' && c<='9' || c=='_'; ^ ( ) code.cxx:50:37: warning: '&&' within '||' [-Wlogical-op-parentheses] return c>='a' && c<='z' || c>='A' && c<='Z' || c>='0' && c<='9' || c=='_'; ~~ ~~~~~~~^~~~~~~~~ code.cxx:50:37: note: place parentheses around the '&&' expression to silence this warning return c>='a' && c<='z' || c>='A' && c<='Z' || c>='0' && c<='9' || c=='_'; ^ ( ) code.cxx:50:57: warning: '&&' within '||' [-Wlogical-op-parentheses] return c>='a' && c<='z' || c>='A' && c<='Z' || c>='0' && c<='9' || c=='_'; ~~ ~~~~~~~^~~~~~~~~ code.cxx:50:57: note: place parentheses around the '&&' expression to silence this warning return c>='a' && c<='z' || c>='A' && c<='Z' || c>='0' && c<='9' || c=='_'; ^ ( ) code.cxx:218:27: warning: '&&' within '||' [-Wlogical-op-parentheses] if (w < e && (c>='0'&&c<='9' || c>='a'&&c<='f' || c>='A'&&c<='F')) { ~~~~~~^~~~~~~~ ~~ code.cxx:218:27: note: place parentheses around the '&&' expression to silence this warning if (w < e && (c>='0'&&c<='9' || c>='a'&&c<='f' || c>='A'&&c<='F')) { ^ ( ) code.cxx:218:45: warning: '&&' within '||' [-Wlogical-op-parentheses] if (w < e && (c>='0'&&c<='9' || c>='a'&&c<='f' || c>='A'&&c<='F')) { ~~ ~~~~~~^~~~~~~~ code.cxx:218:45: note: place parentheses around the '&&' expression to silence this warning if (w < e && (c>='0'&&c<='9' || c>='a'&&c<='f' || c>='A'&&c<='F')) { ^ ( ) code.cxx:218:63: warning: '&&' within '||' [-Wlogical-op-parentheses] if (w < e && (c>='0'&&c<='9' || c>='a'&&c<='f' || c>='A'&&c<='F')) { ~~ ~~~~~~^~~~~~~~ code.cxx:218:63: note: place parentheses around the '&&' expression to silence this warning if (w < e && (c>='0'&&c<='9' || c>='a'&&c<='f' || c>='A'&&c<='F')) { ^ ( ) 6 warnings generated. echo Compiling factory.cxx... Compiling factory.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c factory.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling file.cxx... Compiling file.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c file.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from file.cxx:305: In file included from ./Fl_Widget_Type.h:32: ./Fl_Type.h:735:6: warning: attribute declaration must precede definition void write_string(const char *,...) __fl_attr((__format__ (__printf__, 1, 2))); ^ file.cxx:98:6: note: previous definition is here void write_string(const char *format, ...) { ^ 1 warning generated. echo Compiling fluid.cxx... Compiling fluid.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fluid.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from fluid.cxx:53: ./print_panel.cxx:567:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fgets(status, sizeof(status), lpstat); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. echo Compiling function_panel.cxx... Compiling function_panel.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c function_panel.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling template_panel.cxx... Compiling template_panel.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c template_panel.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling undo.cxx... Compiling undo.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c undo.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling widget_panel.cxx... Compiling widget_panel.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c widget_panel.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking fluid-shared... Linking fluid-shared... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o fluid-shared CodeEditor.o Fl_Function_Type.o Fl_Group_Type.o Fl_Menu_Type.o Fl_Type.o Fl_Widget_Type.o Fl_Window_Type.o Fluid_Image.o about_panel.o align_widget.o alignment_panel.o code.o factory.o file.o fluid.o function_panel.o template_panel.o undo.o widget_panel.o \ -L../src -Wl,-rpath-link,../src -lfltk_images -lfltk_forms -lfltk \ -lpng -lX11 clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : fluid-shared ../FL/mac.r echo Linking fluid... Linking fluid... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o fluid CodeEditor.o Fl_Function_Type.o Fl_Group_Type.o Fl_Menu_Type.o Fl_Type.o Fl_Widget_Type.o Fl_Window_Type.o Fluid_Image.o about_panel.o align_widget.o alignment_panel.o code.o factory.o file.o fluid.o function_panel.o template_panel.o undo.o widget_panel.o ../lib/libfltk_forms.a ../lib/libfltk.a ../lib/libfltk_images.a ../lib/libfltk.a -L../lib -lpng -ljpeg -lXft -lfontconfig -lXinerama -lm -lX11 clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : /usr/bin/install -c -m 755 fluid fluid.app/Contents/MacOS : fluid ../FL/mac.r make[3]: Leaving directory `/«PKGBUILDDIR»/fluid' === making test === make[3]: Entering directory `/«PKGBUILDDIR»/test' echo Compiling unittests.cxx... Compiling unittests.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c unittests.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking unittests... Linking unittests... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now unittests.o -L../src -Wl,-rpath-link,../src -lfltk -o unittests clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : unittests ../FL/mac.r echo Compiling adjuster.cxx... Compiling adjuster.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c adjuster.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking adjuster... Linking adjuster... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now adjuster.o -L../src -Wl,-rpath-link,../src -lfltk -o adjuster clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : adjuster ../FL/mac.r echo Compiling arc.cxx... Compiling arc.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c arc.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking arc... Linking arc... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now arc.o -L../src -Wl,-rpath-link,../src -lfltk -o arc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : arc ../FL/mac.r echo Compiling ask.cxx... Compiling ask.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c ask.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking ask... Linking ask... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now ask.o -L../src -Wl,-rpath-link,../src -lfltk -o ask clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : ask ../FL/mac.r echo Compiling bitmap.cxx... Compiling bitmap.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c bitmap.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking bitmap... Linking bitmap... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now bitmap.o -L../src -Wl,-rpath-link,../src -lfltk -o bitmap clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : bitmap ../FL/mac.r echo Compiling blocks.cxx... Compiling blocks.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c blocks.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking blocks... Linking blocks... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now blocks.o -o blocks -lasound -L../src -Wl,-rpath-link,../src -lfltk clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : /usr/bin/install -c -m 755 blocks blocks.app/Contents/MacOS : blocks ../FL/mac.r echo Compiling boxtype.cxx... Compiling boxtype.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c boxtype.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking boxtype... Linking boxtype... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now boxtype.o -L../src -Wl,-rpath-link,../src -lfltk -o boxtype clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : boxtype ../FL/mac.r echo Compiling browser.cxx... Compiling browser.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c browser.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking browser... Linking browser... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now browser.o -L../src -Wl,-rpath-link,../src -lfltk -o browser clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : browser ../FL/mac.r echo Compiling button.cxx... Compiling button.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c button.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking button... Linking button... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now button.o -L../src -Wl,-rpath-link,../src -lfltk -o button clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : button ../FL/mac.r echo Compiling buttons.cxx... Compiling buttons.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c buttons.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking buttons... Linking buttons... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now buttons.o -L../src -Wl,-rpath-link,../src -lfltk -o buttons clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : buttons ../FL/mac.r echo Compiling checkers.cxx... Compiling checkers.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c checkers.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' checkers.cxx:192:23: warning: '&&' within '||' [-Wlogical-op-parentheses] (tb[src-4]&FRIEND && tb[src-8]&ENEMY ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ checkers.cxx:192:23: note: place parentheses around the '&&' expression to silence this warning (tb[src-4]&FRIEND && tb[src-8]&ENEMY ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ checkers.cxx:193:25: warning: '&&' within '||' [-Wlogical-op-parentheses] ||tb[src-5]&FRIEND && tb[src-10]&ENEMY ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ checkers.cxx:193:25: note: place parentheses around the '&&' expression to silence this warning ||tb[src-5]&FRIEND && tb[src-10]&ENEMY ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ checkers.cxx:194:24: warning: '&&' within '||' [-Wlogical-op-parentheses] ||tb[dst-4]&ENEMY && !tb[dst+4] ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ checkers.cxx:194:24: note: place parentheses around the '&&' expression to silence this warning ||tb[dst-4]&ENEMY && !tb[dst+4] ^ ( ) checkers.cxx:195:24: warning: '&&' within '||' [-Wlogical-op-parentheses] ||tb[dst-5]&ENEMY && !tb[dst+5] ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ checkers.cxx:195:24: note: place parentheses around the '&&' expression to silence this warning ||tb[dst-5]&ENEMY && !tb[dst+5] ^ ( ) checkers.cxx:196:25: warning: '&&' within '||' [-Wlogical-op-parentheses] ||tb[src+4]&FRIEND && tb[src+8]==ENEMYKING ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ checkers.cxx:196:25: note: place parentheses around the '&&' expression to silence this warning ||tb[src+4]&FRIEND && tb[src+8]==ENEMYKING ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ checkers.cxx:197:25: warning: '&&' within '||' [-Wlogical-op-parentheses] ||tb[src+5]&FRIEND && tb[src+10]==ENEMYKING ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ checkers.cxx:197:25: note: place parentheses around the '&&' expression to silence this warning ||tb[src+5]&FRIEND && tb[src+10]==ENEMYKING ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ checkers.cxx:198:29: warning: '&&' within '||' [-Wlogical-op-parentheses] ||tb[dst+4]==ENEMYKING && !tb[dst-4] ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ checkers.cxx:198:29: note: place parentheses around the '&&' expression to silence this warning ||tb[dst+4]==ENEMYKING && !tb[dst-4] ^ ( ) checkers.cxx:199:29: warning: '&&' within '||' [-Wlogical-op-parentheses] ||tb[dst+5]==ENEMYKING && !tb[dst-5]); ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ checkers.cxx:199:29: note: place parentheses around the '&&' expression to silence this warning ||tb[dst+5]==ENEMYKING && !tb[dst-5]); ^ ( ) checkers.cxx:287:43: warning: '&&' within '||' [-Wlogical-op-parentheses] gradient[i] = (tb[i]&FRIEND || !tb[i] && !is_protected[i]) ? x : 0; ~~ ~~~~~~~^~~~~~~~~~~~~~~~~~~ checkers.cxx:287:43: note: place parentheses around the '&&' expression to silence this warning gradient[i] = (tb[i]&FRIEND || !tb[i] && !is_protected[i]) ? x : 0; ^ ( ) checkers.cxx:1009:20: warning: '&' within '|' [-Wbitwise-op-parentheses] dy = (dy&-2) | dx&1; // make halftone shadows line up ~ ~~^~ checkers.cxx:1009:20: note: place parentheses around the '&' expression to silence this warning dy = (dy&-2) | dx&1; // make halftone shadows line up ^ ( ) 10 warnings generated. echo Linking checkers... Linking checkers... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now checkers.o -o checkers -L../src -Wl,-rpath-link,../src -lfltk clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : /usr/bin/install -c -m 755 checkers checkers.app/Contents/MacOS : checkers ../FL/mac.r echo Compiling clock.cxx... Compiling clock.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c clock.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking clock... Linking clock... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now clock.o -L../src -Wl,-rpath-link,../src -lfltk -o clock clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : clock ../FL/mac.r echo Compiling colbrowser.cxx... Compiling colbrowser.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c colbrowser.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' colbrowser.cxx:114:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fgets(buf,sizeof(buf)-1,fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~~ 1 warning generated. echo Linking colbrowser... Linking colbrowser... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o colbrowser colbrowser.o -L../src -Wl,-rpath-link,../src -lfltk_forms -lfltk clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : colbrowser ../FL/mac.r echo Compiling color_chooser.cxx... Compiling color_chooser.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c color_chooser.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking color_chooser... Linking color_chooser... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now color_chooser.o -o color_chooser -L../src -Wl,-rpath-link,../src -lfltk -lX11 clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling cursor.cxx... Compiling cursor.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c cursor.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking cursor... Linking cursor... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now cursor.o -L../src -Wl,-rpath-link,../src -lfltk -o cursor clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : cursor ../FL/mac.r echo Compiling curve.cxx... Compiling curve.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c curve.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking curve... Linking curve... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now curve.o -L../src -Wl,-rpath-link,../src -lfltk -o curve clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : curve ../FL/mac.r echo Compiling demo.cxx... Compiling demo.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c demo.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' demo.cxx:284:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] system(command); ^~~~~~ ~~~~~~~ demo.cxx:368:33: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] if (c > buf) {buf[c-buf] = 0; chdir(buf);} ^~~~~ ~~~ 2 warnings generated. echo Linking demo... Linking demo... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o demo demo.o -L../src -Wl,-rpath-link,../src -lfltk_forms -lfltk clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : demo ../FL/mac.r echo Compiling doublebuffer.cxx... Compiling doublebuffer.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c doublebuffer.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking doublebuffer... Linking doublebuffer... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now doublebuffer.o -L../src -Wl,-rpath-link,../src -lfltk -o doublebuffer clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : doublebuffer ../FL/mac.r echo Compiling editor.cxx... Compiling editor.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c editor.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' editor.cxx:216:27: warning: for loop has empty body [-Wempty-body] *bufptr++ = *temp++); ^ editor.cxx:216:27: note: put the semicolon on a separate line to silence this warning [-Wempty-body] 1 warning generated. echo Linking editor... Linking editor... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now editor.o -o editor -L../src -Wl,-rpath-link,../src -lfltk_images -lfltk clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : editor ../FL/mac.r echo Generating fast_slow.cxx and header from fast_slow.fl... Generating fast_slow.cxx and header from fast_slow.fl... ../fluid/fluid -c fast_slow.fl echo Compiling fast_slow.cxx... Compiling fast_slow.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fast_slow.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking fast_slow... Linking fast_slow... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now fast_slow.o -L../src -Wl,-rpath-link,../src -lfltk -o fast_slow clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : fast_slow ../FL/mac.r echo Compiling file_chooser.cxx... Compiling file_chooser.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c file_chooser.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking file_chooser... Linking file_chooser... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now file_chooser.o -o file_chooser -L../src -Wl,-rpath-link,../src -lfltk_images -lfltk clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : file_chooser ../FL/mac.r echo Compiling fonts.cxx... Compiling fonts.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fonts.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking fonts... Linking fonts... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now fonts.o -L../src -Wl,-rpath-link,../src -lfltk -o fonts clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : fonts ../FL/mac.r echo Compiling forms.cxx... Compiling forms.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c forms.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking forms... Linking forms... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o forms forms.o -L../src -Wl,-rpath-link,../src -lfltk_forms -lfltk clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : forms ../FL/mac.r echo Compiling hello.cxx... Compiling hello.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c hello.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking hello... Linking hello... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now hello.o -L../src -Wl,-rpath-link,../src -lfltk -o hello clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : hello ../FL/mac.r echo Compiling help.cxx... Compiling help.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c help.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking help... Linking help... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now help.o -o help -L../src -Wl,-rpath-link,../src -lfltk_images -lfltk clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : help ../FL/mac.r echo Compiling iconize.cxx... Compiling iconize.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c iconize.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking iconize... Linking iconize... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now iconize.o -L../src -Wl,-rpath-link,../src -lfltk -o iconize clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : iconize ../FL/mac.r echo Compiling image.cxx... Compiling image.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking image... Linking image... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now image.o -o image -L../src -Wl,-rpath-link,../src -lfltk -lX11 clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Generating inactive.cxx and header from inactive.fl... Generating inactive.cxx and header from inactive.fl... ../fluid/fluid -c inactive.fl echo Compiling inactive.cxx... Compiling inactive.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c inactive.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking inactive... Linking inactive... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now inactive.o -L../src -Wl,-rpath-link,../src -lfltk -o inactive clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : inactive ../FL/mac.r echo Compiling input.cxx... Compiling input.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c input.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking input... Linking input... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now input.o -L../src -Wl,-rpath-link,../src -lfltk -o input clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : input ../FL/mac.r echo Compiling input_choice.cxx... Compiling input_choice.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c input_choice.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking input_choice... Linking input_choice... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now input_choice.o -L../src -Wl,-rpath-link,../src -lfltk -o input_choice clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : input_choice ../FL/mac.r echo Generating keyboard_ui.cxx and header from keyboard_ui.fl... Generating keyboard_ui.cxx and header from keyboard_ui.fl... ../fluid/fluid -c keyboard_ui.fl echo Compiling keyboard_ui.cxx... Compiling keyboard_ui.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c keyboard_ui.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling keyboard.cxx... Compiling keyboard.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c keyboard.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking keyboard... Linking keyboard... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o keyboard keyboard.o keyboard_ui.o -L../src -Wl,-rpath-link,../src -lfltk clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : keyboard ../FL/mac.r echo Compiling label.cxx... Compiling label.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c label.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking label... Linking label... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o label label.o -L../src -Wl,-rpath-link,../src -lfltk_forms -lfltk clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : label ../FL/mac.r echo Compiling line_style.cxx... Compiling line_style.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c line_style.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking line_style... Linking line_style... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now line_style.o -L../src -Wl,-rpath-link,../src -lfltk -o line_style clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : line_style ../FL/mac.r echo Compiling list_visuals.cxx... Compiling list_visuals.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c list_visuals.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking list_visuals... Linking list_visuals... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now list_visuals.o -o list_visuals -L../src -Wl,-rpath-link,../src -lfltk -lX11 clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Generating mandelbrot_ui.cxx and header from mandelbrot_ui.fl... Generating mandelbrot_ui.cxx and header from mandelbrot_ui.fl... ../fluid/fluid -c mandelbrot_ui.fl echo Compiling mandelbrot_ui.cxx... Compiling mandelbrot_ui.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c mandelbrot_ui.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling mandelbrot.cxx... Compiling mandelbrot.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c mandelbrot.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking mandelbrot... Linking mandelbrot... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o mandelbrot mandelbrot.o mandelbrot_ui.o -L../src -Wl,-rpath-link,../src -lfltk clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : mandelbrot ../FL/mac.r echo Compiling menubar.cxx... Compiling menubar.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c menubar.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking menubar... Linking menubar... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now menubar.o -L../src -Wl,-rpath-link,../src -lfltk -o menubar clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : menubar ../FL/mac.r echo Compiling message.cxx... Compiling message.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c message.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking message... Linking message... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now message.o -L../src -Wl,-rpath-link,../src -lfltk -o message clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : message ../FL/mac.r echo Compiling minimum.cxx... Compiling minimum.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c minimum.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking minimum... Linking minimum... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now minimum.o -L../src -Wl,-rpath-link,../src -lfltk -o minimum clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : minimum ../FL/mac.r echo Compiling navigation.cxx... Compiling navigation.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c navigation.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' navigation.cxx:60:44: warning: '&&' within '||' [-Wlogical-op-parentheses] if (!j && (y < o->y() || y == o->y() && x < o->x())) j = o; ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~ navigation.cxx:60:44: note: place parentheses around the '&&' expression to silence this warning if (!j && (y < o->y() || y == o->y() && x < o->x())) j = o; ^ ( ) 1 warning generated. echo Linking navigation... Linking navigation... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now navigation.o -L../src -Wl,-rpath-link,../src -lfltk -o navigation clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : navigation ../FL/mac.r echo Compiling output.cxx... Compiling output.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c output.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking output... Linking output... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o output output.o -L../src -Wl,-rpath-link,../src -lfltk_forms -lfltk clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : output ../FL/mac.r echo Compiling overlay.cxx... Compiling overlay.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c overlay.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking overlay... Linking overlay... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now overlay.o -L../src -Wl,-rpath-link,../src -lfltk -o overlay clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : overlay ../FL/mac.r echo Compiling pack.cxx... Compiling pack.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c pack.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking pack... Linking pack... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now pack.o -L../src -Wl,-rpath-link,../src -lfltk -o pack clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : pack ../FL/mac.r echo Compiling pixmap.cxx... Compiling pixmap.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c pixmap.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking pixmap... Linking pixmap... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now pixmap.o -L../src -Wl,-rpath-link,../src -lfltk -o pixmap clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : pixmap ../FL/mac.r echo Compiling pixmap_browser.cxx... Compiling pixmap_browser.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c pixmap_browser.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking pixmap_browser... Linking pixmap_browser... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now pixmap_browser.o -o pixmap_browser -L../src -Wl,-rpath-link,../src -lfltk_images -lfltk clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : pixmap_browser ../FL/mac.r echo Generating preferences.cxx and header from preferences.fl... Generating preferences.cxx and header from preferences.fl... ../fluid/fluid -c preferences.fl echo Compiling preferences.cxx... Compiling preferences.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c preferences.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking preferences... Linking preferences... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now preferences.o -L../src -Wl,-rpath-link,../src -lfltk -o preferences clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : preferences ../FL/mac.r echo Generating radio.cxx and header from radio.fl... Generating radio.cxx and header from radio.fl... ../fluid/fluid -c radio.fl echo Compiling radio.cxx... Compiling radio.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c radio.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking radio... Linking radio... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now radio.o -L../src -Wl,-rpath-link,../src -lfltk -o radio clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : radio ../FL/mac.r echo Generating resize.cxx and header from resize.fl... Generating resize.cxx and header from resize.fl... ../fluid/fluid -c resize.fl echo Compiling resize.cxx... Compiling resize.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c resize.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking resize... Linking resize... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now resize.o -L../src -Wl,-rpath-link,../src -lfltk -o resize clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : resize ../FL/mac.r echo Compiling resizebox.cxx... Compiling resizebox.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c resizebox.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking resizebox... Linking resizebox... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now resizebox.o -L../src -Wl,-rpath-link,../src -lfltk -o resizebox clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : resizebox ../FL/mac.r echo Compiling scroll.cxx... Compiling scroll.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c scroll.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking scroll... Linking scroll... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now scroll.o -L../src -Wl,-rpath-link,../src -lfltk -o scroll clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : scroll ../FL/mac.r echo Compiling subwindow.cxx... Compiling subwindow.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c subwindow.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking subwindow... Linking subwindow... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now subwindow.o -L../src -Wl,-rpath-link,../src -lfltk -o subwindow clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : subwindow ../FL/mac.r echo Compiling sudoku.cxx... Compiling sudoku.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c sudoku.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking sudoku... Linking sudoku... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now sudoku.o -o sudoku -lasound -L../src -Wl,-rpath-link,../src -lfltk_images -lfltk -lX11 clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : /usr/bin/install -c -m 755 sudoku sudoku.app/Contents/MacOS : sudoku ../FL/mac.r echo Compiling symbols.cxx... Compiling symbols.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c symbols.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking symbols... Linking symbols... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now symbols.o -L../src -Wl,-rpath-link,../src -lfltk -o symbols clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : symbols ../FL/mac.r echo Generating tabs.cxx and header from tabs.fl... Generating tabs.cxx and header from tabs.fl... ../fluid/fluid -c tabs.fl echo Compiling tabs.cxx... Compiling tabs.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c tabs.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking tabs... Linking tabs... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now tabs.o -L../src -Wl,-rpath-link,../src -lfltk -o tabs clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : tabs ../FL/mac.r echo Compiling threads.cxx... Compiling threads.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c threads.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking threads... Linking threads... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now threads.o -o threads -L../src -Wl,-rpath-link,../src -lfltk -lpthread clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : threads ../FL/mac.r echo Compiling tile.cxx... Compiling tile.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c tile.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking tile... Linking tile... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now tile.o -L../src -Wl,-rpath-link,../src -lfltk -o tile clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : tile ../FL/mac.r echo Compiling tiled_image.cxx... Compiling tiled_image.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c tiled_image.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking tiled_image... Linking tiled_image... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now tiled_image.o -o tiled_image -L../src -Wl,-rpath-link,../src -lfltk -lX11 clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Generating valuators.cxx and header from valuators.fl... Generating valuators.cxx and header from valuators.fl... ../fluid/fluid -c valuators.fl echo Compiling valuators.cxx... Compiling valuators.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c valuators.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking valuators... Linking valuators... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now valuators.o -L../src -Wl,-rpath-link,../src -lfltk -o valuators clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : valuators ../FL/mac.r echo Compiling cube.cxx... Compiling cube.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c cube.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking cube... Linking cube... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o cube cube.o -L../src -Wl,-rpath-link,../src -lfltk_gl -lfltk -L../src -Wl,-rpath-link,../src -lfltk -lGL clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : cube ../FL/mac.r echo Generating CubeViewUI.h and header from CubeViewUI.fl... Generating CubeViewUI.h and header from CubeViewUI.fl... ../fluid/fluid -c CubeViewUI.fl echo Compiling CubeMain.cxx... Compiling CubeMain.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c CubeMain.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling CubeView.cxx... Compiling CubeView.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c CubeView.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling CubeViewUI.cxx... Compiling CubeViewUI.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c CubeViewUI.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking CubeView... Linking CubeView... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o CubeView \ CubeMain.o CubeView.o CubeViewUI.o \ -L../src -Wl,-rpath-link,../src -lfltk_gl -lfltk -L../src -Wl,-rpath-link,../src -lfltk -lGL clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : CubeView ../FL/mac.r echo Compiling fractals.cxx... Compiling fractals.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fractals.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling fracviewer.cxx... Compiling fracviewer.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fracviewer.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' fracviewer.cxx:311:13: warning: explicitly assigning a variable of type 'GLfloat' (aka 'float') to itself [-Wself-assign] EyeAz = EyeAz; ~~~~~ ^ ~~~~~ 1 warning generated. echo Linking fractals... Linking fractals... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o fractals fractals.o fracviewer.o -L../src -Wl,-rpath-link,../src -lfltk_gl -lfltk -L../src -Wl,-rpath-link,../src -lfltk -lGLU -lGL clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : fractals ../FL/mac.r echo Compiling fullscreen.cxx... Compiling fullscreen.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c fullscreen.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking fullscreen... Linking fullscreen... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o fullscreen fullscreen.o -L../src -Wl,-rpath-link,../src -lfltk_gl -lfltk -L../src -Wl,-rpath-link,../src -lfltk -lGL clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : fullscreen ../FL/mac.r echo Compiling gl_overlay.cxx... Compiling gl_overlay.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c gl_overlay.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking gl_overlay... Linking gl_overlay... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o gl_overlay gl_overlay.o -L../src -Wl,-rpath-link,../src -lfltk_gl -lfltk -L../src -Wl,-rpath-link,../src -lfltk -lGL clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : gl_overlay ../FL/mac.r echo Compiling glpuzzle.cxx... Compiling glpuzzle.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c glpuzzle.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking glpuzzle... Linking glpuzzle... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o glpuzzle glpuzzle.o -L../src -Wl,-rpath-link,../src -lfltk_gl -lfltk -L../src -Wl,-rpath-link,../src -lfltk -lGLU -lGL clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : glpuzzle ../FL/mac.r echo Compiling shape.cxx... Compiling shape.cxx... g++ -I.. -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c shape.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking shape... Linking shape... g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing -fPIE -pie -Wl,-z,relro -Wl,-z,now -o shape shape.o -L../src -Wl,-rpath-link,../src -lfltk_gl -lfltk -L../src -Wl,-rpath-link,../src -lfltk -lGL clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' : shape ../FL/mac.r make[3]: Leaving directory `/«PKGBUILDDIR»/test' === making documentation === make[3]: Entering directory `/«PKGBUILDDIR»/documentation' echo Formatting fltk.man... Formatting fltk.man... rm -f fltk.3 /usr/bin/nroff -man fltk.man >fltk.3 echo Formatting fltk-config.man... Formatting fltk-config.man... rm -f fltk-config.1 /usr/bin/nroff -man fltk-config.man >fltk-config.1 echo Formatting fluid.man... Formatting fluid.man... rm -f fluid.1 /usr/bin/nroff -man fluid.man >fluid.1 echo Formatting blocks.man... Formatting blocks.man... rm -f blocks.6 /usr/bin/nroff -man blocks.man >blocks.6 echo Formatting checkers.man... Formatting checkers.man... rm -f checkers.6 /usr/bin/nroff -man checkers.man >checkers.6 echo Formatting sudoku.man... Formatting sudoku.man... rm -f sudoku.6 /usr/bin/nroff -man sudoku.man >sudoku.6 make[3]: Leaving directory `/«PKGBUILDDIR»/documentation' make[2]: Leaving directory `/«PKGBUILDDIR»' /usr/bin/make -C documentation fltk.pdf fltk.ps make[2]: Entering directory `/«PKGBUILDDIR»/documentation' echo "Generating PDF documentation..." Generating PDF documentation... rm -f fltk.pdf /usr/bin/htmldoc --verbose --batch fltk.book --size universal -f fltk.pdf INFO: Reading preface.html... INFO: Reading intro.html... INFO: Reading basics.html... INFO: Reading common.html... INFO: Reading editor.html... INFO: Reading drawing.html... INFO: Reading events.html... INFO: Reading subclassing.html... INFO: Reading opengl.html... INFO: Reading fluid.html... ERR013: Dangling /P element on line 21. INFO: Reading widgets.html... INFO: Reading advanced.html... INFO: Reading Fl.html... INFO: Reading Fl_Adjuster.html... INFO: Reading Fl_Bitmap.html... INFO: Reading Fl_BMP_Image.html... INFO: Reading Fl_Box.html... INFO: Reading Fl_Browser_.html... INFO: Reading Fl_Browser.html... INFO: Reading Fl_Button.html... INFO: Reading Fl_Chart.html... INFO: Reading Fl_Check_Browser.html... INFO: Reading Fl_Check_Button.html... INFO: Reading Fl_Choice.html... INFO: Reading Fl_Clock.html... INFO: Reading Fl_Clock_Output.html... INFO: Reading Fl_Color_Chooser.html... INFO: Reading Fl_Counter.html... INFO: Reading Fl_Dial.html... INFO: Reading Fl_Double_Window.html... INFO: Reading Fl_End.html... INFO: Reading Fl_File_Browser.html... INFO: Reading Fl_File_Chooser.html... INFO: Reading Fl_File_Icon.html... INFO: Reading Fl_File_Input.html... INFO: Reading Fl_Float_Input.html... INFO: Reading Fl_Free.html... INFO: Reading Fl_GIF_Image.html... INFO: Reading Fl_Gl_Window.html... INFO: Reading Fl_Group.html... INFO: Reading Fl_Help_Dialog.html... INFO: Reading Fl_Help_View.html... INFO: Reading Fl_Hold_Browser.html... INFO: Reading Fl_Image.html... INFO: Reading Fl_Input.html... INFO: Reading Fl_Input_.html... INFO: Reading Fl_Input_Choice.html... INFO: Reading Fl_Int_Input.html... INFO: Reading Fl_JPEG_Image.html... INFO: Reading Fl_Light_Button.html... INFO: Reading Fl_Menu_.html... INFO: Reading Fl_Menu_Bar.html... INFO: Reading Fl_Menu_Button.html... INFO: Reading Fl_Menu_Item.html... INFO: Reading Fl_Menu_Window.html... INFO: Reading Fl_Multi_Browser.html... INFO: Reading Fl_Multiline_Input.html... INFO: Reading Fl_Multiline_Output.html... INFO: Reading Fl_Output.html... INFO: Reading Fl_Overlay_Window.html... INFO: Reading Fl_Pack.html... INFO: Reading Fl_Pixmap.html... INFO: Reading Fl_PNG_Image.html... INFO: Reading Fl_PNM_Image.html... INFO: Reading Fl_Positioner.html... INFO: Reading Fl_Preferences.html... INFO: Reading Fl_Progress.html... INFO: Reading Fl_Repeat_Button.html... INFO: Reading Fl_RGB_Image.html... INFO: Reading Fl_Return_Button.html... INFO: Reading Fl_Roller.html... INFO: Reading Fl_Round_Button.html... INFO: Reading Fl_Scroll.html... INFO: Reading Fl_Scrollbar.html... INFO: Reading Fl_Secret_Input.html... INFO: Reading Fl_Select_Browser.html... INFO: Reading Fl_Shared_Image.html... INFO: Reading Fl_Single_Window.html... INFO: Reading Fl_Slider.html... INFO: Reading Fl_Spinner.html... INFO: Reading Fl_Tabs.html... INFO: Reading Fl_Text_Buffer.html... INFO: Reading Fl_Text_Display.html... INFO: Reading Fl_Text_Editor.html... INFO: Reading Fl_Tile.html... INFO: Reading Fl_Tiled_Image.html... INFO: Reading Fl_Timer.html... INFO: Reading Fl_Toggle_Button.html... INFO: Reading Fl_Tooltip.html... INFO: Reading Fl_Valuator.html... INFO: Reading Fl_Value_Input.html... INFO: Reading Fl_Value_Output.html... INFO: Reading Fl_Value_Slider.html... INFO: Reading Fl_Widget.html... INFO: Reading Fl_Window.html... INFO: Reading Fl_Wizard.html... INFO: Reading Fl_XBM_Image.html... INFO: Reading Fl_XPM_Image.html... INFO: Reading functions.html... INFO: Reading enumerations.html... INFO: Reading glut.html... INFO: Reading forms.html... INFO: Reading osissues.html... INFO: Reading migration.html... INFO: Reading license.html... INFO: Reading examples.html... Formatting page 3 Formatting page 4 Formatting page 5 Formatting page 6 Formatting page 7 Formatting page 8 Formatting page 9 Formatting page 10 Formatting page 11 Formatting page 12 Formatting page 13 Formatting page 14 Formatting page 15 Formatting page 16 Formatting page 17 Formatting page 18 Formatting page 19 Formatting page 20 Formatting page 21 Formatting page 22 Formatting page 23 Formatting page 24 Formatting page 25 Formatting page 26 Formatting page 28 Formatting page 29 Formatting page 30 Formatting page 31 Formatting page 32 Formatting page 33 Formatting page 34 Formatting page 35 Formatting page 36 Formatting page 37 Formatting page 38 Formatting page 39 Formatting page 40 Formatting page 41 Formatting page 42 Formatting page 44 Formatting page 45 Formatting page 46 Formatting page 47 Formatting page 48 Formatting page 49 Formatting page 50 Formatting page 51 Formatting page 52 Formatting page 53 Formatting page 54 Formatting page 55 Formatting page 56 Formatting page 57 Formatting page 58 Formatting page 59 Formatting page 60 Formatting page 61 Formatting page 62 Formatting page 63 Formatting page 64 Formatting page 65 Formatting page 66 Formatting page 67 Formatting page 68 Formatting page 69 Formatting page 70 Formatting page 71 Formatting page 72 Formatting page 73 Formatting page 74 Formatting page 75 Formatting page 76 Formatting page 77 Formatting page 78 Formatting page 80 Formatting page 81 Formatting page 82 Formatting page 83 Formatting page 84 Formatting page 85 Formatting page 86 Formatting page 87 Formatting page 88 Formatting page 89 Formatting page 90 Formatting page 91 Formatting page 92 Formatting page 93 Formatting page 94 Formatting page 95 Formatting page 96 Formatting page 97 Formatting page 98 Formatting page 99 Formatting page 100 Formatting page 101 Formatting page 102 Formatting page 103 Formatting page 104 Formatting page 105 Formatting page 106 Formatting page 108 Formatting page 109 Formatting page 109 Formatting page 110 Formatting page 111 Formatting page 112 Formatting page 113 Formatting page 114 Formatting page 115 Formatting page 116 Formatting page 117 Formatting page 118 Formatting page 119 Formatting page 120 Formatting page 122 Formatting page 123 Formatting page 124 Formatting page 125 Formatting page 126 Formatting page 127 Formatting page 128 Formatting page 129 Formatting page 130 Formatting page 131 Formatting page 132 Formatting page 133 Formatting page 134 Formatting page 135 Formatting page 136 Formatting page 137 Formatting page 138 Formatting page 139 Formatting page 140 Formatting page 141 Formatting page 142 Formatting page 143 Formatting page 144 Formatting page 145 Formatting page 146 Formatting page 147 Formatting page 148 Formatting page 149 Formatting page 150 Formatting page 151 Formatting page 152 Formatting page 153 Formatting page 154 Formatting page 155 Formatting page 156 Formatting page 157 Formatting page 158 Formatting page 159 Formatting page 160 Formatting page 161 Formatting page 162 Formatting page 163 Formatting page 164 Formatting page 165 Formatting page 166 Formatting page 167 Formatting page 168 Formatting page 169 Formatting page 170 Formatting page 171 Formatting page 172 Formatting page 173 Formatting page 174 Formatting page 175 Formatting page 176 Formatting page 177 Formatting page 178 Formatting page 179 Formatting page 180 Formatting page 181 Formatting page 182 Formatting page 183 Formatting page 184 Formatting page 185 Formatting page 186 Formatting page 187 Formatting page 188 Formatting page 189 Formatting page 190 Formatting page 191 Formatting page 192 Formatting page 193 Formatting page 194 Formatting page 195 Formatting page 196 Formatting page 197 Formatting page 198 Formatting page 199 Formatting page 200 Formatting page 201 Formatting page 202 Formatting page 203 Formatting page 204 Formatting page 205 Formatting page 206 Formatting page 207 Formatting page 208 Formatting page 209 Formatting page 210 Formatting page 211 Formatting page 212 Formatting page 213 Formatting page 214 Formatting page 215 Formatting page 216 Formatting page 217 Formatting page 218 Formatting page 219 Formatting page 220 Formatting page 221 Formatting page 222 Formatting page 223 Formatting page 224 Formatting page 225 Formatting page 226 Formatting page 227 Formatting page 228 Formatting page 229 Formatting page 230 Formatting page 231 Formatting page 232 Formatting page 233 Formatting page 234 Formatting page 235 Formatting page 236 Formatting page 237 Formatting page 238 Formatting page 239 Formatting page 240 Formatting page 241 Formatting page 242 Formatting page 243 Formatting page 244 Formatting page 245 Formatting page 246 Formatting page 247 Formatting page 248 Formatting page 249 Formatting page 250 Formatting page 251 Formatting page 252 Formatting page 253 Formatting page 254 Formatting page 255 Formatting page 256 Formatting page 257 Formatting page 258 Formatting page 259 Formatting page 260 Formatting page 261 Formatting page 262 Formatting page 263 Formatting page 264 Formatting page 265 Formatting page 266 Formatting page 267 Formatting page 268 Formatting page 269 Formatting page 270 Formatting page 271 Formatting page 272 Formatting page 273 Formatting page 274 Formatting page 275 Formatting page 276 Formatting page 277 Formatting page 278 Formatting page 279 Formatting page 280 Formatting page 281 Formatting page 282 Formatting page 283 Formatting page 284 Formatting page 285 Formatting page 286 Formatting page 287 Formatting page 288 Formatting page 289 Formatting page 290 Formatting page 291 Formatting page 292 Formatting page 293 Formatting page 294 Formatting page 295 Formatting page 296 Formatting page 297 Formatting page 298 Formatting page 299 Formatting page 300 Formatting page 301 Formatting page 302 Formatting page 303 Formatting page 304 Formatting page 305 Formatting page 306 Formatting page 307 Formatting page 308 Formatting page 309 Formatting page 310 Formatting page 311 Formatting page 312 Formatting page 313 Formatting page 314 Formatting page 315 Formatting page 316 Formatting page 317 Formatting page 318 Formatting page 319 Formatting page 320 Formatting page 321 Formatting page 322 Formatting page 323 Formatting page 324 Formatting page 325 Formatting page 326 Formatting page 327 Formatting page 328 Formatting page 329 Formatting page 330 Formatting page 331 Formatting page 332 Formatting page 333 Formatting page 334 Formatting page 335 Formatting page 336 Formatting page 337 Formatting page 338 Formatting page 339 Formatting page 339 Formatting page 339 Formatting page 340 Formatting page 340 Formatting page 341 Formatting page 342 Formatting page 343 Formatting page 344 Formatting page 345 Formatting page 346 Formatting page 347 Formatting page 348 Formatting page 349 Formatting page 350 Formatting page 351 Formatting page 352 Formatting page 353 Formatting page 354 Formatting page 355 Formatting page 356 Formatting page 357 Formatting page 358 Formatting page 359 Formatting page 360 Formatting page 362 Formatting page 363 Formatting page 364 Formatting page 365 Formatting page 366 Formatting page 367 Formatting page 368 Formatting page 369 Formatting page 370 Formatting page 371 Formatting page 372 Formatting page 374 Formatting page 375 Formatting page 376 Formatting page 377 Formatting page 378 Formatting page 380 Formatting page 381 Formatting page 382 Formatting page 383 Formatting page 384 Formatting page 385 Formatting page 386 Formatting page 387 Formatting page 388 Formatting page 389 Formatting page 390 Formatting page 392 Formatting page 393 Formatting page 394 Formatting page 396 Formatting page 397 Formatting page 398 Formatting page 399 Formatting page 400 Formatting page 401 Formatting page 402 Formatting page 403 Formatting page 404 Formatting page 405 Formatting page 406 Formatting page 407 Formatting page 408 Formatting page 409 Formatting page 410 Formatting page 411 Formatting page 412 Formatting page 413 Formatting page 414 Formatting page 415 Formatting page 416 Formatting page 417 PAGES: 418 Writing image 1 (FL.gif)... Writing image 2 (Fl_Check_Button.gif)... Writing image 3 (Fl_File_Chooser.jpg)... Writing image 5 (Fl_Help_Dialog.gif)... Writing image 6 (Fl_Light_Button.gif)... Writing image 7 (Fl_Return_Button.gif)... Writing image 8 (Fl_Roller.gif)... Writing image 9 (Fl_Round_Button.gif)... Writing image 10 (Fl_Scroll.gif)... Writing image 11 (Fl_Tile.gif)... Writing image 12 (Fl_Value_Input.gif)... Writing image 13 (Fl_Value_Output.gif)... Writing image 14 (adjuster1.gif)... Writing image 15 (boxtypes.gif)... Writing image 17 (charts.gif)... Writing image 18 (choice.gif)... Writing image 20 (counter.gif)... Writing image 21 (cubeview.gif)... Writing image 22 (dial.gif)... Writing image 24 (editor.gif)... Writing image 25 (fl_alert.gif)... Writing image 26 (fl_ask.gif)... Writing image 27 (fl_choice.gif)... Writing image 28 (fl_color_chooser.jpg)... Writing image 29 (fl_input.gif)... Writing image 30 (fl_message.gif)... Writing image 31 (fl_show_colormap.gif)... Writing image 32 (fluid-catgets.gif)... Writing image 33 (fluid-gettext.gif)... Writing image 34 (fluid-org.gif)... Writing image 35 (fluid1.gif)... Writing image 36 (fluid2.gif)... Writing image 37 (fluid3-cxx.gif)... Writing image 38 (fluid4.gif)... Writing image 39 (fluid_prefs.gif)... Writing image 40 (fluid_widget_cxx.gif)... Writing image 41 (fluid_widget_gui.gif)... Writing image 42 (fluid_widget_style.gif)... Writing image 44 (input_choice.jpg)... Writing image 49 (resizebox1.gif)... Writing image 50 (resizebox2.gif)... Writing image 51 (round_clock.gif)... Writing image 52 (scrollbar.gif)... Writing image 53 (slider.gif)... Writing image 54 (symbols.gif)... Writing image 55 (tabs.gif)... Writing image 56 (text.gif)... Writing image 57 (valuators.gif)... Writing image 58 (value_slider.gif)... Writing page title... Writing page eltit... Writing page i... Writing page ii... Writing page iii... Writing page iv... Writing page v... Writing page vi... Writing page 1... Writing page 2... Writing page 3... Writing page 4... Writing page 5... Writing page 6... Writing page 7... Writing page 8... Writing page 9... Writing page 10... Writing page 11... Writing page 12... Writing page 13... Writing page 14... Writing page 15... Writing page 16... Writing page 17... Writing page 18... Writing page 19... Writing page 20... Writing page 21... Writing page 22... Writing page 23... Writing page 24... Writing page 25... Writing page 26... Writing page 27... Writing page 28... Writing page 29... Writing page 30... Writing page 31... Writing page 32... Writing page 33... Writing page 34... Writing page 35... Writing page 36... Writing page 37... Writing page 38... Writing page 39... Writing page 40... Writing page 41... Writing page 42... Writing page 43... Writing page 44... Writing page 45... Writing page 46... Writing page 47... Writing page 48... Writing page 49... Writing page 50... Writing page 51... Writing page 52... Writing page 53... Writing page 54... Writing page 55... Writing page 56... Writing page 57... Writing page 58... Writing page 59... Writing page 60... Writing page 61... Writing page 62... Writing page 63... Writing page 64... Writing page 65... Writing page 66... Writing page 67... Writing page 68... Writing page 69... Writing page 70... Writing page 71... Writing page 72... Writing page 73... Writing page 74... Writing page 75... Writing page 76... Writing page 77... Writing page 78... Writing page 79... Writing page 80... Writing page 81... Writing page 82... Writing page 83... Writing page 84... Writing page 85... Writing page 86... Writing page 87... Writing page 88... Writing page 89... Writing page 90... Writing page 91... Writing page 92... Writing page 93... Writing page 94... Writing page 95... Writing page 96... Writing page 97... Writing page 98... Writing page 99... Writing page 100... Writing page 101... Writing page 102... Writing page 103... Writing page 104... Writing page 105... Writing page 106... Writing page 107... Writing page 108... Writing page 109... Writing page 110... Writing page 111... Writing page 112... Writing page 113... Writing page 114... Writing page 115... Writing page 116... Writing page 117... Writing page 118... Writing page 119... Writing page 120... Writing page 121... Writing page 122... Writing page 123... Writing page 124... Writing page 125... Writing page 126... Writing page 127... Writing page 128... Writing page 129... Writing page 130... Writing page 131... Writing page 132... Writing page 133... Writing page 134... Writing page 135... Writing page 136... Writing page 137... Writing page 138... Writing page 139... Writing page 140... Writing page 141... Writing page 142... Writing page 143... Writing page 144... Writing page 145... Writing page 146... Writing page 147... Writing page 148... Writing page 149... Writing page 150... Writing page 151... Writing page 152... Writing page 153... Writing page 154... Writing page 155... Writing page 156... Writing page 157... Writing page 158... Writing page 159... Writing page 160... Writing page 161... Writing page 162... Writing page 163... Writing page 164... Writing page 165... Writing page 166... Writing page 167... Writing page 168... Writing page 169... Writing page 170... Writing page 171... Writing page 172... Writing page 173... Writing page 174... Writing page 175... Writing page 176... Writing page 177... Writing page 178... Writing page 179... Writing page 180... Writing page 181... Writing page 182... Writing page 183... Writing page 184... Writing page 185... Writing page 186... Writing page 187... Writing page 188... Writing page 189... Writing page 190... Writing page 191... Writing page 192... Writing page 193... Writing page 194... Writing page 195... Writing page 196... Writing page 197... Writing page 198... Writing page 199... Writing page 200... Writing page 201... Writing page 202... Writing page 203... Writing page 204... Writing page 205... Writing page 206... Writing page 207... Writing page 208... Writing page 209... Writing page 210... Writing page 211... Writing page 212... Writing page 213... Writing page 214... Writing page 215... Writing page 216... Writing page 217... Writing page 218... Writing page 219... Writing page 220... Writing page 221... Writing page 222... Writing page 223... Writing page 224... Writing page 225... Writing page 226... Writing page 227... Writing page 228... Writing page 229... Writing page 230... Writing page 231... Writing page 232... Writing page 233... Writing page 234... Writing page 235... Writing page 236... Writing page 237... Writing page 238... Writing page 239... Writing page 240... Writing page 241... Writing page 242... Writing page 243... Writing page 244... Writing page 245... Writing page 246... Writing page 247... Writing page 248... Writing page 249... Writing page 250... Writing page 251... Writing page 252... Writing page 253... Writing page 254... Writing page 255... Writing page 256... Writing page 257... Writing page 258... Writing page 259... Writing page 260... Writing page 261... Writing page 262... Writing page 263... Writing page 264... Writing page 265... Writing page 266... Writing page 267... Writing page 268... Writing page 269... Writing page 270... Writing page 271... Writing page 272... Writing page 273... Writing page 274... Writing page 275... Writing page 276... Writing page 277... Writing page 278... Writing page 279... Writing page 280... Writing page 281... Writing page 282... Writing page 283... Writing page 284... Writing page 285... Writing page 286... Writing page 287... Writing page 288... Writing page 289... Writing page 290... Writing page 291... Writing page 292... Writing page 293... Writing page 294... Writing page 295... Writing page 296... Writing page 297... Writing page 298... Writing page 299... Writing page 300... Writing page 301... Writing page 302... Writing page 303... Writing page 304... Writing page 305... Writing page 306... Writing page 307... Writing page 308... Writing page 309... Writing page 310... Writing page 311... Writing page 312... Writing page 313... Writing page 314... Writing page 315... Writing page 316... Writing page 317... Writing page 318... Writing page 319... Writing page 320... Writing page 321... Writing page 322... Writing page 323... Writing page 324... Writing page 325... Writing page 326... Writing page 327... Writing page 328... Writing page 329... Writing page 330... Writing page 331... Writing page 332... Writing page 333... Writing page 334... Writing page 335... Writing page 336... Writing page 337... Writing page 338... Writing page 339... Writing page 340... Writing page 341... Writing page 342... Writing page 343... Writing page 344... Writing page 345... Writing page 346... Writing page 347... Writing page 348... Writing page 349... Writing page 350... Writing page 351... Writing page 352... Writing page 353... Writing page 354... Writing page 355... Writing page 356... Writing page 357... Writing page 358... Writing page 359... Writing page 360... Writing page 361... Writing page 362... Writing page 363... Writing page 364... Writing page 365... Writing page 366... Writing page 367... Writing page 368... Writing page 369... Writing page 370... Writing page 371... Writing page 372... Writing page 373... Writing page 374... Writing page 375... Writing page 376... Writing page 377... Writing page 378... Writing page 379... Writing page 380... Writing page 381... Writing page 382... Writing page 383... Writing page 384... Writing page 385... Writing page 386... Writing page 387... Writing page 388... Writing page 389... Writing page 390... Writing page 391... Writing page 392... Writing page 393... Writing page 394... Writing page 395... Writing page 396... Writing page 397... Writing page 398... Writing page 399... Writing page 400... Writing page 401... Writing page 402... Writing page 403... Writing page 404... Writing page 405... Writing page 406... Writing page 407... Writing page 408... Writing page 409... Writing page 410... BYTES: 1320500 make[2]: [fltk.pdf] Error 1 (ignored) echo "Generating PostScript documentation..." Generating PostScript documentation... rm -f fltk.ps /usr/bin/htmldoc --verbose --batch fltk.book --size universal -f fltk.ps INFO: Reading preface.html... INFO: Reading intro.html... INFO: Reading basics.html... INFO: Reading common.html... INFO: Reading editor.html... INFO: Reading drawing.html... INFO: Reading events.html... INFO: Reading subclassing.html... INFO: Reading opengl.html... INFO: Reading fluid.html... ERR013: Dangling /P element on line 21. INFO: Reading widgets.html... INFO: Reading advanced.html... INFO: Reading Fl.html... INFO: Reading Fl_Adjuster.html... INFO: Reading Fl_Bitmap.html... INFO: Reading Fl_BMP_Image.html... INFO: Reading Fl_Box.html... INFO: Reading Fl_Browser_.html... INFO: Reading Fl_Browser.html... INFO: Reading Fl_Button.html... INFO: Reading Fl_Chart.html... INFO: Reading Fl_Check_Browser.html... INFO: Reading Fl_Check_Button.html... INFO: Reading Fl_Choice.html... INFO: Reading Fl_Clock.html... INFO: Reading Fl_Clock_Output.html... INFO: Reading Fl_Color_Chooser.html... INFO: Reading Fl_Counter.html... INFO: Reading Fl_Dial.html... INFO: Reading Fl_Double_Window.html... INFO: Reading Fl_End.html... INFO: Reading Fl_File_Browser.html... INFO: Reading Fl_File_Chooser.html... INFO: Reading Fl_File_Icon.html... INFO: Reading Fl_File_Input.html... INFO: Reading Fl_Float_Input.html... INFO: Reading Fl_Free.html... INFO: Reading Fl_GIF_Image.html... INFO: Reading Fl_Gl_Window.html... INFO: Reading Fl_Group.html... INFO: Reading Fl_Help_Dialog.html... INFO: Reading Fl_Help_View.html... INFO: Reading Fl_Hold_Browser.html... INFO: Reading Fl_Image.html... INFO: Reading Fl_Input.html... INFO: Reading Fl_Input_.html... INFO: Reading Fl_Input_Choice.html... INFO: Reading Fl_Int_Input.html... INFO: Reading Fl_JPEG_Image.html... INFO: Reading Fl_Light_Button.html... INFO: Reading Fl_Menu_.html... INFO: Reading Fl_Menu_Bar.html... INFO: Reading Fl_Menu_Button.html... INFO: Reading Fl_Menu_Item.html... INFO: Reading Fl_Menu_Window.html... INFO: Reading Fl_Multi_Browser.html... INFO: Reading Fl_Multiline_Input.html... INFO: Reading Fl_Multiline_Output.html... INFO: Reading Fl_Output.html... INFO: Reading Fl_Overlay_Window.html... INFO: Reading Fl_Pack.html... INFO: Reading Fl_Pixmap.html... INFO: Reading Fl_PNG_Image.html... INFO: Reading Fl_PNM_Image.html... INFO: Reading Fl_Positioner.html... INFO: Reading Fl_Preferences.html... INFO: Reading Fl_Progress.html... INFO: Reading Fl_Repeat_Button.html... INFO: Reading Fl_RGB_Image.html... INFO: Reading Fl_Return_Button.html... INFO: Reading Fl_Roller.html... INFO: Reading Fl_Round_Button.html... INFO: Reading Fl_Scroll.html... INFO: Reading Fl_Scrollbar.html... INFO: Reading Fl_Secret_Input.html... INFO: Reading Fl_Select_Browser.html... INFO: Reading Fl_Shared_Image.html... INFO: Reading Fl_Single_Window.html... INFO: Reading Fl_Slider.html... INFO: Reading Fl_Spinner.html... INFO: Reading Fl_Tabs.html... INFO: Reading Fl_Text_Buffer.html... INFO: Reading Fl_Text_Display.html... INFO: Reading Fl_Text_Editor.html... INFO: Reading Fl_Tile.html... INFO: Reading Fl_Tiled_Image.html... INFO: Reading Fl_Timer.html... INFO: Reading Fl_Toggle_Button.html... INFO: Reading Fl_Tooltip.html... INFO: Reading Fl_Valuator.html... INFO: Reading Fl_Value_Input.html... INFO: Reading Fl_Value_Output.html... INFO: Reading Fl_Value_Slider.html... INFO: Reading Fl_Widget.html... INFO: Reading Fl_Window.html... INFO: Reading Fl_Wizard.html... INFO: Reading Fl_XBM_Image.html... INFO: Reading Fl_XPM_Image.html... INFO: Reading functions.html... INFO: Reading enumerations.html... INFO: Reading glut.html... INFO: Reading forms.html... INFO: Reading osissues.html... INFO: Reading migration.html... INFO: Reading license.html... INFO: Reading examples.html... Formatting page 3 Formatting page 4 Formatting page 5 Formatting page 6 Formatting page 7 Formatting page 8 Formatting page 9 Formatting page 10 Formatting page 11 Formatting page 12 Formatting page 13 Formatting page 14 Formatting page 15 Formatting page 16 Formatting page 17 Formatting page 18 Formatting page 19 Formatting page 20 Formatting page 21 Formatting page 22 Formatting page 23 Formatting page 24 Formatting page 25 Formatting page 26 Formatting page 28 Formatting page 29 Formatting page 30 Formatting page 31 Formatting page 32 Formatting page 33 Formatting page 34 Formatting page 35 Formatting page 36 Formatting page 37 Formatting page 38 Formatting page 39 Formatting page 40 Formatting page 41 Formatting page 42 Formatting page 44 Formatting page 45 Formatting page 46 Formatting page 47 Formatting page 48 Formatting page 49 Formatting page 50 Formatting page 51 Formatting page 52 Formatting page 53 Formatting page 54 Formatting page 55 Formatting page 56 Formatting page 57 Formatting page 58 Formatting page 59 Formatting page 60 Formatting page 61 Formatting page 62 Formatting page 63 Formatting page 64 Formatting page 65 Formatting page 66 Formatting page 67 Formatting page 68 Formatting page 69 Formatting page 70 Formatting page 71 Formatting page 72 Formatting page 73 Formatting page 74 Formatting page 75 Formatting page 76 Formatting page 77 Formatting page 78 Formatting page 80 Formatting page 81 Formatting page 82 Formatting page 83 Formatting page 84 Formatting page 85 Formatting page 86 Formatting page 87 Formatting page 88 Formatting page 89 Formatting page 90 Formatting page 91 Formatting page 92 Formatting page 93 Formatting page 94 Formatting page 95 Formatting page 96 Formatting page 97 Formatting page 98 Formatting page 99 Formatting page 100 Formatting page 101 Formatting page 102 Formatting page 103 Formatting page 104 Formatting page 105 Formatting page 106 Formatting page 108 Formatting page 109 Formatting page 109 Formatting page 110 Formatting page 111 Formatting page 112 Formatting page 113 Formatting page 114 Formatting page 115 Formatting page 116 Formatting page 117 Formatting page 118 Formatting page 119 Formatting page 120 Formatting page 122 Formatting page 123 Formatting page 124 Formatting page 125 Formatting page 126 Formatting page 127 Formatting page 128 Formatting page 129 Formatting page 130 Formatting page 131 Formatting page 132 Formatting page 133 Formatting page 134 Formatting page 135 Formatting page 136 Formatting page 137 Formatting page 138 Formatting page 139 Formatting page 140 Formatting page 141 Formatting page 142 Formatting page 143 Formatting page 144 Formatting page 145 Formatting page 146 Formatting page 147 Formatting page 148 Formatting page 149 Formatting page 150 Formatting page 151 Formatting page 152 Formatting page 153 Formatting page 154 Formatting page 155 Formatting page 156 Formatting page 157 Formatting page 158 Formatting page 159 Formatting page 160 Formatting page 161 Formatting page 162 Formatting page 163 Formatting page 164 Formatting page 165 Formatting page 166 Formatting page 167 Formatting page 168 Formatting page 169 Formatting page 170 Formatting page 171 Formatting page 172 Formatting page 173 Formatting page 174 Formatting page 175 Formatting page 176 Formatting page 177 Formatting page 178 Formatting page 179 Formatting page 180 Formatting page 181 Formatting page 182 Formatting page 183 Formatting page 184 Formatting page 185 Formatting page 186 Formatting page 187 Formatting page 188 Formatting page 189 Formatting page 190 Formatting page 191 Formatting page 192 Formatting page 193 Formatting page 194 Formatting page 195 Formatting page 196 Formatting page 197 Formatting page 198 Formatting page 199 Formatting page 200 Formatting page 201 Formatting page 202 Formatting page 203 Formatting page 204 Formatting page 205 Formatting page 206 Formatting page 207 Formatting page 208 Formatting page 209 Formatting page 210 Formatting page 211 Formatting page 212 Formatting page 213 Formatting page 214 Formatting page 215 Formatting page 216 Formatting page 217 Formatting page 218 Formatting page 219 Formatting page 220 Formatting page 221 Formatting page 222 Formatting page 223 Formatting page 224 Formatting page 225 Formatting page 226 Formatting page 227 Formatting page 228 Formatting page 229 Formatting page 230 Formatting page 231 Formatting page 232 Formatting page 233 Formatting page 234 Formatting page 235 Formatting page 236 Formatting page 237 Formatting page 238 Formatting page 239 Formatting page 240 Formatting page 241 Formatting page 242 Formatting page 243 Formatting page 244 Formatting page 245 Formatting page 246 Formatting page 247 Formatting page 248 Formatting page 249 Formatting page 250 Formatting page 251 Formatting page 252 Formatting page 253 Formatting page 254 Formatting page 255 Formatting page 256 Formatting page 257 Formatting page 258 Formatting page 259 Formatting page 260 Formatting page 261 Formatting page 262 Formatting page 263 Formatting page 264 Formatting page 265 Formatting page 266 Formatting page 267 Formatting page 268 Formatting page 269 Formatting page 270 Formatting page 271 Formatting page 272 Formatting page 273 Formatting page 274 Formatting page 275 Formatting page 276 Formatting page 277 Formatting page 278 Formatting page 279 Formatting page 280 Formatting page 281 Formatting page 282 Formatting page 283 Formatting page 284 Formatting page 285 Formatting page 286 Formatting page 287 Formatting page 288 Formatting page 289 Formatting page 290 Formatting page 291 Formatting page 292 Formatting page 293 Formatting page 294 Formatting page 295 Formatting page 296 Formatting page 297 Formatting page 298 Formatting page 299 Formatting page 300 Formatting page 301 Formatting page 302 Formatting page 303 Formatting page 304 Formatting page 305 Formatting page 306 Formatting page 307 Formatting page 308 Formatting page 309 Formatting page 310 Formatting page 311 Formatting page 312 Formatting page 313 Formatting page 314 Formatting page 315 Formatting page 316 Formatting page 317 Formatting page 318 Formatting page 319 Formatting page 320 Formatting page 321 Formatting page 322 Formatting page 323 Formatting page 324 Formatting page 325 Formatting page 326 Formatting page 327 Formatting page 328 Formatting page 329 Formatting page 330 Formatting page 331 Formatting page 332 Formatting page 333 Formatting page 334 Formatting page 335 Formatting page 336 Formatting page 337 Formatting page 338 Formatting page 339 Formatting page 339 Formatting page 339 Formatting page 340 Formatting page 340 Formatting page 341 Formatting page 342 Formatting page 343 Formatting page 344 Formatting page 345 Formatting page 346 Formatting page 347 Formatting page 348 Formatting page 349 Formatting page 350 Formatting page 351 Formatting page 352 Formatting page 353 Formatting page 354 Formatting page 355 Formatting page 356 Formatting page 357 Formatting page 358 Formatting page 359 Formatting page 360 Formatting page 362 Formatting page 363 Formatting page 364 Formatting page 365 Formatting page 366 Formatting page 367 Formatting page 368 Formatting page 369 Formatting page 370 Formatting page 371 Formatting page 372 Formatting page 374 Formatting page 375 Formatting page 376 Formatting page 377 Formatting page 378 Formatting page 380 Formatting page 381 Formatting page 382 Formatting page 383 Formatting page 384 Formatting page 385 Formatting page 386 Formatting page 387 Formatting page 388 Formatting page 389 Formatting page 390 Formatting page 392 Formatting page 393 Formatting page 394 Formatting page 396 Formatting page 397 Formatting page 398 Formatting page 399 Formatting page 400 Formatting page 401 Formatting page 402 Formatting page 403 Formatting page 404 Formatting page 405 Formatting page 406 Formatting page 407 Formatting page 408 Formatting page 409 Formatting page 410 Formatting page 411 Formatting page 412 Formatting page 413 Formatting page 414 Formatting page 415 Formatting page 416 Formatting page 417 PAGES: 418 Writing page title... Writing page eltit... Writing page i... Writing page ii... Writing page iii... Writing page iv... Writing page v... Writing page vi... Writing page 1... Writing page 2... Writing page 3... Writing page 4... Writing page 5... Writing page 6... Writing page 7... Writing page 8... Writing page 9... Writing page 10... Writing page 11... Writing page 12... Writing page 13... Writing page 14... Writing page 15... Writing page 16... Writing page 17... Writing page 18... Writing page 19... Writing page 20... Writing page 21... Writing page 22... Writing page 23... Writing page 24... Writing page 25... Writing page 26... Writing page 27... Writing page 28... Writing page 29... Writing page 30... Writing page 31... Writing page 32... Writing page 33... Writing page 34... Writing page 35... Writing page 36... Writing page 37... Writing page 38... Writing page 39... Writing page 40... Writing page 41... Writing page 42... Writing page 43... Writing page 44... Writing page 45... Writing page 46... Writing page 47... Writing page 48... Writing page 49... Writing page 50... Writing page 51... Writing page 52... Writing page 53... Writing page 54... Writing page 55... Writing page 56... Writing page 57... Writing page 58... Writing page 59... Writing page 60... Writing page 61... Writing page 62... Writing page 63... Writing page 64... Writing page 65... Writing page 66... Writing page 67... Writing page 68... Writing page 69... Writing page 70... Writing page 71... Writing page 72... Writing page 73... Writing page 74... Writing page 75... Writing page 76... Writing page 77... Writing page 78... Writing page 79... Writing page 80... Writing page 81... Writing page 82... Writing page 83... Writing page 84... Writing page 85... Writing page 86... Writing page 87... Writing page 88... Writing page 89... Writing page 90... Writing page 91... Writing page 92... Writing page 93... Writing page 94... Writing page 95... Writing page 96... Writing page 97... Writing page 98... Writing page 99... Writing page 100... Writing page 101... Writing page 102... Writing page 103... Writing page 104... Writing page 105... Writing page 106... Writing page 107... Writing page 108... Writing page 109... Writing page 110... Writing page 111... Writing page 112... Writing page 113... Writing page 114... Writing page 115... Writing page 116... Writing page 117... Writing page 118... Writing page 119... Writing page 120... Writing page 121... Writing page 122... Writing page 123... Writing page 124... Writing page 125... Writing page 126... Writing page 127... Writing page 128... Writing page 129... Writing page 130... Writing page 131... Writing page 132... Writing page 133... Writing page 134... Writing page 135... Writing page 136... Writing page 137... Writing page 138... Writing page 139... Writing page 140... Writing page 141... Writing page 142... Writing page 143... Writing page 144... Writing page 145... Writing page 146... Writing page 147... Writing page 148... Writing page 149... Writing page 150... Writing page 151... Writing page 152... Writing page 153... Writing page 154... Writing page 155... Writing page 156... Writing page 157... Writing page 158... Writing page 159... Writing page 160... Writing page 161... Writing page 162... Writing page 163... Writing page 164... Writing page 165... Writing page 166... Writing page 167... Writing page 168... Writing page 169... Writing page 170... Writing page 171... Writing page 172... Writing page 173... Writing page 174... Writing page 175... Writing page 176... Writing page 177... Writing page 178... Writing page 179... Writing page 180... Writing page 181... Writing page 182... Writing page 183... Writing page 184... Writing page 185... Writing page 186... Writing page 187... Writing page 188... Writing page 189... Writing page 190... Writing page 191... Writing page 192... Writing page 193... Writing page 194... Writing page 195... Writing page 196... Writing page 197... Writing page 198... Writing page 199... Writing page 200... Writing page 201... Writing page 202... Writing page 203... Writing page 204... Writing page 205... Writing page 206... Writing page 207... Writing page 208... Writing page 209... Writing page 210... Writing page 211... Writing page 212... Writing page 213... Writing page 214... Writing page 215... Writing page 216... Writing page 217... Writing page 218... Writing page 219... Writing page 220... Writing page 221... Writing page 222... Writing page 223... Writing page 224... Writing page 225... Writing page 226... Writing page 227... Writing page 228... Writing page 229... Writing page 230... Writing page 231... Writing page 232... Writing page 233... Writing page 234... Writing page 235... Writing page 236... Writing page 237... Writing page 238... Writing page 239... Writing page 240... Writing page 241... Writing page 242... Writing page 243... Writing page 244... Writing page 245... Writing page 246... Writing page 247... Writing page 248... Writing page 249... Writing page 250... Writing page 251... Writing page 252... Writing page 253... Writing page 254... Writing page 255... Writing page 256... Writing page 257... Writing page 258... Writing page 259... Writing page 260... Writing page 261... Writing page 262... Writing page 263... Writing page 264... Writing page 265... Writing page 266... Writing page 267... Writing page 268... Writing page 269... Writing page 270... Writing page 271... Writing page 272... Writing page 273... Writing page 274... Writing page 275... Writing page 276... Writing page 277... Writing page 278... Writing page 279... Writing page 280... Writing page 281... Writing page 282... Writing page 283... Writing page 284... Writing page 285... Writing page 286... Writing page 287... Writing page 288... Writing page 289... Writing page 290... Writing page 291... Writing page 292... Writing page 293... Writing page 294... Writing page 295... Writing page 296... Writing page 297... Writing page 298... Writing page 299... Writing page 300... Writing page 301... Writing page 302... Writing page 303... Writing page 304... Writing page 305... Writing page 306... Writing page 307... Writing page 308... Writing page 309... Writing page 310... Writing page 311... Writing page 312... Writing page 313... Writing page 314... Writing page 315... Writing page 316... Writing page 317... Writing page 318... Writing page 319... Writing page 320... Writing page 321... Writing page 322... Writing page 323... Writing page 324... Writing page 325... Writing page 326... Writing page 327... Writing page 328... Writing page 329... Writing page 330... Writing page 331... Writing page 332... Writing page 333... Writing page 334... Writing page 335... Writing page 336... Writing page 337... Writing page 338... Writing page 339... Writing page 340... Writing page 341... Writing page 342... Writing page 343... Writing page 344... Writing page 345... Writing page 346... Writing page 347... Writing page 348... Writing page 349... Writing page 350... Writing page 351... Writing page 352... Writing page 353... Writing page 354... Writing page 355... Writing page 356... Writing page 357... Writing page 358... Writing page 359... Writing page 360... Writing page 361... Writing page 362... Writing page 363... Writing page 364... Writing page 365... Writing page 366... Writing page 367... Writing page 368... Writing page 369... Writing page 370... Writing page 371... Writing page 372... Writing page 373... Writing page 374... Writing page 375... Writing page 376... Writing page 377... Writing page 378... Writing page 379... Writing page 380... Writing page 381... Writing page 382... Writing page 383... Writing page 384... Writing page 385... Writing page 386... Writing page 387... Writing page 388... Writing page 389... Writing page 390... Writing page 391... Writing page 392... Writing page 393... Writing page 394... Writing page 395... Writing page 396... Writing page 397... Writing page 398... Writing page 399... Writing page 400... Writing page 401... Writing page 402... Writing page 403... Writing page 404... Writing page 405... Writing page 406... Writing page 407... Writing page 408... Writing page 409... Writing page 410... BYTES: 5878196 make[2]: [fltk.ps] Error 1 (ignored) make[2]: Leaving directory `/«PKGBUILDDIR»/documentation' make[1]: Leaving directory `/«PKGBUILDDIR»' dh_auto_test fakeroot debian/rules binary dh binary dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory `/«PKGBUILDDIR»' dh_auto_install make[2]: Entering directory `/«PKGBUILDDIR»' mkdir -p /«PKGBUILDDIR»/debian/tmp/usr/bin rm -f /«PKGBUILDDIR»/debian/tmp/usr/bin/fltk-config /usr/bin/install -c -m 755 fltk-config /«PKGBUILDDIR»/debian/tmp/usr/bin for dir in FL src fluid test documentation; do\ echo "=== installing $dir ===";\ (cd $dir; make -w install) || exit 1;\ done === installing FL === make[3]: Entering directory `/«PKGBUILDDIR»/FL' echo "Installing include files in /«PKGBUILDDIR»/debian/tmp/usr/include..." Installing include files in /«PKGBUILDDIR»/debian/tmp/usr/include... rm -rf /«PKGBUILDDIR»/debian/tmp/usr/include/FL /usr/bin/install -c -d /«PKGBUILDDIR»/debian/tmp/usr/include/FL for file in *.[hrH]; do \ /usr/bin/install -c -m 644 $file /«PKGBUILDDIR»/debian/tmp/usr/include/FL; \ done make[3]: Leaving directory `/«PKGBUILDDIR»/FL' === installing src === make[3]: Entering directory `/«PKGBUILDDIR»/src' echo "Installing libraries in /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu..." Installing libraries in /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu... /usr/bin/install -c -d /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu /usr/bin/install -c -d /«PKGBUILDDIR»/debian/tmp/usr/bin rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk.a /usr/bin/install -c -m 755 ../lib/libfltk.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu /usr/bin/install -c -m 755 ../lib/libfltk_forms.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu /usr/bin/install -c -m 755 ../lib/libfltk_images.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu ranlib /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk.a ranlib /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_forms.a if test x../lib/libfltk_gl.a != x; then \ /usr/bin/install -c -m 755 ../lib/libfltk_gl.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ ranlib /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_gl.a; \ fi ranlib /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_images.a if test xlibfltk.so.1.1 = xlibfltk.so.1.1; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk.so*;\ /usr/bin/install -c -m 755 libfltk.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ ln -s libfltk.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk.so;\ fi if test xlibfltk.so.1.1 = xlibfltk.sl.1.1; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk.sl*;\ /usr/bin/install -c -m 755 libfltk.sl.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ ln -s libfltk.sl.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk.sl;\ fi if test xlibfltk.so.1.1 = xlibfltk.1.1.dylib; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk.*dylib;\ /usr/bin/install -c -m 755 libfltk.1.1.dylib /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ ln -s libfltk.1.1.dylib /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk.dylib;\ fi if test xlibfltk.so.1.1 = xlibfltk_s.a; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_s.a;\ /usr/bin/install -c -m 755 libfltk_s.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ fi if test xlibfltk.so.1.1 = xcygfltknox-1.1.dll; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/bin/libfltk.so.1.1;\ /usr/bin/install -c -m 755 libfltk.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/bin; \ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk.dll.a;\ /usr/bin/install -c -m 755 libfltk.dll.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ fi if test xlibfltk.so.1.1 = xmgwfltknox-1.1.dll; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/bin/libfltk.so.1.1;\ /usr/bin/install -c -m 755 libfltk.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/bin; \ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk.dll.a;\ /usr/bin/install -c -m 755 libfltk.dll.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ fi if test xlibfltk_forms.so.1.1 = xlibfltk_forms.so.1.1; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_forms.so*;\ /usr/bin/install -c -m 755 libfltk_forms.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ ln -s libfltk_forms.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_forms.so;\ fi if test xlibfltk_forms.so.1.1 = xlibfltk_forms.sl.1.1; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_forms.sl*;\ /usr/bin/install -c -m 755 libfltk_forms.sl.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ ln -s libfltk_forms.sl.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_forms.sl;\ fi if test xlibfltk_forms.so.1.1 = xlibfltk_forms.1.1.dylib; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_forms.*dylib;\ /usr/bin/install -c -m 755 libfltk_forms.1.1.dylib /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ ln -s libfltk_forms.1.1.dylib /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_forms.dylib;\ fi if test xlibfltk_forms.so.1.1 = xlibfltk_forms_s.a; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_forms_s.a;\ /usr/bin/install -c -m 755 libfltk_forms_s.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ fi if test xlibfltk_forms.so.1.1 = xcygfltknox_forms-1.1.dll; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/bin/libfltk_forms.so.1.1;\ /usr/bin/install -c -m 755 libfltk_forms.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/bin; \ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_forms.dll.a;\ /usr/bin/install -c -m 755 libfltk_forms.dll.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ fi if test xlibfltk_forms.so.1.1 = xmgwfltknox_forms-1.1.dll; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/bin/libfltk_forms.so.1.1;\ /usr/bin/install -c -m 755 libfltk_forms.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/bin; \ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_forms.dll.a;\ /usr/bin/install -c -m 755 libfltk_forms.dll.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ fi if test xlibfltk_gl.so.1.1 = xlibfltk_gl.so.1.1; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_gl.so*;\ /usr/bin/install -c -m 755 libfltk_gl.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ ln -s libfltk_gl.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_gl.so;\ fi if test xlibfltk_gl.so.1.1 = xlibfltk_gl.sl.1.1; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_gl.sl*;\ /usr/bin/install -c -m 755 libfltk_gl.sl.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ ln -s libfltk_gl.sl.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_gl.sl;\ fi if test xlibfltk_gl.so.1.1 = xlibfltk_gl.1.1.dylib; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_gl.*dylib;\ /usr/bin/install -c -m 755 libfltk_gl.1.1.dylib /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ ln -s libfltk_gl.1.1.dylib /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_gl.dylib;\ fi if test xlibfltk_gl.so.1.1 = xlibfltk_gl_s.a; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_gl_s.a;\ /usr/bin/install -c -m 755 libfltk_gl_s.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ fi if test xlibfltk_gl.so.1.1 = xcygfltknox_gl-1.1.dll; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/bin/libfltk_gl.so.1.1;\ /usr/bin/install -c -m 755 libfltk_gl.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/bin; \ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_gl.dll.a;\ /usr/bin/install -c -m 755 libfltk_gl.dll.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ fi if test xlibfltk_gl.so.1.1 = xmgwfltknox_gl-1.1.dll; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/bin/libfltk_gl.so.1.1;\ /usr/bin/install -c -m 755 libfltk_gl.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/bin; \ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_gl.dll.a;\ /usr/bin/install -c -m 755 libfltk_gl.dll.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ fi if test xlibfltk_images.so.1.1 = xlibfltk_images.so.1.1; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_images.so*;\ /usr/bin/install -c -m 755 libfltk_images.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ ln -s libfltk_images.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_images.so;\ fi if test xlibfltk_images.so.1.1 = xlibfltk_images.sl.1.1; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_images.sl*;\ /usr/bin/install -c -m 755 libfltk_images.sl.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ ln -s libfltk_images.sl.1.1 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_images.sl;\ fi if test xlibfltk_images.so.1.1 = xlibfltk_images.1.1.dylib; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_images.*dylib;\ /usr/bin/install -c -m 755 libfltk_images.1.1.dylib /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ ln -s libfltk_images.1.1.dylib /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_images.dylib;\ fi if test xlibfltk_images.so.1.1 = xlibfltk_images_s.a; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_images_s.a;\ /usr/bin/install -c -m 755 libfltk_images_s.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ fi if test xlibfltk_images.so.1.1 = xcygfltknox_images-1.1.dll; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/bin/libfltk_images.so.1.1; \ /usr/bin/install -c -m 755 libfltk_images.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/bin; \ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_images.dll.a;\ /usr/bin/install -c -m 755 libfltk_images.dll.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ fi if test xlibfltk_images.so.1.1 = xmgwfltknox_images-1.1.dll; then\ rm -f /«PKGBUILDDIR»/debian/tmp/usr/bin/libfltk_images.so.1.1; \ /usr/bin/install -c -m 755 libfltk_images.so.1.1 /«PKGBUILDDIR»/debian/tmp/usr/bin; \ rm -f /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libfltk_images.dll.a;\ /usr/bin/install -c -m 755 libfltk_images.dll.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu; \ fi make[3]: Leaving directory `/«PKGBUILDDIR»/src' === installing fluid === make[3]: Entering directory `/«PKGBUILDDIR»/fluid' echo "Installing FLUID in /«PKGBUILDDIR»/debian/tmp/usr/bin..." Installing FLUID in /«PKGBUILDDIR»/debian/tmp/usr/bin... /usr/bin/install -c -d /«PKGBUILDDIR»/debian/tmp/usr/bin /usr/bin/install -c -m 755 fluid-shared /«PKGBUILDDIR»/debian/tmp/usr/bin/fluid make[3]: Leaving directory `/«PKGBUILDDIR»/fluid' === installing test === make[3]: Entering directory `/«PKGBUILDDIR»/test' echo "Installing example programs to /«PKGBUILDDIR»/debian/tmp/usr/share/doc/fltk1.1-doc/examples..." Installing example programs to /«PKGBUILDDIR»/debian/tmp/usr/share/doc/fltk1.1-doc/examples... /usr/bin/install -c -d /«PKGBUILDDIR»/debian/tmp/usr/share/doc/fltk1.1-doc/examples for file in *.h *.cxx *.fl demo.menu; do \ /usr/bin/install -c -m 644 $file /«PKGBUILDDIR»/debian/tmp/usr/share/doc/fltk1.1-doc/examples; \ done /usr/bin/install -c -d /«PKGBUILDDIR»/debian/tmp/usr/share/doc/fltk1.1-doc/examples/pixmaps for file in pixmaps/*.xbm pixmaps/*.xpm; do \ /usr/bin/install -c -m 644 $file /«PKGBUILDDIR»/debian/tmp/usr/share/doc/fltk1.1-doc/examples/pixmaps; \ done make[3]: Leaving directory `/«PKGBUILDDIR»/test' === installing documentation === make[3]: Entering directory `/«PKGBUILDDIR»/documentation' echo "Installing documentation files in /«PKGBUILDDIR»/debian/tmp/usr/share/doc/fltk1.1-doc..." Installing documentation files in /«PKGBUILDDIR»/debian/tmp/usr/share/doc/fltk1.1-doc... /usr/bin/install -c -d /«PKGBUILDDIR»/debian/tmp/usr/share/doc/fltk1.1-doc/HTML for file in preface.html intro.html basics.html common.html editor.html drawing.html events.html subclassing.html opengl.html fluid.html advanced.html widgets.html Fl.html Fl_Adjuster.html Fl_Bitmap.html Fl_BMP_Image.html Fl_Box.html Fl_Browser_.html Fl_Browser.html Fl_Button.html Fl_Chart.html Fl_Check_Browser.html Fl_Check_Button.html Fl_Choice.html Fl_Clock.html Fl_Clock_Output.html Fl_Color_Chooser.html Fl_Counter.html Fl_Dial.html Fl_Double_Window.html Fl_End.html Fl_File_Browser.html Fl_File_Chooser.html Fl_File_Icon.html Fl_File_Input.html Fl_Float_Input.html Fl_Free.html Fl_GIF_Image.html Fl_Gl_Window.html Fl_Group.html Fl_Help_Dialog.html Fl_Help_View.html Fl_Hold_Browser.html Fl_Image.html Fl_Input.html Fl_Input_.html Fl_Input_Choice.html Fl_Int_Input.html Fl_JPEG_Image.html Fl_Light_Button.html Fl_Menu_.html Fl_Menu_Bar.html Fl_Menu_Button.html Fl_Menu_Item.html Fl_Menu_Window.html Fl_Multi_Browser.html Fl_Multiline_Input.html Fl_Multiline_Output.html Fl_Output.html Fl_Overlay_Window.html Fl_Pack.html Fl_Pixmap.html Fl_PNG_Image.html Fl_PNM_Image.html Fl_Positioner.html Fl_Preferences.html Fl_Progress.html Fl_Repeat_Button.html Fl_RGB_Image.html Fl_Return_Button.html Fl_Roller.html Fl_Round_Button.html Fl_Scroll.html Fl_Scrollbar.html Fl_Secret_Input.html Fl_Select_Browser.html Fl_Shared_Image.html Fl_Single_Window.html Fl_Slider.html Fl_Spinner.html Fl_Tabs.html Fl_Text_Buffer.html Fl_Text_Display.html Fl_Text_Editor.html Fl_Tile.html Fl_Tiled_Image.html Fl_Timer.html Fl_Toggle_Button.html Fl_Tooltip.html Fl_Valuator.html Fl_Value_Input.html Fl_Value_Output.html Fl_Value_Slider.html Fl_Widget.html Fl_Window.html Fl_Wizard.html Fl_XBM_Image.html Fl_XPM_Image.html functions.html enumerations.html glut.html forms.html osissues.html migration.html license.html examples.html adjuster1.gif boxtypes.gif buttons.gif charts.gif choice.gif clock.gif counter.gif cubeview.gif dial.gif editor.gif editor-replace.gif fl_alert.gif fl_ask.gif Fl_Check_Button.gif fl_choice.gif fl_color_chooser.jpg Fl_File_Chooser.jpg Fl_File_Input.gif FL.gif Fl_Help_Dialog.gif fl_input.gif Fl_Light_Button.gif fl_message.gif fl_password.gif Fl_Return_Button.gif Fl_Roller.gif Fl_Round_Button.gif Fl_Scroll.gif fl_show_colormap.gif Fl_Tile.gif fluid1.gif fluid2.gif fluid3-cxx.gif fluid3-gui.gif fluid3-style.gif fluid4.gif fluid-catgets.gif fluid-gettext.gif fluid-org.gif fluid_prefs.gif fluid_widget_cxx.gif fluid_widget_gui.gif fluid_widget_style.gif Fl_Value_Input.gif Fl_Value_Output.gif hello.C.gif input_choice.jpg menubar.gif menu_button.gif menu.gif positioner.gif resizebox1.gif resizebox2.gif round_clock.gif scrollbar.gif slider.gif symbols.gif tabs.gif text.gif valuators.gif value_slider.gif index.html; do \ /usr/bin/install -c -m 644 $file /«PKGBUILDDIR»/debian/tmp/usr/share/doc/fltk1.1-doc/HTML; \ done echo "Installing man pages in /«PKGBUILDDIR»/debian/tmp/usr/share/man..." Installing man pages in /«PKGBUILDDIR»/debian/tmp/usr/share/man... /usr/bin/install -c -d /«PKGBUILDDIR»/debian/tmp/usr/share/man/cat1 /usr/bin/install -c -m 644 fluid.1 /«PKGBUILDDIR»/debian/tmp/usr/share/man/cat1 /usr/bin/install -c -m 644 fltk-config.1 /«PKGBUILDDIR»/debian/tmp/usr/share/man/cat1 /usr/bin/install -c -d /«PKGBUILDDIR»/debian/tmp/usr/share/man/cat3 /usr/bin/install -c -m 644 fltk.3 /«PKGBUILDDIR»/debian/tmp/usr/share/man/cat3 /usr/bin/install -c -d /«PKGBUILDDIR»/debian/tmp/usr/share/man/man1 /usr/bin/install -c -m 644 fluid.man /«PKGBUILDDIR»/debian/tmp/usr/share/man/man1/fluid.1 /usr/bin/install -c -m 644 fltk-config.man /«PKGBUILDDIR»/debian/tmp/usr/share/man/man1/fltk-config.1 /usr/bin/install -c -d /«PKGBUILDDIR»/debian/tmp/usr/share/man/man3 /usr/bin/install -c -m 644 fltk.man /«PKGBUILDDIR»/debian/tmp/usr/share/man/man3/fltk.3 make[3]: Leaving directory `/«PKGBUILDDIR»/documentation' make[2]: Leaving directory `/«PKGBUILDDIR»' mkdir -p debian/tmp/usr/games mkdir -p debian/tmp/usr/lib/fltk mkdir -p debian/tmp/usr/share/applications mkdir -p debian/tmp/usr/share/icons/hicolor/32x32/apps mkdir -p debian/tmp/usr/share/icons/hicolor/128x128/apps mkdir -p debian/tmp/usr/share/man/man6 mkdir -p debian/tmp/usr/share/pixmaps for game in blocks checkers sudoku; do \ cp test/$game debian/tmp/usr/games/fl$game && \ sed -e 's,Exec=,&/usr/games/fl,; s,Icon=,&fl,; s,Name=,&FLTK ,' \ test/desktop/$game.desktop \ >debian/tmp/usr/share/applications/fl$game.desktop && \ cp test/desktop/$game-32.png \ debian/tmp/usr/share/icons/hicolor/32x32/apps/fl$game.png && \ cp test/desktop/$game-128.png \ debian/tmp/usr/share/icons/hicolor/128x128/apps/fl$game.png && \ sed -e '1s,^\.TH ,&fl,; 3s,^,fl,' documentation/$game.man \ >debian/tmp/usr/share/man/man6/fl$game.6 && \ convert test/desktop/$game-32.png \ debian/tmp/usr/share/pixmaps/fl$game-32.xpm \ || exit 1; \ done cp CMake/FLTKUse.cmake debian/CMakeCache.txt debian/tmp/usr/lib/fltk sed 's,@libdir@,/usr/lib/x86_64-linux-gnu,' debian/FLTKConfig.cmake.in \ >debian/tmp/usr/lib/fltk/FLTKConfig.cmake install fltk-config.unhardened debian/tmp/usr/bin/fltk-config make[1]: Leaving directory `/«PKGBUILDDIR»' dh_install debian/rules override_dh_installdocs make[1]: Entering directory `/«PKGBUILDDIR»' dh_installdocs -A CREDITS README make[1]: Leaving directory `/«PKGBUILDDIR»' dh_installchangelogs dh_installexamples dh_installman dh_installcatalogs dh_installcron dh_installdebconf dh_installemacsen dh_installifupdown dh_installinfo dh_installinit dh_installmenu dh_installmime dh_installmodules dh_installlogcheck dh_installlogrotate dh_installpam dh_installppp dh_installudev dh_installwm dh_installxfonts dh_installgsettings dh_bugfiles dh_ucf dh_lintian dh_gconf dh_icons dh_perl dh_usrlocal dh_link dh_compress dh_fixperms debian/rules override_dh_strip make[1]: Entering directory `/«PKGBUILDDIR»' dh_strip -Nfltk1.1-games --dbg-package=libfltk1.1-dbg dh_strip -pfltk1.1-games make[1]: Leaving directory `/«PKGBUILDDIR»' debian/rules override_dh_makeshlibs make[1]: Entering directory `/«PKGBUILDDIR»' dh_makeshlibs -V dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see diff output below dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols file: see diff output below dpkg-gensymbols: warning: debian/libfltk1.1/DEBIAN/symbols doesn't match completely debian/libfltk1.1.symbols --- debian/libfltk1.1.symbols (libfltk1.1_1.1.10-14_amd64) +++ dpkg-gensymbolsPuMrD0 2012-07-09 20:38:48.559582395 +0000 @@ -251,7 +251,7 @@ _ZN11Fl_AdjusterC2EiiiiPKc@Base 1.1.6 _ZN11Fl_AdjusterD0Ev@Base 1.1.6 _ZN11Fl_AdjusterD1Ev@Base 1.1.6 - (optional)_ZN11Fl_AdjusterD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN11Fl_AdjusterD2Ev@Base 1.1.10-5~ _ZN11Fl_Browser_10update_topEv@Base 1.1.6 _ZN11Fl_Browser_11item_selectEPvi@Base 1.1.6 _ZN11Fl_Browser_11redraw_lineEPv@Base 1.1.6 @@ -271,11 +271,11 @@ _ZN11Fl_Browser_9hpositionEi@Base 1.1.6 _ZN11Fl_Browser_9insertingEPvS0_@Base 1.1.6 _ZN11Fl_Browser_9replacingEPvS0_@Base 1.1.6 - _ZN11Fl_Browser_C1EiiiiPKc@Base 1.1.6 +#MISSING: 1.1.10-14# _ZN11Fl_Browser_C1EiiiiPKc@Base 1.1.6 _ZN11Fl_Browser_C2EiiiiPKc@Base 1.1.6 _ZN11Fl_Browser_D0Ev@Base 1.1.6 _ZN11Fl_Browser_D1Ev@Base 1.1.6 - _ZN11Fl_Browser_D2Ev@Base 1.1.9-3~ +#MISSING: 1.1.10-14# _ZN11Fl_Browser_D2Ev@Base 1.1.9-3~ _ZN11Fl_FontSizeC1EPKc@Base 1.1.6 _ZN11Fl_FontSizeC2EPKc@Base 1.1.6 _ZN11Fl_FontSizeD1Ev@Base 1.1.6 @@ -284,13 +284,13 @@ _ZN11Fl_Menu_Bar6handleEi@Base 1.1.6 _ZN11Fl_Menu_BarD0Ev@Base 1.1.6 _ZN11Fl_Menu_BarD1Ev@Base 1.1.6 - (optional)_ZN11Fl_Menu_BarD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN11Fl_Menu_BarD2Ev@Base 1.1.10-5~ _ZN11Fl_Progress4drawEv@Base 1.1.6 _ZN11Fl_ProgressC1EiiiiPKc@Base 1.1.6 _ZN11Fl_ProgressC2EiiiiPKc@Base 1.1.6 _ZN11Fl_ProgressD0Ev@Base 1.1.6 _ZN11Fl_ProgressD1Ev@Base 1.1.6 - (optional)_ZN11Fl_ProgressD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN11Fl_ProgressD2Ev@Base 1.1.10-5~ _ZN11Fl_Valuator11handle_dragEd@Base 1.1.6 _ZN11Fl_Valuator12value_damageEv@Base 1.1.6 _ZN11Fl_Valuator14handle_releaseEv@Base 1.1.6 @@ -302,17 +302,17 @@ _ZN11Fl_Valuator9incrementEdi@Base 1.1.6 _ZN11Fl_Valuator9precisionEi@Base 1.1.6 _ZN11Fl_Valuator9softclampEd@Base 1.1.6 - _ZN11Fl_ValuatorC1EiiiiPKc@Base 1.1.6 +#MISSING: 1.1.10-14# _ZN11Fl_ValuatorC1EiiiiPKc@Base 1.1.6 _ZN11Fl_ValuatorC2EiiiiPKc@Base 1.1.6 _ZN11Fl_ValuatorD0Ev@Base 1.1.6 _ZN11Fl_ValuatorD1Ev@Base 1.1.6 - (optional)_ZN11Fl_ValuatorD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN11Fl_ValuatorD2Ev@Base 1.1.10-5~ _ZN11Flcc_HueBox10handle_keyEi@Base 1.1.6 _ZN11Flcc_HueBox4drawEv@Base 1.1.6 _ZN11Flcc_HueBox6handleEi@Base 1.1.6 _ZN11Flcc_HueBoxD0Ev@Base 1.1.6 _ZN11Flcc_HueBoxD1Ev@Base 1.1.6 - (optional)_ZN11Flcc_HueBoxD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN11Flcc_HueBoxD2Ev@Base 1.1.10-5~ _ZN12Fl_File_Icon3addEs@Base 1.1.6 _ZN12Fl_File_Icon4drawEiiii8Fl_Colori@Base 1.1.6 _ZN12Fl_File_Icon4findEPKci@Base 1.1.6 @@ -354,14 +354,14 @@ _ZN12Fl_Help_View7hv_drawEPKcii@Base 1.1.8~rc1 _ZN12Fl_Help_View7mouse_xE@Base 1.1.8~rc1 _ZN12Fl_Help_View7mouse_yE@Base 1.1.8~rc1 - _ZN12Fl_Help_View7popfontERhS0_@Base 1.1.9-3~ +#MISSING: 1.1.10-14# _ZN12Fl_Help_View7popfontERhS0_@Base 1.1.9-3~ _ZN12Fl_Help_View7toplineEPKc@Base 1.1.6 _ZN12Fl_Help_View7toplineEi@Base 1.1.6 _ZN12Fl_Help_View8add_linkEPKciiii@Base 1.1.6 _ZN12Fl_Help_View8do_alignEP13Fl_Help_BlockiiiRi@Base 1.1.6 _ZN12Fl_Help_View8get_attrEPKcS1_Pci@Base 1.1.6 _ZN12Fl_Help_View8leftlineEi@Base 1.1.6 - _ZN12Fl_Help_View8pushfontEhh@Base 1.1.9-3~ +#MISSING: 1.1.10-14# _ZN12Fl_Help_View8pushfontEhh@Base 1.1.9-3~ _ZN12Fl_Help_View8selectedE@Base 1.1.8~rc1 _ZN12Fl_Help_View9add_blockEPKciiiih@Base 1.1.6 _ZN12Fl_Help_View9draw_modeE@Base 1.1.8~rc1 @@ -400,12 +400,12 @@ _ZN12Fl_XBM_ImageC2EPKc@Base 1.1.6 _ZN12Fl_XBM_ImageD0Ev@Base 1.1.6 _ZN12Fl_XBM_ImageD1Ev@Base 1.1.6 - (optional)_ZN12Fl_XBM_ImageD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN12Fl_XBM_ImageD2Ev@Base 1.1.10-5~ _ZN12Fl_XPM_ImageC1EPKc@Base 1.1.6 _ZN12Fl_XPM_ImageC2EPKc@Base 1.1.6 _ZN12Fl_XPM_ImageD0Ev@Base 1.1.6 _ZN12Fl_XPM_ImageD1Ev@Base 1.1.6 - (optional)_ZN12Fl_XPM_ImageD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN12Fl_XPM_ImageD2Ev@Base 1.1.10-5~ _ZN13Fl_File_Input12draw_buttonsEv@Base 1.1.6 _ZN13Fl_File_Input13handle_buttonEi@Base 1.1.6 _ZN13Fl_File_Input14update_buttonsEv@Base 1.1.6 @@ -417,7 +417,7 @@ _ZN13Fl_File_InputC2EiiiiPKc@Base 1.1.6 _ZN13Fl_File_InputD0Ev@Base 1.1.6 _ZN13Fl_File_InputD1Ev@Base 1.1.6 - (optional)_ZN13Fl_File_InputD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN13Fl_File_InputD2Ev@Base 1.1.10-5~ _ZN13Fl_Positioner4drawEiiii@Base 1.1.6 _ZN13Fl_Positioner4drawEv@Base 1.1.6 _ZN13Fl_Positioner5valueEdd@Base 1.1.6 @@ -431,19 +431,19 @@ _ZN13Fl_PositionerC2EiiiiPKc@Base 1.1.6 _ZN13Fl_PositionerD0Ev@Base 1.1.6 _ZN13Fl_PositionerD1Ev@Base 1.1.6 - (optional)_ZN13Fl_PositionerD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN13Fl_PositionerD2Ev@Base 1.1.10-5~ _ZN13Fl_TooltipBox4drawEv@Base 1.1.6 _ZN13Fl_TooltipBox4showEv@Base 1.1.6 _ZN13Fl_TooltipBox6layoutEv@Base 1.1.6 _ZN13Fl_TooltipBoxD0Ev@Base 1.1.6 _ZN13Fl_TooltipBoxD1Ev@Base 1.1.6 - (optional)_ZN13Fl_TooltipBoxD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN13Fl_TooltipBoxD2Ev@Base 1.1.10-5~ _ZN13Flcc_ValueBox10handle_keyEi@Base 1.1.6 _ZN13Flcc_ValueBox4drawEv@Base 1.1.6 _ZN13Flcc_ValueBox6handleEi@Base 1.1.6 _ZN13Flcc_ValueBoxD0Ev@Base 1.1.6 _ZN13Flcc_ValueBoxD1Ev@Base 1.1.6 - (optional)_ZN13Flcc_ValueBoxD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN13Flcc_ValueBoxD2Ev@Base 1.1.10-5~ _ZN14Fl_Menu_Button4drawEv@Base 1.1.6 _ZN14Fl_Menu_Button5popupEv@Base 1.1.6 _ZN14Fl_Menu_Button6handleEi@Base 1.1.6 @@ -451,7 +451,7 @@ _ZN14Fl_Menu_ButtonC2EiiiiPKc@Base 1.1.6 _ZN14Fl_Menu_ButtonD0Ev@Base 1.1.6 _ZN14Fl_Menu_ButtonD1Ev@Base 1.1.6 - (optional)_ZN14Fl_Menu_ButtonD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN14Fl_Menu_ButtonD2Ev@Base 1.1.10-5~ _ZN14Fl_Menu_Window4hideEv@Base 1.1.6 _ZN14Fl_Menu_Window4showEv@Base 1.1.6 _ZN14Fl_Menu_Window5eraseEv@Base 1.1.6 @@ -653,7 +653,7 @@ _ZN14Fl_Text_EditorC2EiiiiPKc@Base 1.1.6 _ZN14Fl_Text_EditorD0Ev@Base 1.1.6 _ZN14Fl_Text_EditorD1Ev@Base 1.1.6 - (optional)_ZN14Fl_Text_EditorD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN14Fl_Text_EditorD2Ev@Base 1.1.10-5~ _ZN14Fl_Tiled_Image10desaturateEv@Base 1.1.6 _ZN14Fl_Tiled_Image13color_averageE8Fl_Colorf@Base 1.1.6 _ZN14Fl_Tiled_Image4copyEii@Base 1.1.6 @@ -672,12 +672,12 @@ _ZN14Fl_Value_InputC2EiiiiPKc@Base 1.1.6 _ZN14Fl_Value_InputD0Ev@Base 1.1.6 _ZN14Fl_Value_InputD1Ev@Base 1.1.6 - (optional)_ZN14Fl_Value_InputD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN14Fl_Value_InputD2Ev@Base 1.1.10-5~ _ZN15Fl_Check_ButtonC1EiiiiPKc@Base 1.1.6 _ZN15Fl_Check_ButtonC2EiiiiPKc@Base 1.1.6 _ZN15Fl_Check_ButtonD0Ev@Base 1.1.6 _ZN15Fl_Check_ButtonD1Ev@Base 1.1.6 - (optional)_ZN15Fl_Check_ButtonD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN15Fl_Check_ButtonD2Ev@Base 1.1.10-5~ _ZN15Fl_Clock_Output4drawEiiii@Base 1.1.6 _ZN15Fl_Clock_Output4drawEv@Base 1.1.6 _ZN15Fl_Clock_Output5valueEiii@Base 1.1.6 @@ -687,14 +687,14 @@ _ZN15Fl_Clock_OutputC2EiiiiPKc@Base 1.1.6 _ZN15Fl_Clock_OutputD0Ev@Base 1.1.6 _ZN15Fl_Clock_OutputD1Ev@Base 1.1.6 - (optional)_ZN15Fl_Clock_OutputD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN15Fl_Clock_OutputD2Ev@Base 1.1.10-5~ _ZN15Fl_File_Browser4loadEPKcPFiPP6direntS4_E@Base 1.1.6 _ZN15Fl_File_Browser6filterEPKc@Base 1.1.6 _ZN15Fl_File_BrowserC1EiiiiPKc@Base 1.1.6 _ZN15Fl_File_BrowserC2EiiiiPKc@Base 1.1.6 _ZN15Fl_File_BrowserD0Ev@Base 1.1.6 _ZN15Fl_File_BrowserD1Ev@Base 1.1.6 - (optional)_ZN15Fl_File_BrowserD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN15Fl_File_BrowserD2Ev@Base 1.1.10-5~ _ZN15Fl_File_Chooser10cb_favListEP15Fl_File_BrowserPv@Base 1.1.6 _ZN15Fl_File_Chooser10fileListCBEv@Base 1.1.6 _ZN15Fl_File_Chooser10fileNameCBEv@Base 1.1.6 @@ -795,12 +795,12 @@ _ZN15Fl_Light_ButtonC2EiiiiPKc@Base 1.1.6 _ZN15Fl_Light_ButtonD0Ev@Base 1.1.6 _ZN15Fl_Light_ButtonD1Ev@Base 1.1.6 - (optional)_ZN15Fl_Light_ButtonD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN15Fl_Light_ButtonD2Ev@Base 1.1.10-5~ _ZN15Fl_Round_ButtonC1EiiiiPKc@Base 1.1.6 _ZN15Fl_Round_ButtonC2EiiiiPKc@Base 1.1.6 _ZN15Fl_Round_ButtonD0Ev@Base 1.1.6 _ZN15Fl_Round_ButtonD1Ev@Base 1.1.6 - (optional)_ZN15Fl_Round_ButtonD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN15Fl_Round_ButtonD2Ev@Base 1.1.10-5~ _ZN15Fl_Shared_Image10desaturateEv@Base 1.1.6 _ZN15Fl_Shared_Image10num_imagesEv@Base 1.1.6 _ZN15Fl_Shared_Image11add_handlerEPFP8Fl_ImagePKcPhiE@Base 1.1.6 @@ -913,14 +913,14 @@ _ZN15Fl_Value_OutputC2EiiiiPKc@Base 1.1.6 _ZN15Fl_Value_OutputD0Ev@Base 1.1.6 _ZN15Fl_Value_OutputD1Ev@Base 1.1.6 - (optional)_ZN15Fl_Value_OutputD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN15Fl_Value_OutputD2Ev@Base 1.1.10-5~ _ZN15Fl_Value_Slider4drawEv@Base 1.1.6 _ZN15Fl_Value_Slider6handleEi@Base 1.1.6 _ZN15Fl_Value_SliderC1EiiiiPKc@Base 1.1.6 _ZN15Fl_Value_SliderC2EiiiiPKc@Base 1.1.6 _ZN15Fl_Value_SliderD0Ev@Base 1.1.6 _ZN15Fl_Value_SliderD1Ev@Base 1.1.6 - (optional)_ZN15Fl_Value_SliderD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN15Fl_Value_SliderD2Ev@Base 1.1.10-5~ _ZN16Fl_Check_Browser10check_noneEv@Base 1.1.6 _ZN16Fl_Check_Browser11item_selectEPvi@Base 1.1.6 _ZN16Fl_Check_Browser3addEPc@Base 1.1.6 @@ -959,21 +959,21 @@ _ZN16Fl_Repeat_Button6handleEi@Base 1.1.6 _ZN16Fl_Repeat_ButtonD0Ev@Base 1.1.6 _ZN16Fl_Repeat_ButtonD1Ev@Base 1.1.6 - (optional)_ZN16Fl_Repeat_ButtonD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN16Fl_Repeat_ButtonD2Ev@Base 1.1.10-5~ _ZN16Fl_Return_Button4drawEv@Base 1.1.6 _ZN16Fl_Return_Button6handleEi@Base 1.1.6 _ZN16Fl_Return_ButtonD0Ev@Base 1.1.6 _ZN16Fl_Return_ButtonD1Ev@Base 1.1.6 - (optional)_ZN16Fl_Return_ButtonD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN16Fl_Return_ButtonD2Ev@Base 1.1.10-5~ _ZN16Fl_Single_Window4showEv@Base 1.1.6 _ZN16Fl_Single_Window5flushEv@Base 1.1.6 _ZN16Fl_Single_WindowD0Ev@Base 1.1.6 _ZN16Fl_Single_WindowD1Ev@Base 1.1.6 - (optional)_ZN16Fl_Single_WindowD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN16Fl_Single_WindowD2Ev@Base 1.1.10-5~ _ZN16Flcc_Value_Input6formatEPc@Base 1.1.6 _ZN16Flcc_Value_InputD0Ev@Base 1.1.6 _ZN16Flcc_Value_InputD1Ev@Base 1.1.6 - (optional)_ZN16Flcc_Value_InputD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN16Flcc_Value_InputD2Ev@Base 1.1.10-5~ _ZN17Fl_Overlay_Window14can_do_overlayEv@Base 1.1.6 _ZN17Fl_Overlay_Window14redraw_overlayEv@Base 1.1.6 _ZN17Fl_Overlay_Window4hideEv@Base 1.1.6 @@ -1134,7 +1134,7 @@ _ZN6Fl_Box6handleEi@Base 1.1.6 _ZN6Fl_BoxD0Ev@Base 1.1.6 _ZN6Fl_BoxD1Ev@Base 1.1.6 - (optional)_ZN6Fl_BoxD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN6Fl_BoxD2Ev@Base 1.1.10-5~ _ZN7Fl_Dial4drawEiiii@Base 1.1.6 _ZN7Fl_Dial4drawEv@Base 1.1.6 _ZN7Fl_Dial6handleEi@Base 1.1.6 @@ -1143,13 +1143,13 @@ _ZN7Fl_DialC2EiiiiPKc@Base 1.1.6 _ZN7Fl_DialD0Ev@Base 1.1.6 _ZN7Fl_DialD1Ev@Base 1.1.6 - (optional)_ZN7Fl_DialD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN7Fl_DialD2Ev@Base 1.1.10-5~ _ZN7Fl_Pack4drawEv@Base 1.1.6 _ZN7Fl_PackC1EiiiiPKc@Base 1.1.6 _ZN7Fl_PackC2EiiiiPKc@Base 1.1.6 _ZN7Fl_PackD0Ev@Base 1.1.6 _ZN7Fl_PackD1Ev@Base 1.1.6 - (optional)_ZN7Fl_PackD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN7Fl_PackD2Ev@Base 1.1.10-5~ _ZN7Fl_Tabs10tab_heightEv@Base 1.1.6 _ZN7Fl_Tabs11redraw_tabsEv@Base 1.1.8~rc1 _ZN7Fl_Tabs13tab_positionsEPiS0_@Base 1.1.6 @@ -1164,13 +1164,13 @@ _ZN7Fl_TabsC2EiiiiPKc@Base 1.1.6 _ZN7Fl_TabsD0Ev@Base 1.1.6 _ZN7Fl_TabsD1Ev@Base 1.1.6 - (optional)_ZN7Fl_TabsD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN7Fl_TabsD2Ev@Base 1.1.10-5~ _ZN7Fl_Tile6handleEi@Base 1.1.6 _ZN7Fl_Tile6resizeEiiii@Base 1.1.6 _ZN7Fl_Tile8positionEiiii@Base 1.1.6 _ZN7Fl_TileD0Ev@Base 1.1.6 _ZN7Fl_TileD1Ev@Base 1.1.6 - (optional)_ZN7Fl_TileD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN7Fl_TileD2Ev@Base 1.1.10-5~ _ZN8Fl_Chart3addEdPKcj@Base 1.1.6 _ZN8Fl_Chart4drawEv@Base 1.1.6 _ZN8Fl_Chart5clearEv@Base 1.1.6 @@ -1234,7 +1234,7 @@ _ZN8Fl_InputC2EiiiiPKc@Base 1.1.6 _ZN8Fl_InputD0Ev@Base 1.1.6 _ZN8Fl_InputD1Ev@Base 1.1.6 - (optional)_ZN8Fl_InputD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN8Fl_InputD2Ev@Base 1.1.10-5~ _ZN8Fl_Menu_3addEPKc@Base 1.1.6 _ZN8Fl_Menu_3addEPKciPFvP9Fl_WidgetPvES4_i@Base 1.1.6 _ZN8Fl_Menu_4copyEPK12Fl_Menu_ItemPv@Base 1.1.6 @@ -1246,7 +1246,7 @@ _ZN8Fl_Menu_6removeEi@Base 1.1.6 _ZN8Fl_Menu_7replaceEiPKc@Base 1.1.6 _ZN8Fl_Menu_9find_itemEPKc@Base 1.1.6 - _ZN8Fl_Menu_C1EiiiiPKc@Base 1.1.6 +#MISSING: 1.1.10-14# _ZN8Fl_Menu_C1EiiiiPKc@Base 1.1.6 _ZN8Fl_Menu_C2EiiiiPKc@Base 1.1.6 _ZN8Fl_Menu_D0Ev@Base 1.1.6 _ZN8Fl_Menu_D1Ev@Base 1.1.6 @@ -1254,7 +1254,7 @@ _ZN9ColorChip4drawEv@Base 1.1.6 _ZN9ColorChipD0Ev@Base 1.1.6 _ZN9ColorChipD1Ev@Base 1.1.6 - (optional)_ZN9ColorChipD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN9ColorChipD2Ev@Base 1.1.10-5~ _ZN9ColorMenu3runEv@Base 1.1.6 _ZN9ColorMenu4drawEv@Base 1.1.6 _ZN9ColorMenu6handleEi@Base 1.1.6 @@ -1263,7 +1263,7 @@ _ZN9ColorMenuC2E8Fl_Color@Base 1.1.6 _ZN9ColorMenuD0Ev@Base 1.1.6 _ZN9ColorMenuD1Ev@Base 1.1.6 - (optional)_ZN9ColorMenuD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN9ColorMenuD2Ev@Base 1.1.10-5~ _ZN9Fl_Bitmap4copyEii@Base 1.1.6 _ZN9Fl_Bitmap4drawEiiiiii@Base 1.1.6 _ZN9Fl_Bitmap5labelEP12Fl_Menu_Item@Base 1.1.6 @@ -1280,7 +1280,7 @@ _ZN9Fl_ButtonC2EiiiiPKc@Base 1.1.6 _ZN9Fl_ButtonD0Ev@Base 1.1.6 _ZN9Fl_ButtonD1Ev@Base 1.1.6 - (optional)_ZN9Fl_ButtonD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN9Fl_ButtonD2Ev@Base 1.1.10-5~ _ZN9Fl_Choice4drawEv@Base 1.1.6 _ZN9Fl_Choice5valueEPK12Fl_Menu_Item@Base 1.1.6 _ZN9Fl_Choice5valueEi@Base 1.1.6 @@ -1289,7 +1289,7 @@ _ZN9Fl_ChoiceC2EiiiiPKc@Base 1.1.6 _ZN9Fl_ChoiceD0Ev@Base 1.1.6 _ZN9Fl_ChoiceD1Ev@Base 1.1.6 - (optional)_ZN9Fl_ChoiceD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN9Fl_ChoiceD2Ev@Base 1.1.10-5~ _ZN9Fl_Input_10handletextEiiiii@Base 1.1.6 _ZN9Fl_Input_12handle_mouseEiiiii@Base 1.1.6 _ZN9Fl_Input_12static_valueEPKc@Base 1.1.6 @@ -1308,7 +1308,7 @@ _ZN9Fl_Input_8drawtextEiiii@Base 1.1.6 _ZN9Fl_Input_8positionEii@Base 1.1.6 _ZN9Fl_Input_9copy_cutsEv@Base 1.1.6 - _ZN9Fl_Input_C1EiiiiPKc@Base 1.1.6 +#MISSING: 1.1.10-14# _ZN9Fl_Input_C1EiiiiPKc@Base 1.1.6 _ZN9Fl_Input_C2EiiiiPKc@Base 1.1.6 _ZN9Fl_Input_D0Ev@Base 1.1.6 _ZN9Fl_Input_D1Ev@Base 1.1.6 @@ -1324,6 +1324,8 @@ _ZN9Fl_Pixmap7uncacheEv@Base 1.1.6 _ZN9Fl_Pixmap8set_dataEPKPKc@Base 1.1.6 _ZN9Fl_Pixmap9copy_dataEv@Base 1.1.6 + _ZN9Fl_PixmapC2EPKPKc@Base 1.1.10-14 + _ZN9Fl_PixmapC2EPKPc@Base 1.1.10-14 _ZN9Fl_PixmapD0Ev@Base 1.1.6 _ZN9Fl_PixmapD1Ev@Base 1.1.6 _ZN9Fl_PixmapD2Ev@Base 1.1.6 @@ -1333,7 +1335,7 @@ _ZN9Fl_RollerC2EiiiiPKc@Base 1.1.6 _ZN9Fl_RollerD0Ev@Base 1.1.6 _ZN9Fl_RollerD1Ev@Base 1.1.6 - (optional)_ZN9Fl_RollerD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN9Fl_RollerD2Ev@Base 1.1.10-5~ _ZN9Fl_Scroll12scrollbar_cbEP9Fl_WidgetPv@Base 1.1.6 _ZN9Fl_Scroll13hscrollbar_cbEP9Fl_WidgetPv@Base 1.1.6 _ZN9Fl_Scroll19fix_scrollbar_orderEv@Base 1.1.6 @@ -1348,7 +1350,7 @@ _ZN9Fl_ScrollC2EiiiiPKc@Base 1.1.6 _ZN9Fl_ScrollD0Ev@Base 1.1.6 _ZN9Fl_ScrollD1Ev@Base 1.1.6 - (optional)_ZN9Fl_ScrollD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN9Fl_ScrollD2Ev@Base 1.1.10-5~ _ZN9Fl_Slider10_Fl_SliderEv@Base 1.1.6 _ZN9Fl_Slider11scrollvalueEiiii@Base 1.1.6 _ZN9Fl_Slider11slider_sizeEd@Base 1.1.6 @@ -1364,11 +1366,11 @@ _ZN9Fl_SliderC2EiiiiPKc@Base 1.1.6 _ZN9Fl_SliderD0Ev@Base 1.1.6 _ZN9Fl_SliderD1Ev@Base 1.1.6 - (optional)_ZN9Fl_SliderD2Ev@Base 1.1.9-3~ +#MISSING: 1.1.10-14# (optional)_ZN9Fl_SliderD2Ev@Base 1.1.9-3~ _ZN9Fl_Widget10copy_labelEPKc@Base 1.1.6 _ZN9Fl_Widget10deactivateEv@Base 1.1.6 _ZN9Fl_Widget10take_focusEv@Base 1.1.6 - (optional)_ZN9Fl_Widget11do_callbackEv@Base 1.1.9-3~ +#MISSING: 1.1.10-14# (optional)_ZN9Fl_Widget11do_callbackEv@Base 1.1.9-3~ _ZN9Fl_Widget12redraw_labelEv@Base 1.1.6 _ZN9Fl_Widget13damage_resizeEiiii@Base 1.1.6 _ZN9Fl_Widget13test_shortcutEPKc@Base 1.1.6 @@ -1385,7 +1387,7 @@ _ZN9Fl_Widget6resizeEiiii@Base 1.1.6 _ZN9Fl_Widget7tooltipEPKc@Base 1.1.6 _ZN9Fl_Widget8activateEv@Base 1.1.6 - _ZN9Fl_WidgetC1EiiiiPKc@Base 1.1.6 +#MISSING: 1.1.10-14# _ZN9Fl_WidgetC1EiiiiPKc@Base 1.1.6 _ZN9Fl_WidgetC2EiiiiPKc@Base 1.1.6 _ZN9Fl_WidgetD0Ev@Base 1.1.6 _ZN9Fl_WidgetD1Ev@Base 1.1.6 @@ -1431,14 +1433,14 @@ _ZN9Fl_WizardC2EiiiiPKc@Base 1.1.6 _ZN9Fl_WizardD0Ev@Base 1.1.6 _ZN9Fl_WizardD1Ev@Base 1.1.6 - (optional)_ZN9Fl_WizardD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN9Fl_WizardD2Ev@Base 1.1.10-5~ _ZN9menustate9is_insideEii@Base 1.1.7-2~ _ZN9menutitle4drawEv@Base 1.1.6 _ZN9menutitleC1EiiiiPK12Fl_Menu_Item@Base 1.1.6 _ZN9menutitleC2EiiiiPK12Fl_Menu_Item@Base 1.1.6 _ZN9menutitleD0Ev@Base 1.1.6 _ZN9menutitleD1Ev@Base 1.1.6 - (optional)_ZN9menutitleD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN9menutitleD2Ev@Base 1.1.10-5~ _ZNK10Fl_Browser10item_firstEv@Base 1.1.6 _ZNK10Fl_Browser10item_widthEPv@Base 1.1.6 _ZNK10Fl_Browser11full_heightEv@Base 1.1.6 @@ -1814,21 +1816,21 @@ _ZN12Fl_FormsText4drawEv@Base 1.1.6 _ZN12Fl_FormsTextD0Ev@Base 1.1.6 _ZN12Fl_FormsTextD1Ev@Base 1.1.6 - (optional)_ZN12Fl_FormsTextD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN12Fl_FormsTextD2Ev@Base 1.1.10-5~ _ZN14Fl_FormsBitmap3setEiiPKh@Base 1.1.6 _ZN14Fl_FormsBitmap4drawEv@Base 1.1.6 _ZN14Fl_FormsBitmapC1E10Fl_BoxtypeiiiiPKc@Base 1.1.6 _ZN14Fl_FormsBitmapC2E10Fl_BoxtypeiiiiPKc@Base 1.1.6 _ZN14Fl_FormsBitmapD0Ev@Base 1.1.6 _ZN14Fl_FormsBitmapD1Ev@Base 1.1.6 - (optional)_ZN14Fl_FormsBitmapD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN14Fl_FormsBitmapD2Ev@Base 1.1.10-5~ _ZN14Fl_FormsPixmap3setEPKPc@Base 1.1.6 _ZN14Fl_FormsPixmap4drawEv@Base 1.1.6 _ZN14Fl_FormsPixmapC1E10Fl_BoxtypeiiiiPKc@Base 1.1.6 _ZN14Fl_FormsPixmapC2E10Fl_BoxtypeiiiiPKc@Base 1.1.6 _ZN14Fl_FormsPixmapD0Ev@Base 1.1.6 _ZN14Fl_FormsPixmapD1Ev@Base 1.1.6 - (optional)_ZN14Fl_FormsPixmapD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN14Fl_FormsPixmapD2Ev@Base 1.1.10-5~ _ZN7Fl_Free4drawEv@Base 1.1.6 _ZN7Fl_Free4stepEPv@Base 1.1.6 _ZN7Fl_Free6handleEi@Base 1.1.6 @@ -2016,33 +2018,33 @@ _ZN12Fl_BMP_ImageC2EPKc@Base 1.1.6 _ZN12Fl_BMP_ImageD0Ev@Base 1.1.6 _ZN12Fl_BMP_ImageD1Ev@Base 1.1.6 - (optional)_ZN12Fl_BMP_ImageD2Ev@Base 1.1.10-5~ - (optional)_ZN12Fl_File_Icon10add_vertexEii@Base 1.1.9-3~ +#MISSING: 1.1.10-14# (optional)_ZN12Fl_BMP_ImageD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN12Fl_File_Icon10add_vertexEii@Base 1.1.9-3~ _ZN12Fl_File_Icon10load_imageEPKc@Base 1.1.6 _ZN12Fl_File_Icon17load_system_iconsEv@Base 1.1.6 _ZN12Fl_File_Icon4loadEPKc@Base 1.1.6 _ZN12Fl_File_Icon8load_ftiEPKc@Base 1.1.6 - (optional)_ZN12Fl_File_Icon9add_colorE8Fl_Color@Base 1.1.9-3~ +#MISSING: 1.1.10-14# (optional)_ZN12Fl_File_Icon9add_colorE8Fl_Color@Base 1.1.9-3~ _ZN12Fl_GIF_ImageC1EPKc@Base 1.1.6 _ZN12Fl_GIF_ImageC2EPKc@Base 1.1.6 _ZN12Fl_GIF_ImageD0Ev@Base 1.1.6 _ZN12Fl_GIF_ImageD1Ev@Base 1.1.6 - (optional)_ZN12Fl_GIF_ImageD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN12Fl_GIF_ImageD2Ev@Base 1.1.10-5~ _ZN12Fl_PNG_ImageC1EPKc@Base 1.1.6 _ZN12Fl_PNG_ImageC2EPKc@Base 1.1.6 _ZN12Fl_PNG_ImageD0Ev@Base 1.1.6 _ZN12Fl_PNG_ImageD1Ev@Base 1.1.6 - (optional)_ZN12Fl_PNG_ImageD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN12Fl_PNG_ImageD2Ev@Base 1.1.10-5~ _ZN12Fl_PNM_ImageC1EPKc@Base 1.1.6 _ZN12Fl_PNM_ImageC2EPKc@Base 1.1.6 _ZN12Fl_PNM_ImageD0Ev@Base 1.1.6 _ZN12Fl_PNM_ImageD1Ev@Base 1.1.6 - (optional)_ZN12Fl_PNM_ImageD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN12Fl_PNM_ImageD2Ev@Base 1.1.10-5~ _ZN13Fl_JPEG_ImageC1EPKc@Base 1.1.6 _ZN13Fl_JPEG_ImageC2EPKc@Base 1.1.6 _ZN13Fl_JPEG_ImageD0Ev@Base 1.1.6 _ZN13Fl_JPEG_ImageD1Ev@Base 1.1.6 - (optional)_ZN13Fl_JPEG_ImageD2Ev@Base 1.1.10-5~ +#MISSING: 1.1.10-14# (optional)_ZN13Fl_JPEG_ImageD2Ev@Base 1.1.10-5~ _ZN14Fl_Help_Dialog10cb_back__iEP9Fl_ButtonPv@Base 1.1.7 _ZN14Fl_Help_Dialog10cb_find__iEP8Fl_InputPv@Base 1.1.7 _ZN14Fl_Help_Dialog10cb_larger_EP9Fl_ButtonPv@Base 1.1.6 dh_makeshlibs: dpkg-gensymbols -plibfltk1.1 -Idebian/libfltk1.1.symbols -Pdebian/libfltk1.1 -edebian/libfltk1.1/usr/lib/x86_64-linux-gnu/libfltk.so.1.1 -edebian/libfltk1.1/usr/lib/x86_64-linux-gnu/libfltk_forms.so.1.1 -edebian/libfltk1.1/usr/lib/x86_64-linux-gnu/libfltk_gl.so.1.1 -edebian/libfltk1.1/usr/lib/x86_64-linux-gnu/libfltk_images.so.1.1 returned exit code 1 make[1]: *** [override_dh_makeshlibs] Error 1 make[1]: Leaving directory `/«PKGBUILDDIR»' make: *** [binary] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120709-2038 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 98064 Build-Time: 98 Distribution: unstable Fail-Stage: build Install-Time: 14 Job: fltk1.1_1.1.10-14 Package: fltk1.1 Package-Time: 133 Source-Version: 1.1.10-14 Space: 98064 Status: attempted Version: 1.1.10-14 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120709-2038 Build needed 00:02:13, 98064k disc space DC-Status: Failed 133.577727s DC-Time-Estimation: 133.577727 versus expected 1 (r/m: 132.577727 ; m: 1.0)