------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=5.9 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- MAKE=gmake PKG_CONFIG=pkgconf XDG_DATA_HOME=/construction/x11-toolkits/scintilla XDG_CONFIG_HOME=/construction/x11-toolkits/scintilla HOME=/construction/x11-toolkits/scintilla TMPDIR="/tmp" PATH=/construction/x11-toolkits/scintilla/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- LDFLAGS=" " XDG_DATA_HOME=/construction/x11-toolkits/scintilla XDG_CONFIG_HOME=/construction/x11-toolkits/scintilla HOME=/construction/x11-toolkits/scintilla TMPDIR="/tmp" PATH=/construction/x11-toolkits/scintilla/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-DLIBICONV_PLUG" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- GTK3=1 DESTDIR=/construction/x11-toolkits/scintilla/stage SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/scintilla" EXAMPLESDIR="share/examples/scintilla" DATADIR="share/scintilla" WWWDIR="www/scintilla" ETCDIR="etc/scintilla" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/scintilla DOCSDIR=/usr/local/share/doc/scintilla EXAMPLESDIR=/usr/local/share/examples/scintilla WWWDIR=/usr/local/www/scintilla ETCDIR=/usr/local/etc/scintilla SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_SUFX=.txz DEVELOPER=1 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500906 OSVERSION=9999999 OSREL=5.9 _OSRELEASE=5.9-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=10 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/gmake-4.3_2.txz Installing /packages/All/libiconv-1.16.txz Installing /packages/All/pkgconf-1.7.3,1.txz Installing /packages/All/pcre-8.44.txz Installing /packages/All/libffi-3.3_1.txz Installing /packages/All/libxml2-2.9.10_2.txz Installing /packages/All/expat-2.2.10.txz Installing /packages/All/ncurses-6.2.20210116.txz Installing /packages/All/readline-8.0.4_1.txz Installing /packages/All/openssl-1.1.1i,1.txz Installing /packages/All/python37-3.7.9_1.txz ===== Message from python37-3.7.9_1: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/glib-2.66.4_1,1.txz No schema files found: doing nothing. Installing /packages/All/atk-2.36.0.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/freetype2-2.10.4.txz ===== Message from freetype2-2.10.4: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/pixman-0.40.0_1.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.14_1.txz Installing /packages/All/libX11-1.6.12,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/cairo-1.16.0_1,3.txz Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.6.txz Installing /packages/All/tiff-4.2.0.txz Installing /packages/All/shared-mime-info-2.0.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/wayland-1.18.0.txz Installing /packages/All/liblz4-1.9.3,1.txz Installing /packages/All/zstd-1.4.5_1.txz Installing /packages/All/pciids-20201127.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/libunwind-20200331_1.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/mesa-libs-20.2.3.txz Installing /packages/All/libepoxy-1.5.4.txz Installing /packages/All/fribidi-1.0.10.txz Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.7.4.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/dbus-1.12.20_3.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/xkeyboard-config-2.31.txz Installing /packages/All/libxkbcommon-1.0.3.txz ===== Message from libxkbcommon-1.0.3: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=xorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXtst-1.2.3_2.txz Installing /packages/All/at-spi2-core-2.36.0.txz Installing /packages/All/at-spi2-atk-2.34.2.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.19.txz Installing /packages/All/libevent-2.1.12.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.8.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.1.txz Installing /packages/All/nettle-3.6.txz Installing /packages/All/libtasn1-4.16.0_1.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/ca_root_nss-3.58.txz ===== Message from ca_root_nss-3.58: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/bash-5.1.4_1.txz Installing /packages/All/bash-completion-2.11,2.txz ===== Message from bash-completion-2.11,2: -- To enable the bash completion library, add the following to your .bashrc file: [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] && \ source /usr/local/share/bash-completion/bash_completion.sh See /usr/local/share/doc/bash-completion/README.md for more information. Installing /packages/All/p11-kit-0.23.22.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_3.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_3: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.15.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.3.3_1.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/libgsf-1.14.47_1.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.4.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/pango-1.42.4_5.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/gtk-update-icon-cache-3.24.24.txz Installing /packages/All/adwaita-icon-theme-3.38.0.txz Installing /packages/All/wayland-protocols-1.20.txz Installing /packages/All/libcroco-0.6.13.txz Installing /packages/All/librsvg2-2.40.21.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/gtk3-3.24.24.txz SUCCEEDED 00:00:38 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> scintilla-4.4.5 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> scintilla-4.4.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by scintilla-4.4.5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> scintilla-4.4.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by scintilla-4.4.5 for building => SHA256 Checksum OK for scite445.tgz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> scintilla-4.4.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by scintilla-4.4.5 for building ===> Extracting for scintilla-4.4.5 => SHA256 Checksum OK for scite445.tgz. Extracted Memory Use: 12.18M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for scintilla-4.4.5 ===> Applying ports patches for scintilla-4.4.5 from /xports/x11-toolkits/scintilla/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> scintilla-4.4.5 depends on package: gmake>=4.3 - found ===> scintilla-4.4.5 depends on package: libiconv>=1.14_11 - found ===> scintilla-4.4.5 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> scintilla-4.4.5 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> scintilla-4.4.5 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so) ===> scintilla-4.4.5 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> scintilla-4.4.5 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> scintilla-4.4.5 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> scintilla-4.4.5 depends on shared library: libgtk-3.so - found (/usr/local/lib/libgtk-3.so) ===> scintilla-4.4.5 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> scintilla-4.4.5 depends on package: gmake>=4.3 - found ===> scintilla-4.4.5 depends on package: libiconv>=1.14_11 - found ===> scintilla-4.4.5 depends on package: pkgconf>=1.3.0_1 - found ===> scintilla-4.4.5 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> scintilla-4.4.5 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so) ===> scintilla-4.4.5 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> scintilla-4.4.5 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> scintilla-4.4.5 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> scintilla-4.4.5 depends on shared library: libgtk-3.so - found (/usr/local/lib/libgtk-3.so) ===> scintilla-4.4.5 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> Configuring for scintilla-4.4.5 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for scintilla-4.4.5 gmake[1]: Entering directory '/construction/x11-toolkits/scintilla/scintilla/gtk' c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/AutoComplete.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/CallTip.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/CaseConvert.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/CaseFolder.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/CellBuffer.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexlib/CharacterCategory.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexlib/CharacterSet.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/CharClassify.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/ContractionState.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/DBCS.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/Decoration.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/Document.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/EditModel.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/Editor.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/EditView.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/Indicator.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/KeyMap.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/LineMarker.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/MarginView.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/PerLine.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/PositionCache.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/RESearch.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/RunStyles.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/Selection.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/Style.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/UniConversion.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/UniqueString.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/ViewStyle.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/XPM.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexlib/Accessor.cxx c++ -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -D SCI_LEXER -D SCI_EMPTYCATALOGUE -c ./../src/Catalogue.cxx -o Catalogue.o c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexlib/DefaultLexer.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/ExternalLexer.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexlib/LexerBase.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexlib/LexerModule.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexlib/LexerSimple.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexlib/PropSetSimple.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexlib/StyleContext.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexlib/WordList.cxx c++ -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -D SCI_LEXER -c ./../src/Catalogue.cxx -o CatalogueL.o c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../src/ScintillaBase.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c PlatGTK.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ScintillaGTK.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ScintillaGTKAccessible.cxx cc -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -fPIC -Wpedantic -Wall -Os -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -w -c scintilla-marshal.c c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexA68k.cxx ScintillaGTKAccessible.cxx:153:13: warning: Deprecated pre-processor symbol, replace with return SCINTILLA_OBJECT_ACCESSIBLE_GET_PRIVATE(accessible)->pscin; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ScintillaGTKAccessible.cxx:1165:13: warning: Deprecated pre-processor symbol, replace with ScintillaObjectAccessiblePrivate *priv = SCINTILLA_OBJECT_ACCESSIBLE_GET_PRIVATE(accessible); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ScintillaGTKAccessible.cxx:1177:13: warning: Deprecated pre-processor symbol, replace with ScintillaObjectAccessiblePrivate *priv = SCINTILLA_OBJECT_ACCESSIBLE_GET_PRIVATE(accessible); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ScintillaGTKAccessible.cxx:1194:13: warning: Deprecated pre-processor symbol, replace with ScintillaObjectAccessiblePrivate *priv = SCINTILLA_OBJECT_ACCESSIBLE_GET_PRIVATE(object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ScintillaGTKAccessible.cxx:1225:13: warning: Deprecated pre-processor symbol, replace with ScintillaObjectAccessiblePrivate *priv = SCINTILLA_OBJECT_ACCESSIBLE_GET_PRIVATE(accessible); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexAPDL.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexASY.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexAU3.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexAVE.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexAVS.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexAbaqus.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexAda.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexAsm.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexAsn1.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexBaan.cxx ScintillaGTKAccessible.cxx: In function 'void scintilla_object_accessible_class_init(ScintillaObjectAccessibleClass*)': ScintillaGTKAccessible.cxx:1221:75: warning: 'void g_type_class_add_private(gpointer, gsize)' is deprecated [-Wdeprecated-declarations] g_type_class_add_private(klass, sizeof (ScintillaObjectAccessiblePrivate)); ^ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:24, from /usr/local/include/glib-2.0/gobject/gbinding.h:29, from /usr/local/include/glib-2.0/glib-object.h:22, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, from /usr/local/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /usr/local/include/gtk-3.0/gdk/gdk.h:32, from /usr/local/include/gtk-3.0/gtk/gtk.h:30, from ScintillaGTKAccessible.cxx:69: /usr/local/include/glib-2.0/gobject/gtype.h:1304:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ ScintillaGTKAccessible.cxx:1221:75: warning: 'void g_type_class_add_private(gpointer, gsize)' is deprecated [-Wdeprecated-declarations] g_type_class_add_private(klass, sizeof (ScintillaObjectAccessiblePrivate)); ^ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:24, from /usr/local/include/glib-2.0/gobject/gbinding.h:29, from /usr/local/include/glib-2.0/glib-object.h:22, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, from /usr/local/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /usr/local/include/gtk-3.0/gdk/gdk.h:32, from /usr/local/include/gtk-3.0/gtk/gtk.h:30, from ScintillaGTKAccessible.cxx:69: /usr/local/include/glib-2.0/gobject/gtype.h:1304:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexBash.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexBasic.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexBatch.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexBibTeX.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexBullant.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexCIL.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexCLW.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexCOBOL.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexCPP.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexCSS.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexCaml.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexCmake.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexCoffeeScript.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexConf.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexCrontab.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexCsound.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexD.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexDMAP.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexDMIS.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexDataflex.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexDiff.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexECL.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexEDIFACT.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexEScript.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexEiffel.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexErlang.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexErrorList.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexFlagship.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexForth.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexFortran.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexGAP.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexGui4Cli.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexHTML.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexHaskell.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexHex.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexHollywood.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexIndent.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexInno.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexJSON.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexKVIrc.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexKix.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexLaTeX.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexLisp.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexLout.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexLua.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexMMIXAL.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexMPT.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexMSSQL.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexMagik.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexMake.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexMarkdown.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexMatlab.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexMaxima.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexMetapost.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexModula.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexMySQL.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexNim.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexNimrod.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexNsis.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexNull.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexOScript.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexOpal.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexPB.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexPLM.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexPO.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexPOV.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexPS.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexPascal.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexPerl.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexPowerPro.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexPowerShell.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexProgress.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexProps.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexPython.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexR.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexRaku.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexRebol.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexRegistry.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexRuby.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexRust.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexSAS.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexSML.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexSQL.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexSTTXT.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexScriptol.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexSmalltalk.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexSorcus.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexSpecman.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexSpice.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexStata.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexTACL.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexTADS3.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexTAL.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexTCL.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexTCMD.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexTeX.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexTxt2tags.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexVB.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexVHDL.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexVerilog.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexVisualProlog.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexX12.cxx c++ -DLIBICONV_PLUG -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ./../lexers/LexYAML.cxx c++ -DGTK -DSCI_LEXER -DNDEBUG -I ./../include -I ./../src -I ./../lexlib --std=c++17 -fPIC -Wpedantic -Wall -Os -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -dynamiclib -shared AutoComplete.o CallTip.o CaseConvert.o CaseFolder.o CellBuffer.o CharacterCategory.o CharacterSet.o CharClassify.o ContractionState.o DBCS.o Decoration.o Document.o EditModel.o Editor.o EditView.o Indicator.o KeyMap.o LineMarker.o MarginView.o PerLine.o PositionCache.o RESearch.o RunStyles.o Selection.o Style.o UniConversion.o UniqueString.o ViewStyle.o XPM.o Accessor.o Catalogue.o DefaultLexer.o ExternalLexer.o LexerBase.o LexerModule.o LexerSimple.o PropSetSimple.o StyleContext.o WordList.o ScintillaBase.o PlatGTK.o ScintillaGTK.o ScintillaGTKAccessible.o scintilla-marshal.o -Wl,-soname,libscintilla.so -o ../bin/libscintilla.so -L/usr/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lfribidi -latk-1.0 -lcairo-gobject -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -pthread -lglib-2.0 -lintl gmake --directory=../lexilla/src gmake[2]: Entering directory '/construction/x11-toolkits/scintilla/scintilla/lexilla/src' c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c Lexilla.cxx -o Lexilla.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexlib/Accessor.cxx -o Accessor.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexlib/CharacterCategory.cxx -o CharacterCategory.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexlib/CharacterSet.cxx -o CharacterSet.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexlib/DefaultLexer.cxx -o DefaultLexer.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexlib/LexerBase.cxx -o LexerBase.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexlib/LexerModule.cxx -o LexerModule.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexlib/LexerSimple.cxx -o LexerSimple.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexlib/PropSetSimple.cxx -o PropSetSimple.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexlib/StyleContext.cxx -o StyleContext.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexlib/WordList.cxx -o WordList.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexA68k.cxx -o LexA68k.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexAPDL.cxx -o LexAPDL.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexASY.cxx -o LexASY.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexAU3.cxx -o LexAU3.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexAVE.cxx -o LexAVE.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexAVS.cxx -o LexAVS.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexAbaqus.cxx -o LexAbaqus.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexAda.cxx -o LexAda.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexAsm.cxx -o LexAsm.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexAsn1.cxx -o LexAsn1.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexBaan.cxx -o LexBaan.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexBash.cxx -o LexBash.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexBasic.cxx -o LexBasic.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexBatch.cxx -o LexBatch.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexBibTeX.cxx -o LexBibTeX.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexBullant.cxx -o LexBullant.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexCIL.cxx -o LexCIL.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexCLW.cxx -o LexCLW.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexCOBOL.cxx -o LexCOBOL.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexCPP.cxx -o LexCPP.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexCSS.cxx -o LexCSS.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexCaml.cxx -o LexCaml.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexCmake.cxx -o LexCmake.o ar rc ../bin/scintilla.a AutoComplete.o CallTip.o CaseConvert.o CaseFolder.o CellBuffer.o CharacterCategory.o CharacterSet.o CharClassify.o ContractionState.o DBCS.o Decoration.o Document.o EditModel.o Editor.o EditView.o Indicator.o KeyMap.o LineMarker.o MarginView.o PerLine.o PositionCache.o RESearch.o RunStyles.o Selection.o Style.o UniConversion.o UniqueString.o ViewStyle.o XPM.o Accessor.o Catalogue.o DefaultLexer.o ExternalLexer.o LexerBase.o LexerModule.o LexerSimple.o PropSetSimple.o StyleContext.o WordList.o CatalogueL.o ScintillaBase.o PlatGTK.o ScintillaGTK.o ScintillaGTKAccessible.o scintilla-marshal.o LexA68k.o LexAPDL.o LexASY.o LexAU3.o LexAVE.o LexAVS.o LexAbaqus.o LexAda.o LexAsm.o LexAsn1.o LexBaan.o LexBash.o LexBasic.o LexBatch.o LexBibTeX.o LexBullant.o LexCIL.o LexCLW.o LexCOBOL.o LexCPP.o LexCSS.o LexCaml.o LexCmake.o LexCoffeeScript.o LexConf.o LexCrontab.o LexCsound.o LexD.o LexDMAP.o LexDMIS.o LexDataflex.o LexDiff.o LexECL.o LexEDIFACT.o LexEScript.o LexEiffel.o LexErlang.o LexErrorList.o LexFlagship.o LexForth.o LexFortran.o LexGAP.o LexGui4Cli.o LexHTML.o LexHaskell.o LexHex.o LexHollywood.o LexIndent.o LexInno.o LexJSON.o LexKVIrc.o LexKix.o LexLaTeX.o LexLisp.o LexLout.o LexLua.o LexMMIXAL.o LexMPT.o LexMSSQL.o LexMagik.o LexMake.o LexMarkdown.o LexMatlab.o LexMaxima.o LexMetapost.o LexModula.o LexMySQL.o LexNim.o LexNimrod.o LexNsis.o LexNull.o LexOScript.o LexOpal.o LexPB.o LexPLM.o LexPO.o LexPOV.o LexPS.o LexPascal.o LexPerl.o LexPowerPro.o LexPowerShell.o LexProgress.o LexProps.o LexPython.o LexR.o LexRaku.o LexRebol.o LexRegistry.o LexRuby.o LexRust.o LexSAS.o LexSML.o LexSQL.o LexSTTXT.o LexScriptol.o LexSmalltalk.o LexSorcus.o LexSpecman.o LexSpice.o LexStata.o LexTACL.o LexTADS3.o LexTAL.o LexTCL.o LexTCMD.o LexTeX.o LexTxt2tags.o LexVB.o LexVHDL.o LexVerilog.o LexVisualProlog.o LexX12.o LexYAML.o ranlib ../bin/scintilla.a c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexCoffeeScript.cxx -o LexCoffeeScript.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexConf.cxx -o LexConf.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexCrontab.cxx -o LexCrontab.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexCsound.cxx -o LexCsound.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexD.cxx -o LexD.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexDMAP.cxx -o LexDMAP.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexDMIS.cxx -o LexDMIS.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexDataflex.cxx -o LexDataflex.o ../../lexers/LexDMIS.cxx: In member function 'virtual void LexerDMIS::Lex(Sci_PositionU, Sci_Position, int, Scintilla::IDocument*)': ../../lexers/LexDMIS.cxx:253:13: warning: 'char* strncpy(char*, const char*, size_t)' source argument is the same as destination [-Wrestrict] strncpy(tmpStr, this->UpperCase(tmpStr), (MAX_STR_LEN-1)); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexDiff.cxx -o LexDiff.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexECL.cxx -o LexECL.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexEDIFACT.cxx -o LexEDIFACT.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexEScript.cxx -o LexEScript.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexEiffel.cxx -o LexEiffel.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexErlang.cxx -o LexErlang.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexErrorList.cxx -o LexErrorList.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexFlagship.cxx -o LexFlagship.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexForth.cxx -o LexForth.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexFortran.cxx -o LexFortran.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexGAP.cxx -o LexGAP.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexGui4Cli.cxx -o LexGui4Cli.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexHTML.cxx -o LexHTML.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexHaskell.cxx -o LexHaskell.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexHex.cxx -o LexHex.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexHollywood.cxx -o LexHollywood.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexIndent.cxx -o LexIndent.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexInno.cxx -o LexInno.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexJSON.cxx -o LexJSON.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexKVIrc.cxx -o LexKVIrc.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexKix.cxx -o LexKix.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexLaTeX.cxx -o LexLaTeX.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexLisp.cxx -o LexLisp.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexLout.cxx -o LexLout.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexLua.cxx -o LexLua.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexMMIXAL.cxx -o LexMMIXAL.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexMPT.cxx -o LexMPT.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexMSSQL.cxx -o LexMSSQL.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexMagik.cxx -o LexMagik.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexMake.cxx -o LexMake.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexMarkdown.cxx -o LexMarkdown.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexMatlab.cxx -o LexMatlab.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexMaxima.cxx -o LexMaxima.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexMetapost.cxx -o LexMetapost.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexModula.cxx -o LexModula.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexMySQL.cxx -o LexMySQL.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexNim.cxx -o LexNim.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexNimrod.cxx -o LexNimrod.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexNsis.cxx -o LexNsis.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexNull.cxx -o LexNull.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexOScript.cxx -o LexOScript.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexOpal.cxx -o LexOpal.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexPB.cxx -o LexPB.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexPLM.cxx -o LexPLM.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexPO.cxx -o LexPO.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexPOV.cxx -o LexPOV.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexPS.cxx -o LexPS.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexPascal.cxx -o LexPascal.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexPerl.cxx -o LexPerl.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexPowerPro.cxx -o LexPowerPro.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexPowerShell.cxx -o LexPowerShell.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexProgress.cxx -o LexProgress.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexProps.cxx -o LexProps.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexPython.cxx -o LexPython.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexR.cxx -o LexR.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexRaku.cxx -o LexRaku.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexRebol.cxx -o LexRebol.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexRegistry.cxx -o LexRegistry.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexRuby.cxx -o LexRuby.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexRust.cxx -o LexRust.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexSAS.cxx -o LexSAS.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexSML.cxx -o LexSML.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexSQL.cxx -o LexSQL.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexSTTXT.cxx -o LexSTTXT.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexScriptol.cxx -o LexScriptol.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexSmalltalk.cxx -o LexSmalltalk.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexSorcus.cxx -o LexSorcus.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexSpecman.cxx -o LexSpecman.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexSpice.cxx -o LexSpice.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexStata.cxx -o LexStata.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexTACL.cxx -o LexTACL.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexTADS3.cxx -o LexTADS3.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexTAL.cxx -o LexTAL.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexTCL.cxx -o LexTCL.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexTCMD.cxx -o LexTCMD.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexTeX.cxx -o LexTeX.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexTxt2tags.cxx -o LexTxt2tags.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexVB.cxx -o LexVB.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexVHDL.cxx -o LexVHDL.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexVerilog.cxx -o LexVerilog.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexVisualProlog.cxx -o LexVisualProlog.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexX12.cxx -o LexX12.o c++ -DNDEBUG -I ../../include -I ../../src -I ../../lexlib -fvisibility=hidden --std=c++17 -fPIC -Os -Wpedantic -Wall -Wextra -DLIBICONV_PLUG -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -c ../../lexers/LexYAML.cxx -o LexYAML.o c++ -pipe -DPIC -fpic -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -dynamiclib -shared -shared Lexilla.o Accessor.o CharacterCategory.o CharacterSet.o DefaultLexer.o LexerBase.o LexerModule.o LexerSimple.o PropSetSimple.o StyleContext.o WordList.o LexA68k.o LexAPDL.o LexASY.o LexAU3.o LexAVE.o LexAVS.o LexAbaqus.o LexAda.o LexAsm.o LexAsn1.o LexBaan.o LexBash.o LexBasic.o LexBatch.o LexBibTeX.o LexBullant.o LexCIL.o LexCLW.o LexCOBOL.o LexCPP.o LexCSS.o LexCaml.o LexCmake.o LexCoffeeScript.o LexConf.o LexCrontab.o LexCsound.o LexD.o LexDMAP.o LexDMIS.o LexDataflex.o LexDiff.o LexECL.o LexEDIFACT.o LexEScript.o LexEiffel.o LexErlang.o LexErrorList.o LexFlagship.o LexForth.o LexFortran.o LexGAP.o LexGui4Cli.o LexHTML.o LexHaskell.o LexHex.o LexHollywood.o LexIndent.o LexInno.o LexJSON.o LexKVIrc.o LexKix.o LexLaTeX.o LexLisp.o LexLout.o LexLua.o LexMMIXAL.o LexMPT.o LexMSSQL.o LexMagik.o LexMake.o LexMarkdown.o LexMatlab.o LexMaxima.o LexMetapost.o LexModula.o LexMySQL.o LexNim.o LexNimrod.o LexNsis.o LexNull.o LexOScript.o LexOpal.o LexPB.o LexPLM.o LexPO.o LexPOV.o LexPS.o LexPascal.o LexPerl.o LexPowerPro.o LexPowerShell.o LexProgress.o LexProps.o LexPython.o LexR.o LexRaku.o LexRebol.o LexRegistry.o LexRuby.o LexRust.o LexSAS.o LexSML.o LexSQL.o LexSTTXT.o LexScriptol.o LexSmalltalk.o LexSorcus.o LexSpecman.o LexSpice.o LexStata.o LexTACL.o LexTADS3.o LexTAL.o LexTCL.o LexTCMD.o LexTeX.o LexTxt2tags.o LexVB.o LexVHDL.o LexVerilog.o LexVisualProlog.o LexX12.o LexYAML.o -Wl,-soname,liblexilla.so -o ../../bin/liblexilla.so ar rc ../../bin/liblexilla.a Lexilla.o Accessor.o CharacterCategory.o CharacterSet.o DefaultLexer.o LexerBase.o LexerModule.o LexerSimple.o PropSetSimple.o StyleContext.o WordList.o LexA68k.o LexAPDL.o LexASY.o LexAU3.o LexAVE.o LexAVS.o LexAbaqus.o LexAda.o LexAsm.o LexAsn1.o LexBaan.o LexBash.o LexBasic.o LexBatch.o LexBibTeX.o LexBullant.o LexCIL.o LexCLW.o LexCOBOL.o LexCPP.o LexCSS.o LexCaml.o LexCmake.o LexCoffeeScript.o LexConf.o LexCrontab.o LexCsound.o LexD.o LexDMAP.o LexDMIS.o LexDataflex.o LexDiff.o LexECL.o LexEDIFACT.o LexEScript.o LexEiffel.o LexErlang.o LexErrorList.o LexFlagship.o LexForth.o LexFortran.o LexGAP.o LexGui4Cli.o LexHTML.o LexHaskell.o LexHex.o LexHollywood.o LexIndent.o LexInno.o LexJSON.o LexKVIrc.o LexKix.o LexLaTeX.o LexLisp.o LexLout.o LexLua.o LexMMIXAL.o LexMPT.o LexMSSQL.o LexMagik.o LexMake.o LexMarkdown.o LexMatlab.o LexMaxima.o LexMetapost.o LexModula.o LexMySQL.o LexNim.o LexNimrod.o LexNsis.o LexNull.o LexOScript.o LexOpal.o LexPB.o LexPLM.o LexPO.o LexPOV.o LexPS.o LexPascal.o LexPerl.o LexPowerPro.o LexPowerShell.o LexProgress.o LexProps.o LexPython.o LexR.o LexRaku.o LexRebol.o LexRegistry.o LexRuby.o LexRust.o LexSAS.o LexSML.o LexSQL.o LexSTTXT.o LexScriptol.o LexSmalltalk.o LexSorcus.o LexSpecman.o LexSpice.o LexStata.o LexTACL.o LexTADS3.o LexTAL.o LexTCL.o LexTCMD.o LexTeX.o LexTxt2tags.o LexVB.o LexVHDL.o LexVerilog.o LexVisualProlog.o LexX12.o LexYAML.o ranlib ../../bin/liblexilla.a gmake[2]: Leaving directory '/construction/x11-toolkits/scintilla/scintilla/lexilla/src' gmake[1]: Leaving directory '/construction/x11-toolkits/scintilla/scintilla/gtk' SUCCEEDED 00:01:42 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for scintilla-4.4.5 ===> Generating temporary packing list install -m 0644 /construction/x11-toolkits/scintilla/scintilla/gtk/../include/*.h /construction/x11-toolkits/scintilla/stage/usr/local/include/scintilla install -s -m 0644 /construction/x11-toolkits/scintilla/scintilla/gtk/../bin/*.so /construction/x11-toolkits/scintilla/stage/usr/local/lib ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libfribidi.so.0 from converters/fribidi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfribidi.so:converters/fribidi Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libXinerama.so.1 from x11/libXinerama but it is not declared as a dependency Warning: you need USE_XORG+=xinerama Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libXrandr.so.2 from x11/libXrandr but it is not declared as a dependency Warning: you need USE_XORG+=xrandr Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libXcursor.so.1 from x11/libXcursor but it is not declared as a dependency Warning: you need USE_XORG+=xcursor Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libXi.so.6 from x11/libXi but it is not declared as a dependency Warning: you need USE_XORG+=xi Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libXcomposite.so.1 from x11/libXcomposite but it is not declared as a dependency Warning: you need USE_XORG+=xcomposite Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libXdamage.so.1 from x11/libXdamage but it is not declared as a dependency Warning: you need USE_XORG+=xdamage Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libXfixes.so.3 from x11/libXfixes but it is not declared as a dependency Warning: you need USE_XORG+=xfixes Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libatk-bridge-2.0.so.0 from accessibility/at-spi2-atk but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libatk-bridge-2.0.so:accessibility/at-spi2-atk Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libxkbcommon.so.0 from x11/libxkbcommon but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libxkbcommon.so:x11/libxkbcommon Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libwayland-cursor.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-cursor.so:graphics/wayland Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libwayland-egl.so.1 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-egl.so:graphics/wayland Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libwayland-client.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-client.so:graphics/wayland Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libepoxy.so.0 from graphics/libepoxy but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libepoxy.so:graphics/libepoxy Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libharfbuzz.so.0 from print/harfbuzz but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libharfbuzz.so:print/harfbuzz Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libfontconfig.so.1 from x11-fonts/fontconfig but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfontconfig.so:x11-fonts/fontconfig Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libfreetype.so.6 from print/freetype2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfreetype.so:print/freetype2 Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libpixman-1.so.0 from x11/pixman but it is not declared as a dependency Warning: you need USE_XORG+=pixman Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libpng16.so.16 from graphics/png but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpng16.so:graphics/png Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libxcb-shm.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libxcb.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libxcb-render.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libXrender.so.1 from x11/libXrender but it is not declared as a dependency Warning: you need USE_XORG+=xrender Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libffi.so.7 from devel/libffi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libffi.so:devel/libffi Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libpcre.so.1 from devel/pcre but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpcre.so:devel/pcre Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libiconv.so.2 from converters/libiconv but it is not declared as a dependency Warning: you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit depending on needs Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libdbus-1.so.3 from devel/dbus but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdbus-1.so:devel/dbus Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libatspi.so.0 from accessibility/at-spi2-core but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libatspi.so:accessibility/at-spi2-core Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libgraphite2.so.3 from graphics/graphite2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgraphite2.so:graphics/graphite2 Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libexpat.so.1 from textproc/expat2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libexpat.so:textproc/expat2 Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libXau.so.6 from x11/libXau but it is not declared as a dependency Warning: you need USE_XORG+=xau Error: /usr/local/lib/libscintilla.so is linked to /usr/local/lib/libXdmcp.so.6 from x11/libXdmcp but it is not declared as a dependency Warning: you need USE_XORG+=xdmcp Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for scintilla-4.4.5 file sizes/checksums [9]: 0% file sizes/checksums [9]: 100% packing files [9]: 0% packing files [9]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:05 TOTAL TIME 00:02:34